Class BATCH_MODE

Object
BATCH_MODE

public class BATCH_MODE extends Object
Batch mode to be used on a CTRecord.SetBatch(int) call
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Delete group of related records
    static final int
    Retrieve records by partial key
    static final int
    Process records >= target key
    static final int
    Insert a group of records
    static final int
    Process records <= target key
    static final int
    Locks should block
    static final int
    Return success only if all locked
    static final int
    Keep locks after ctdbBatchEnd
    static final int
    Lock on during read
    static final int
    Apply read locks
    static final int
    Apply write locks
    static final int
    Mask for mandatory modes
    static final int
    Batch is not active
    static final int
    Retrieve records by physical order
    static final int
    Retrieve records by index range
    static final int
    Rewrite a group of records
    static final int
    Verify target keys
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait