K
- The type of the primary key on the map.V
- The type of the value on the map.I
- The type of the index.P
- The type returned by the projection function.public static interface CorfuTable.IndexSpecification<K,V,I extends Comparable<?>,P>
Modifier and Type | Method and Description |
---|---|
CorfuTable.IndexFunction<K,V,I> |
getIndexFunction() |
CorfuTable.ProjectionFunction<K,V,I,P> |
getProjectionFunction() |
CorfuTable.IndexFunction<K,V,I> getIndexFunction()
CorfuTable.ProjectionFunction<K,V,I,P> getProjectionFunction()
Copyright © 2019 CorfuDB. All rights reserved.