Package org.apache.cassandra.db
Class AbstractReadCommandBuilder
java.lang.Object
org.apache.cassandra.db.AbstractReadCommandBuilder
- Direct Known Subclasses:
AbstractReadCommandBuilder.PartitionRangeBuilder,AbstractReadCommandBuilder.SinglePartitionBuilder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ColumnFamilyStoreprotected Set<ColumnIdentifier>protected final RowFilterprotected longprotected boolean -
Method Summary
Modifier and TypeMethodDescriptionabstract ReadCommandbuild()includeRow(Object... values) protected ColumnFilterprotected ClusteringIndexFilterprotected DataLimitsreverse()withLimit(int newLimit) withNowInSeconds(long nowInSec) withPagingLimit(int newLimit)
-
Field Details
-
cfs
-
nowInSeconds
protected long nowInSeconds -
reversed
protected boolean reversed -
columns
-
filter
-
-
Method Details
-
withNowInSeconds
-
fromIncl
-
fromExcl
-
toIncl
-
toExcl
-
includeRow
-
reverse
-
withLimit
-
withPagingLimit
-
columns
-
filterOn
-
makeColumnFilter
-
makeFilter
-
makeLimits
-
build
-