Package org.apache.cassandra.db
Class PreHashedDecoratedKey
java.lang.Object
org.apache.cassandra.db.DecoratedKey
org.apache.cassandra.db.BufferDecoratedKey
org.apache.cassandra.db.PreHashedDecoratedKey
- All Implemented Interfaces:
Comparable<PartitionPosition>,PartitionPosition,RingPosition<PartitionPosition>,ByteComparable,IFilter.FilterKey
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.cassandra.utils.bytecomparable.ByteComparable
ByteComparable.VersionNested classes/interfaces inherited from interface org.apache.cassandra.db.PartitionPosition
PartitionPosition.ForKey, PartitionPosition.Kind, PartitionPosition.RowPositionSerializer -
Field Summary
Fields inherited from class org.apache.cassandra.db.DecoratedKey
comparatorFields inherited from interface org.apache.cassandra.utils.bytecomparable.ByteComparable
EMPTYFields inherited from interface org.apache.cassandra.db.PartitionPosition
serializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfilterHash(long[] dest) Places the murmur3 hash of the key in the given long array of size at least two.Methods inherited from class org.apache.cassandra.db.BufferDecoratedKey
fromByteComparable, getKey, getKeyLengthMethods inherited from class org.apache.cassandra.db.DecoratedKey
asComparableBound, asComparableBytes, compareTo, compareTo, equals, getPartitioner, getToken, hashCode, isMinimum, keyComparableBytes, keyFromByteSource, kind, minValue, retainable, toCQLString, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.cassandra.utils.bytecomparable.ByteComparable
byteComparableAsStringMethods inherited from interface org.apache.cassandra.utils.IFilter.FilterKey
filterHashLowerBits
-
Constructor Details
-
PreHashedDecoratedKey
-
-
Method Details
-
filterHash
public void filterHash(long[] dest) Description copied from interface:IFilter.FilterKeyPlaces the murmur3 hash of the key in the given long array of size at least two.- Specified by:
filterHashin interfaceIFilter.FilterKey- Overrides:
filterHashin classDecoratedKey
-