BatchWrite Constructor

Overload List

BatchWrite(Key, Operation) Initialize batch key and read/write operations.

Get is not allowed because it returns a variable number of bins and makes it difficult (sometimes impossible) to lineup operations with results. Instead, use Get(String) for each bin name.

BatchWrite(BatchWritePolicy, Key, Operation) Initialize policy, batch key and read/write operations.

Get is not allowed because it returns a variable number of bins and makes it difficult (sometimes impossible) to lineup operations with results. Instead, use Get(String) for each bin name.

See Also