public class JobOptions extends Object
| Constructor and Description |
|---|
JobOptions() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getArraySize() |
Integer |
getIsolationLevel() |
Long |
getNbOfDebuggedRecords() |
Boolean |
isAutoCommit() |
Boolean |
isDebugEnabled() |
Boolean |
isUpdateExistingTables() |
void |
setArraySize(Integer arraySize) |
void |
setAutoCommit(Boolean autoCommit) |
void |
setDebugEnabled(Boolean debugEnabled) |
void |
setIsolationLevel(Integer isolationLevel) |
void |
setNbOfDebuggedRecords(Long nbOfDebuggedRecords) |
void |
setUpdateExistingTables(Boolean updateExistingTables) |
String |
toString() |
public Boolean isDebugEnabled()
public void setDebugEnabled(Boolean debugEnabled)
public Long getNbOfDebuggedRecords()
public void setNbOfDebuggedRecords(Long nbOfDebuggedRecords)
public Integer getArraySize()
public void setArraySize(Integer arraySize)
public Boolean isAutoCommit()
public void setAutoCommit(Boolean autoCommit)
public Integer getIsolationLevel()
public void setIsolationLevel(Integer isolationLevel)
public Boolean isUpdateExistingTables()
public void setUpdateExistingTables(Boolean updateExistingTables)
Copyright © 2018–2020 ODPi. All rights reserved.