public class ArrayClusteringBound extends ArrayClusteringBoundOrBoundary implements ClusteringBound<byte[]>
ClusteringBoundOrBoundary.SerializerClusteringPrefix.Deserializer, ClusteringPrefix.KindEMPTY_VALUES_ARRAYkind, valuesBOTTOM, TOPserializer| Constructor and Description |
|---|
ArrayClusteringBound(ClusteringPrefix.Kind kind,
byte[][] values) |
| Modifier and Type | Method and Description |
|---|---|
ClusteringBound<java.nio.ByteBuffer> |
copy(AbstractAllocator allocator) |
static ArrayClusteringBound |
create(ClusteringPrefix.Kind kind,
byte[][] values) |
ClusteringBound<byte[]> |
invert()
Returns the inverse of the current bound.
|
long |
unsharedHeapSize() |
accessor, getBufferArray, minimizeclustering, equals, get, getRawValues, hashCode, kind, sizeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitboundKind, compareTo, create, create, exclusiveEndOf, exclusiveStartOf, inclusiveEndOf, inclusiveStartOf, isEnd, isExclusive, isInclusive, isStartisBoundary, isClose, isOpen, toString, toStringaccessor, bufferAt, dataSize, digest, equals, equals, get, getBufferArray, getRawValues, hashCode, isBottom, isEmpty, isTop, kind, minimize, serializeAsPartitionKey, size, stringAt, validateclusteringpublic ArrayClusteringBound(ClusteringPrefix.Kind kind, byte[][] values)
public long unsharedHeapSize()
unsharedHeapSize in interface IMeasurableMemorypublic ClusteringBound<byte[]> invert()
ClusteringBoundOrBoundaryThis invert both start into end (and vice-versa) and inclusive into exclusive (and vice-versa).
invert in interface ClusteringBound<byte[]>invert in interface ClusteringBoundOrBoundary<byte[]>public ClusteringBound<java.nio.ByteBuffer> copy(AbstractAllocator allocator)
copy in interface ClusteringBound<byte[]>copy in interface ClusteringBoundOrBoundary<byte[]>public static ArrayClusteringBound create(ClusteringPrefix.Kind kind, byte[][] values)
Copyright © 2009-2020 The Apache Software Foundation