rox v2.2.1 Rox.Batch
Module for performing atomic write operations on a database.
Link to this section Summary
Functions
Schedules a delete operation in the batch
Schedules a delete operation in the batch
for key
in column_family
Merges a list of Batch.t
into a single Batch.t
Creates a new Batch
operation
Returns a new Batch
with a put operation scheduled
Returns a new Batch
with a put operation scheduled for the column_family
Atomically commits the operations in the batch
to the db
Link to this section Types
A reference to a batch operation
Link to this section Functions
Schedules a delete operation in the batch
.
Schedules a delete operation in the batch
for key
in column_family
.
Merges a list of Batch.t
into a single Batch.t
.
Creates a new Batch
operation
Returns a new Batch
with a put operation scheduled.
put(t, Rox.ColumnFamily.t, Rox.key, Rox.value) :: t
Returns a new Batch
with a put operation scheduled for the column_family
.
Atomically commits the operations in the batch
to the db
.