public class SliceQuery<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_BATCH_SIZE |
static int |
DEFAULT_LIMIT |
| Constructor and Description |
|---|
SliceQuery(Class<T> entityClass,
EntityMeta meta,
List<Object> partitionComponents,
List<Object> clusteringsFrom,
List<Object> clusteringsTo,
OrderingMode ordering,
BoundingMode bounding,
ConsistencyLevel consistencyLevel,
int limit,
int batchSize,
boolean limitSet) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize() |
BoundingMode |
getBounding() |
List<Object> |
getClusteringsFrom() |
List<Object> |
getClusteringsTo() |
ConsistencyLevel |
getConsistencyLevel() |
Class<T> |
getEntityClass() |
PropertyMeta |
getIdMeta() |
int |
getLimit() |
EntityMeta |
getMeta() |
OrderingMode |
getOrdering() |
List<Object> |
getPartitionComponents() |
boolean |
hasNoComponent() |
boolean |
isLimitSet() |
int |
partitionComponentsSize() |
public static final int DEFAULT_LIMIT
public static final int DEFAULT_BATCH_SIZE
public SliceQuery(Class<T> entityClass, EntityMeta meta, List<Object> partitionComponents, List<Object> clusteringsFrom, List<Object> clusteringsTo, OrderingMode ordering, BoundingMode bounding, ConsistencyLevel consistencyLevel, int limit, int batchSize, boolean limitSet)
public EntityMeta getMeta()
public PropertyMeta getIdMeta()
public int partitionComponentsSize()
public OrderingMode getOrdering()
public BoundingMode getBounding()
public ConsistencyLevel getConsistencyLevel()
public int getLimit()
public int getBatchSize()
public boolean isLimitSet()
public boolean hasNoComponent()
Copyright © 2012-2014. All Rights Reserved.