Members list
Value members
Abstract methods
Executes the provided zio program in a single transaction.
Executes the provided zio program in a single transaction.
Attributes
Executes the provided zio program in a single transaction.
Executes the provided zio program in a single transaction.
Attributes
Creates a managed instance of service.Transaction
using the provided WriteOptions
.
Creates a managed instance of service.Transaction
using the provided WriteOptions
.
Attributes
Concrete methods
Executes the provided zio program in a single transaction.
Executes the provided zio program in a single transaction.
Attributes
Executes the provided zio program in a single transaction.
Executes the provided zio program in a single transaction.
Attributes
Creates a managed instance of service.Transaction
.
Creates a managed instance of service.Transaction
.
Attributes
Inherited methods
Creates ColumnFamilies from a list of ColumnFamilyNames and ColumnFamilyOptions
Creates ColumnFamilies from a list of ColumnFamilyNames and ColumnFamilyOptions
Attributes
- Inherited from:
- RocksDB
Creates ColumnFamilies from a list of ColumnFamilyDescriptors
Creates a new ColumnFamily from ColumnFamilyDescriptor
Delete a key from a specific ColumnFamily in the database.
Delete a key from the default ColumnFamily in the database.
Deletes ColumnFamilies given a list of ColumnFamilyHandles
Deletes a ColumnFamily
Flush multiple column families.
Flush all memory table data.
Flush all memory table data
Flush the WAL memory buffer to the file
Retrieve a key from a specific ColumnFamily in the database.
Retrieve a key from the default ColumnFamily in the database.
Retrieves the list of ColumnFamily handles the database was opened with.
Retrieves the list of ColumnFamily handles the database was opened with.
Caveats:
- This list will only be populated if the database was opened with a specific list of column families.
- The list will not be updated if column families are added/removed while the database is open.
Attributes
- Inherited from:
- RocksDB
Retrieve multiple keys from specific ColumnFamilies in the database. The resulting list corresponds (positionally) to the list of keys passed to the function.
Retrieve multiple keys from specific ColumnFamilies in the database. The resulting list corresponds (positionally) to the list of keys passed to the function.
Attributes
- Inherited from:
- RocksDB
Retrieve multiple keys from the default ColumnFamily in the database. The resulting list corresponds (positionally) to the list of keys passed to the function.
Retrieve multiple keys from the default ColumnFamily in the database. The resulting list corresponds (positionally) to the list of keys passed to the function.
Attributes
- Inherited from:
- RocksDB
Scans a specific ColumnFamily in the database by specifying direction and position and emits the results as a ZStream
.
Scans a specific ColumnFamily in the database by specifying direction and position and emits the results as a ZStream
.
Attributes
- Inherited from:
- RocksDB
Scans a specific ColumnFamily in the database and emits the results as a ZStream
.
Scans a specific ColumnFamily in the database and emits the results as a ZStream
.
Attributes
- Inherited from:
- RocksDB
Scans the default ColumnFamily in the database and emits the results as a ZStream
.
Scans the default ColumnFamily in the database and emits the results as a ZStream
.
Attributes
- Inherited from:
- RocksDB
Scans the default ColumnFamily in the database and emits the results as a ZStream
.
Scans the default ColumnFamily in the database and emits the results as a ZStream
.
Attributes
- Inherited from:
- RocksDB
Scans multiple ColumnFamilies in the database and emits the results in multiple streams, whereas the streams themselves are also emitted in a ZStream
.
Scans multiple ColumnFamilies in the database and emits the results in multiple streams, whereas the streams themselves are also emitted in a ZStream
.
Attributes
- Inherited from:
- RocksDB
Writes a key to a specific ColumnFamily in the database.
Writes a key to the default ColumnFamily in the database.
Attributes
- Inherited from:
- RocksDB