| KVStore |
A KVStore can be used to store arbitrary objects for some string key.
|
| KVStoreCollection |
|
| KVStoreCollectionOneLayerPartition |
Automatically partitions a KVStoreCollection according to the values of the partitioning key when KVStores or KVStoreCollections are added.
|
| KVStoreCollectionTwoLayerPartition |
Automatically partitions a KVStoreCollection in a two-layered fashion according to a first and second level key when KVStores or KVStoreCollections are added.
|
| KVStoreSequentialComparator |
This comparator may be used to sort KVStore objects in a KVStoreCollection according to the values for the specified keys.
|
| KVStoreStatisticsUtil |
This util may be used to compute some statistics and carrying out significance tests.
|
| KVStoreUtil |
A util for serializing and deserializing KVStoreCollections from and to certain formats.
|
| Table<V> |
Allows to arrange data of type V into a matrix structure.
|