public class QueryPagers
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static int |
countPaged(CFMetaData metadata,
DecoratedKey key,
ColumnFilter columnFilter,
ClusteringIndexFilter filter,
DataLimits limits,
ConsistencyLevel consistencyLevel,
ClientState state,
int pageSize,
int nowInSec,
boolean isForThrift,
long queryStartNanoTime)
Convenience method that count (live) cells/rows for a given slice of a row, but page underneath.
|
public static int countPaged(CFMetaData metadata, DecoratedKey key, ColumnFilter columnFilter, ClusteringIndexFilter filter, DataLimits limits, ConsistencyLevel consistencyLevel, ClientState state, int pageSize, int nowInSec, boolean isForThrift, long queryStartNanoTime) throws RequestValidationException, RequestExecutionException
Copyright © 2009- The Apache Software Foundation