| Package | Description | 
|---|---|
| org.apache.cassandra.service.pager | 
| Modifier and Type | Field and Description | 
|---|---|
| PagingState.RowMark | PagingState. rowMark | 
| Modifier and Type | Method and Description | 
|---|---|
| static PagingState.RowMark | PagingState.RowMark. create(CFMetaData metadata,
      Row row,
      ProtocolVersion protocolVersion) | 
| Constructor and Description | 
|---|
| PagingState(java.nio.ByteBuffer partitionKey,
           PagingState.RowMark rowMark,
           int remaining,
           int remainingInPartition) | 
| PartitionRangeQueryPager(ReadCommand command,
                        ProtocolVersion protocolVersion,
                        DecoratedKey lastReturnedKey,
                        PagingState.RowMark lastReturnedRow,
                        int remaining,
                        int remainingInPartition) | 
Copyright © 2018 The Apache Software Foundation