Class PartitionInfo
- java.lang.Object
-
- org.apache.cassandra.index.sai.utils.PartitionInfo
-
public class PartitionInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description EncodingStats
encodingStats
DecoratedKey
key
DeletionTime
partitionDeletion
Row
staticRow
-
Constructor Summary
Constructors Constructor Description PartitionInfo(DecoratedKey key, Row staticRow)
PartitionInfo(DecoratedKey key, Row staticRow, DeletionTime partitionDeletion, EncodingStats encodingStats)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <U extends Unfiltered,R extends BaseRowIterator<U>>
PartitionInfocreate(R baseRowIterator)
boolean
equals(java.lang.Object o)
int
hashCode()
-
-
-
Field Detail
-
key
public final DecoratedKey key
-
staticRow
public final Row staticRow
-
partitionDeletion
@Nullable public final DeletionTime partitionDeletion
-
encodingStats
@Nullable public final EncodingStats encodingStats
-
-
Constructor Detail
-
PartitionInfo
public PartitionInfo(DecoratedKey key, Row staticRow)
-
PartitionInfo
public PartitionInfo(DecoratedKey key, Row staticRow, DeletionTime partitionDeletion, EncodingStats encodingStats)
-
-
Method Detail
-
create
public static <U extends Unfiltered,R extends BaseRowIterator<U>> PartitionInfo create(R baseRowIterator)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-