| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Method and Description |
|---|---|
static TxnDBWritePolicy |
TxnDBWritePolicy.getTxnDBWritePolicy(byte byteIdentifier)
Get the TxnDBWritePolicy enumeration value by
passing the byte identifier to this method.
|
TxnDBWritePolicy |
TransactionDBOptions.getWritePolicy()
The policy for when to write the data into the DB.
|
static TxnDBWritePolicy |
TxnDBWritePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TxnDBWritePolicy[] |
TxnDBWritePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionDBOptions |
TransactionDBOptions.setWritePolicy(TxnDBWritePolicy writePolicy)
The policy for when to write the data into the DB.
|
Copyright © 2021. All rights reserved.