Interface | Description |
---|---|
CorfuTable.IndexFunction<K,V,I extends Comparable<?>> |
Denotes a function that takes as input the key and value of an
CorfuTable
record, and computes the associated index value for the record. |
CorfuTable.IndexName |
Denotes a function that supplies the unique name of an index registered to
CorfuTable . |
CorfuTable.IndexRegistry<K,V> |
Registry hosting of a collection of
CorfuTable.Index . |
CorfuTable.IndexSpecification<K,V,I extends Comparable<?>,P> |
The interface for a index specification, which consists of a indexing function
and a projection function.
|
CorfuTable.MultiValueIndexFunction<K,V,I extends Comparable<?>> | |
CorfuTable.ProjectionFunction<K,V,I,P> |
The interface for a projection function.
|
ICorfuMap<K,V> | |
ISMRMap<K,V> | Deprecated |
ISMRObject | Deprecated |
Class | Description |
---|---|
CorfuTable<K,V> |
The CorfuTable implements a simple key-value store.
|
CorfuTable.Index<K,V,I extends Comparable<?>> |
Descriptor of named indexing function entry.
|
FGMap<K,V> | Deprecated |
SMRMap<K,V> | Deprecated |
Enum | Description |
---|---|
ISMRMap.UndoNullable |
Copyright © 2019 CorfuDB. All rights reserved.