V
- the backing typepublic static interface ValueAccessor.ObjectFactory<V>
Cell<V> cell(ColumnMetadata column, long timestamp, int ttl, int localDeletionTime, V value, CellPath path)
Clustering<V> clustering(V... values)
Clustering<V> clustering()
ClusteringBound<V> bound(ClusteringPrefix.Kind kind, V... values)
ClusteringBound<V> bound(ClusteringPrefix.Kind kind)
ClusteringBoundary<V> boundary(ClusteringPrefix.Kind kind, V... values)
default ClusteringBoundOrBoundary<V> boundOrBoundary(ClusteringPrefix.Kind kind, V... values)
default ClusteringBound<V> inclusiveOpen(boolean reversed, V[] boundValues)
default ClusteringBound<V> exclusiveOpen(boolean reversed, V[] boundValues)
default ClusteringBound<V> inclusiveClose(boolean reversed, V[] boundValues)
default ClusteringBound<V> exclusiveClose(boolean reversed, V[] boundValues)
default ClusteringBoundary<V> inclusiveCloseExclusiveOpen(boolean reversed, V[] boundValues)
default ClusteringBoundary<V> exclusiveCloseInclusiveOpen(boolean reversed, V[] boundValues)
Copyright © 2009-2021 The Apache Software Foundation