Interface | Description |
---|---|
DBPhysicalConstants |
Defines physical constants for database options
|
NotifyDBCompareTo |
Class | Description |
---|---|
Alias | |
ClassTool |
Class to use annotation tooling for RockSack to generate the necessary fields and methods for
storage and retrieval under the java.lang.Comparable interface as used throughout the language.
|
DirectByteArrayOutputStream |
Implementation of ByteArrayOutputStream that does NOT copy the backing store
|
InstrumentClass |
Instrument a class for RockSack compatibility.
|
KeyValue<K extends java.lang.Comparable,V> |
Class representing a key/value pair with associated state and deep store pointers.
Attempt to maintain state is only used where patently obvious, in getKey and getValue, where key or value is null, pointer is not empty
and state is mustRead.
|
RocksDBSample | |
SerializedComparator |
Provide a means by which RocksDB can function on first class Java objects instead of raw bytes
for the purpose of indexing the keys of the key/value store.
|
TransactionId |
Annotation Type | Description |
---|---|
CompareAndSerialize | |
ComparisonOrderField | |
ComparisonOrderMethod | |
DatabaseClass |
Using this annotation on a class to be stored in the RockSack allows control over the storage of instances
in a particular tablespace, and column.
|