public interface ClusteringBoundary<V> extends ClusteringBoundOrBoundary<V>
ClusteringBoundOrBoundary.Serializer
ClusteringPrefix.Deserializer, ClusteringPrefix.Kind
serializer
Modifier and Type | Method and Description |
---|---|
ClusteringBound<V> |
closeBound(boolean reversed) |
static <V> ClusteringBoundary<V> |
create(ClusteringPrefix.Kind kind,
ClusteringPrefix<V> from) |
ClusteringBoundary<V> |
invert()
Returns the inverse of the current bound.
|
ClusteringBound<V> |
openBound(boolean reversed) |
clone, isBoundary, isClose, isOpen, toString, toString
accessor, bufferAt, dataSize, digest, equals, equals, get, getBufferArray, getRawValues, hashCode, isBottom, isEmpty, isTop, kind, minimize, serializeAsPartitionKey, size, stringAt, validate
unsharedHeapSize
clustering
ClusteringBoundary<V> invert()
ClusteringBoundOrBoundary
This invert both start into end (and vice-versa) and inclusive into exclusive (and vice-versa).
invert
in interface ClusteringBoundOrBoundary<V>
ClusteringBound<V> openBound(boolean reversed)
ClusteringBound<V> closeBound(boolean reversed)
static <V> ClusteringBoundary<V> create(ClusteringPrefix.Kind kind, ClusteringPrefix<V> from)
Copyright © 2009- The Apache Software Foundation