Uses of Class
org.apache.cassandra.service.pager.PagingState.RowMark
Packages that use PagingState.RowMark
-
Uses of PagingState.RowMark in org.apache.cassandra.service.pager
Fields in org.apache.cassandra.service.pager declared as PagingState.RowMarkMethods in org.apache.cassandra.service.pager that return PagingState.RowMarkModifier and TypeMethodDescriptionstatic PagingState.RowMarkPagingState.RowMark.create(TableMetadata metadata, Row row, ProtocolVersion protocolVersion) Constructors in org.apache.cassandra.service.pager with parameters of type PagingState.RowMarkModifierConstructorDescriptionPagingState(ByteBuffer partitionKey, PagingState.RowMark rowMark, int remaining, int remainingInPartition) PartitionRangeQueryPager(PartitionRangeReadQuery query, ProtocolVersion protocolVersion, DecoratedKey lastReturnedKey, PagingState.RowMark lastReturnedRow, int remaining, int remainingInPartition)