public abstract class RootSliceQueryBuilder<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Class<T> |
entityClass |
protected EntityMeta |
meta |
protected List<Object> |
partitionComponents |
protected SliceQueryExecutor |
sliceQueryExecutor |
| Modifier and Type | Method and Description |
|---|---|
protected RootSliceQueryBuilder<T> |
bounding(BoundingMode boundingMode) |
protected SliceQuery<T> |
buildClusterQuery() |
protected RootSliceQueryBuilder<T> |
consistencyLevelInternal(ConsistencyLevel consistencyLevel) |
protected RootSliceQueryBuilder<T> |
fromClusteringsInternal(List<Object> clusteringComponents) |
protected RootSliceQueryBuilder<T> |
fromClusteringsInternal(Object... clusteringComponents) |
protected List<T> |
get() |
protected List<T> |
get(int n) |
protected List<T> |
getFirst(int n,
Object... clusteringComponents) |
protected T |
getFirstOccurence(Object... clusteringComponents) |
protected List<T> |
getLast(int n,
Object... clusteringComponents) |
protected T |
getLastOccurence(Object... clusteringComponents) |
protected Iterator<T> |
iterator() |
protected Iterator<T> |
iterator(int batchSize) |
protected Iterator<T> |
iteratorWithComponents(int batchSize,
Object... clusteringComponents) |
protected Iterator<T> |
iteratorWithComponents(Object... clusteringComponents) |
protected RootSliceQueryBuilder<T> |
limit(int limit) |
protected RootSliceQueryBuilder<T> |
ordering(OrderingMode ordering) |
protected RootSliceQueryBuilder<T> |
partitionComponentsInternal(List<Object> partitionComponents) |
protected RootSliceQueryBuilder<T> |
partitionComponentsInternal(Object... partitionComponents) |
protected void |
remove() |
protected void |
remove(int n) |
protected void |
removeFirst(int n,
Object... clusteringComponents) |
protected void |
removeFirstOccurence(Object... clusteringComponents) |
protected void |
removeLast(int n,
Object... clusteringComponents) |
protected void |
removeLastOccurence(Object... clusteringComponents) |
protected RootSliceQueryBuilder<T> |
toClusteringsInternal(List<Object> clusteringComponents) |
protected RootSliceQueryBuilder<T> |
toClusteringsInternal(Object... clusteringComponents) |
protected SliceQueryExecutor sliceQueryExecutor
protected EntityMeta meta
protected RootSliceQueryBuilder<T> partitionComponentsInternal(List<Object> partitionComponents)
protected RootSliceQueryBuilder<T> partitionComponentsInternal(Object... partitionComponents)
protected RootSliceQueryBuilder<T> fromClusteringsInternal(List<Object> clusteringComponents)
protected RootSliceQueryBuilder<T> fromClusteringsInternal(Object... clusteringComponents)
protected RootSliceQueryBuilder<T> toClusteringsInternal(List<Object> clusteringComponents)
protected RootSliceQueryBuilder<T> toClusteringsInternal(Object... clusteringComponents)
protected RootSliceQueryBuilder<T> ordering(OrderingMode ordering)
protected RootSliceQueryBuilder<T> bounding(BoundingMode boundingMode)
protected RootSliceQueryBuilder<T> consistencyLevelInternal(ConsistencyLevel consistencyLevel)
protected RootSliceQueryBuilder<T> limit(int limit)
protected Iterator<T> iteratorWithComponents(int batchSize, Object... clusteringComponents)
protected void remove()
protected void remove(int n)
protected void removeFirstOccurence(Object... clusteringComponents)
protected void removeFirst(int n,
Object... clusteringComponents)
protected void removeLastOccurence(Object... clusteringComponents)
protected void removeLast(int n,
Object... clusteringComponents)
protected SliceQuery<T> buildClusterQuery()
Copyright © 2012-2014. All Rights Reserved.