public interface Partition
Modifier and Type | Method and Description |
---|---|
PartitionColumns |
columns() |
Row |
getRow(Clustering clustering)
Returns the row corresponding to the provided clustering, or null if there is not such row.
|
boolean |
isEmpty()
Whether the partition object has no informations at all, including any deletion informations.
|
CFMetaData |
metadata() |
DecoratedKey |
partitionKey() |
DeletionTime |
partitionLevelDeletion() |
SearchIterator<Clustering,Row> |
searchIterator(ColumnFilter columns,
boolean reversed)
Returns an iterator that allows to search specific rows efficiently.
|
EncodingStats |
stats() |
UnfilteredRowIterator |
unfilteredIterator()
Returns an UnfilteredRowIterator over all the rows/RT contained by this partition.
|
UnfilteredRowIterator |
unfilteredIterator(ColumnFilter columns,
Slices slices,
boolean reversed)
Returns an UnfilteredRowIterator over the rows/RT contained by this partition
selected by the provided slices.
|
CFMetaData metadata()
DecoratedKey partitionKey()
DeletionTime partitionLevelDeletion()
PartitionColumns columns()
EncodingStats stats()
boolean isEmpty()
Row getRow(Clustering clustering)
SearchIterator<Clustering,Row> searchIterator(ColumnFilter columns, boolean reversed)
UnfilteredRowIterator unfilteredIterator()
UnfilteredRowIterator unfilteredIterator(ColumnFilter columns, Slices slices, boolean reversed)
Copyright © 2017 The Apache Software Foundation