public class ArrayClustering extends AbstractArrayClusteringPrefix implements Clustering<byte[]>
Clustering.Serializer
ClusteringPrefix.Deserializer, ClusteringPrefix.Kind
EMPTY_VALUES_ARRAY
kind, values
EMPTY, serializer, STATIC_CLUSTERING
Constructor and Description |
---|
ArrayClustering(byte[]... values) |
Modifier and Type | Method and Description |
---|---|
static ArrayClustering |
make(byte[]... values) |
long |
unsharedHeapSize() |
long |
unsharedHeapSizeExcludingData() |
accessor, getBufferArray, minimize
clustering, equals, get, getRawValues, hashCode, kind, size
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
clone, make, toCQLString, toString
accessor, bufferAt, dataSize, digest, equals, equals, get, getBufferArray, getRawValues, hashCode, isBottom, isEmpty, isTop, kind, minimize, serializeAsPartitionKey, size, stringAt, validate
clustering
public long unsharedHeapSize()
unsharedHeapSize
in interface IMeasurableMemory
public long unsharedHeapSizeExcludingData()
unsharedHeapSizeExcludingData
in interface Clustering<byte[]>
public static ArrayClustering make(byte[]... values)
Copyright © 2009- The Apache Software Foundation