Package org.apache.cassandra.db
Class ArrayClustering
java.lang.Object
org.apache.cassandra.db.AbstractOnHeapClusteringPrefix<byte[]>
org.apache.cassandra.db.AbstractArrayClusteringPrefix
org.apache.cassandra.db.ArrayClustering
- All Implemented Interfaces:
IMeasurableMemory,Clusterable<byte[]>,Clustering<byte[]>,ClusteringPrefix<byte[]>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.cassandra.db.Clustering
Clustering.SerializerNested classes/interfaces inherited from interface org.apache.cassandra.db.ClusteringPrefix
ClusteringPrefix.Deserializer, ClusteringPrefix.Kind, ClusteringPrefix.Serializer -
Field Summary
FieldsFields inherited from class org.apache.cassandra.db.AbstractArrayClusteringPrefix
EMPTY_VALUES_ARRAYFields inherited from class org.apache.cassandra.db.AbstractOnHeapClusteringPrefix
kind, valuesFields inherited from interface org.apache.cassandra.db.Clustering
EMPTY, serializer, STATIC_CLUSTERINGFields inherited from interface org.apache.cassandra.db.ClusteringPrefix
serializer -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cassandra.db.AbstractArrayClusteringPrefix
accessor, getBufferArray, retainableMethods inherited from class org.apache.cassandra.db.AbstractOnHeapClusteringPrefix
clustering, equals, get, getRawValues, hashCode, kind, sizeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cassandra.db.Clusterable
clusteringMethods inherited from interface org.apache.cassandra.db.Clustering
asEndBound, asStartBound, clone, toCQLString, toStringMethods inherited from interface org.apache.cassandra.db.ClusteringPrefix
accessor, bufferAt, clusteringString, dataSize, digest, get, getBufferArray, getRawValues, isBottom, isEmpty, isTop, kind, retainable, serializeAsPartitionKey, size, stringAt, validate, validate
-
Field Details
-
EMPTY_SIZE
public static final long EMPTY_SIZE
-
-
Constructor Details
-
ArrayClustering
public ArrayClustering(byte[]... values)
-
-
Method Details
-
make