|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConcurrencyMode | |
|---|---|
| com.sforce.async | |
| com.sforce.bulk | |
| Uses of ConcurrencyMode in com.sforce.async |
|---|
| Methods in com.sforce.async that return ConcurrencyMode | |
|---|---|
ConcurrencyMode |
JobInfo.getConcurrencyMode()
|
static ConcurrencyMode |
ConcurrencyMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConcurrencyMode[] |
ConcurrencyMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.sforce.async with parameters of type ConcurrencyMode | |
|---|---|
JobInfo.Builder |
JobInfo.Builder.concurrencyMode(ConcurrencyMode concurrencyMode)
|
void |
JobInfo.setConcurrencyMode(ConcurrencyMode concurrencyMode)
|
| Uses of ConcurrencyMode in com.sforce.bulk |
|---|
| Methods in com.sforce.bulk with parameters of type ConcurrencyMode | |
|---|---|
void |
UpdateStream.start(String object,
OperationEnum operation,
ConcurrencyMode concurrencyMode,
String[] fieldNames)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||