Class PartitionInfo
java.lang.Object
org.apache.cassandra.index.sai.utils.PartitionInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal EncodingStatsfinal DecoratedKeyfinal DeletionTimefinal Row -
Constructor Summary
ConstructorsConstructorDescriptionPartitionInfo(DecoratedKey key, Row staticRow) PartitionInfo(DecoratedKey key, Row staticRow, DeletionTime partitionDeletion, EncodingStats encodingStats) -
Method Summary
Modifier and TypeMethodDescriptionstatic <U extends Unfiltered,R extends BaseRowIterator<U>>
PartitionInfocreate(R baseRowIterator) booleaninthashCode()
-
Field Details
-
key
-
staticRow
-
partitionDeletion
-
encodingStats
-
-
Constructor Details
-
PartitionInfo
-
PartitionInfo
public PartitionInfo(DecoratedKey key, Row staticRow, DeletionTime partitionDeletion, EncodingStats encodingStats)
-
-
Method Details
-
create
public static <U extends Unfiltered,R extends BaseRowIterator<U>> PartitionInfo create(R baseRowIterator) -
equals
-
hashCode
public int hashCode()
-