Java org.apache.cassandra.db.rows RowIterator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cassandra.db.rows RowIterator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cassandra.db.rows RowIterator.

The text is from its open source code.

Implementation

org.apache.cassandra.db.rows.RowIterator has the following implementations.
Click this link to see all its implementation.

Method

voidclose()
RegularAndStaticColumnscolumns()
A subset of the columns for the (static and regular) rows returned by this iterator.
TableMetadatametadata()
The metadata for the table this iterator on.
DecoratedKeypartitionKey()
The partition key of the partition this in an iterator over.
RowstaticRow()
The static part corresponding to this partition (this can be an empty row but cannot be null ).