Interface | Description |
---|---|
BlueCollection<V extends java.io.Serializable> |
A BlueCollection represents a persisted map of keys (of type
BlueKey ) to values of object type V. |
BlueCollectionBuilder<K extends BlueKey,V extends java.io.Serializable> |
A builder for the
BlueCollection class |
BlueDb |
BlueDb is a set of BlueCollection instances. |
BlueQuery<V extends java.io.Serializable> | |
CloseableIterator<V> |
Closeable Iterator allowing for safer iteration through a collection.
|
Condition<V extends java.io.Serializable> |
Function used to filter objects in queries.
|
Mapper<V extends java.io.Serializable> |
Function to replace value objects in a collection
|
Updater<V extends java.io.Serializable> |
Function to mutate value objects in a collection
|
Class | Description |
---|---|
SegmentSize<K extends BlueKey> |
This class contains public static final variables representing the segment size options available to BlueDB users.
|