public interface RowIterator extends java.util.Iterator<Row>, java.lang.AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close() |
PartitionColumns |
columns()
A subset of the columns for the (static and regular) rows returned by this iterator.
|
default 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).
|
CFMetaData metadata()
boolean isReverseOrder()
PartitionColumns columns()
DecoratedKey partitionKey()
Row staticRow()
void close()
close
in interface java.lang.AutoCloseable
default boolean isEmpty()
Copyright © 2015 The Apache Software Foundation