public interface BaseRowIterator<U extends Unfiltered> extends CloseableIterator<U>
Modifier and Type | Method and Description |
---|---|
PartitionColumns |
columns()
A subset of the columns for the (static and regular) rows returned by this iterator.
|
boolean |
isEmpty()
Returns whether the provided iterator has no data.
|
boolean |
isReverseOrder()
Whether or not the rows returned by this iterator are in reversed
clustering order.
|
CFMetaData |
metadata()
The metadata for the table this iterator on.
|
DecoratedKey |
partitionKey()
The partition key of the partition this in an iterator over.
|
Row |
staticRow()
The static part corresponding to this partition (this can be an empty
row).
|
close
CFMetaData metadata()
boolean isReverseOrder()
PartitionColumns columns()
DecoratedKey partitionKey()
Row staticRow()
boolean isEmpty()
Copyright © 2016 The Apache Software Foundation