public class BATCH_MODE
extends java.lang.Object
CTRecord.SetBatch(int)
callModifier and Type | Field and Description |
---|---|
static int |
DEL
Delete group of related records
|
static int |
GET
Retrieve records by partial key
|
static int |
GKEY
Process records >= target key
|
static int |
INS
Insert a group of records
|
static int |
LKEY
Process records <= target key
|
static int |
LOCK_BLOCK
Locks should block
|
static int |
LOCK_COMPLETE
Return success only if all locked
|
static int |
LOCK_KEEP
Keep locks after ctdbBatchEnd
|
static int |
LOCK_ONE
Lock on during read
|
static int |
LOCK_READ
Apply read locks
|
static int |
LOCK_WRITE
Apply write locks
|
static int |
MANDATORY
Mask for mandatory modes
|
static int |
NONE
Batch is not active
|
static int |
PHYS
Retrieve records by physical order
|
static int |
RANGE
Retrieve records by index range
|
static int |
UPD
Rewrite a group of records
|
static int |
VERIFY
Verify target keys
|
Constructor and Description |
---|
BATCH_MODE() |
public static final int NONE
public static final int GET
public static final int RANGE
public static final int PHYS
public static final int DEL
public static final int INS
public static final int UPD
public static final int MANDATORY
public static final int GKEY
public static final int LKEY
public static final int VERIFY
public static final int LOCK_KEEP
public static final int LOCK_READ
public static final int LOCK_WRITE
public static final int LOCK_BLOCK
public static final int LOCK_ONE
public static final int LOCK_COMPLETE