Package org.apache.cassandra.db
Class EmptyIterators
java.lang.Object
org.apache.cassandra.db.EmptyIterators
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PartitionIteratorstatic RowIteratorrow(TableMetadata metadata, DecoratedKey partitionKey, boolean isReverseOrder) static UnfilteredPartitionIteratorunfilteredPartition(TableMetadata metadata) static UnfilteredRowIteratorunfilteredRow(TableMetadata metadata, DecoratedKey partitionKey, boolean isReverseOrder) static UnfilteredRowIteratorunfilteredRow(TableMetadata metadata, DecoratedKey partitionKey, boolean isReverseOrder, Row staticRow, DeletionTime partitionDeletion)
-
Constructor Details
-
EmptyIterators
public EmptyIterators()
-
-
Method Details
-
unfilteredPartition
-
partition
-
unfilteredRow
public static UnfilteredRowIterator unfilteredRow(TableMetadata metadata, DecoratedKey partitionKey, boolean isReverseOrder, Row staticRow, DeletionTime partitionDeletion) -
unfilteredRow
public static UnfilteredRowIterator unfilteredRow(TableMetadata metadata, DecoratedKey partitionKey, boolean isReverseOrder) -
row
public static RowIterator row(TableMetadata metadata, DecoratedKey partitionKey, boolean isReverseOrder)
-