Uses of Class
org.apache.cassandra.service.pager.PagingState.RowMark
-
Packages that use PagingState.RowMark Package Description org.apache.cassandra.service.pager -
-
Uses of PagingState.RowMark in org.apache.cassandra.service.pager
Fields in org.apache.cassandra.service.pager declared as PagingState.RowMark Modifier and Type Field Description PagingState.RowMark
PagingState. rowMark
Methods in org.apache.cassandra.service.pager that return PagingState.RowMark Modifier and Type Method Description static PagingState.RowMark
PagingState.RowMark. create(TableMetadata metadata, Row row, ProtocolVersion protocolVersion)
Constructors in org.apache.cassandra.service.pager with parameters of type PagingState.RowMark Constructor Description PagingState(java.nio.ByteBuffer partitionKey, PagingState.RowMark rowMark, int remaining, int remainingInPartition)
PartitionRangeQueryPager(PartitionRangeReadQuery query, ProtocolVersion protocolVersion, DecoratedKey lastReturnedKey, PagingState.RowMark lastReturnedRow, int remaining, int remainingInPartition)
-