Uses of Class
org.apache.cassandra.db.VirtualTableSinglePartitionReadQuery
-
Packages that use VirtualTableSinglePartitionReadQuery Package Description org.apache.cassandra.db -
-
Uses of VirtualTableSinglePartitionReadQuery in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return VirtualTableSinglePartitionReadQuery Modifier and Type Method Description static VirtualTableSinglePartitionReadQuery
VirtualTableSinglePartitionReadQuery. create(TableMetadata metadata, int nowInSec, ColumnFilter columnFilter, RowFilter rowFilter, DataLimits limits, DecoratedKey partitionKey, ClusteringIndexFilter clusteringIndexFilter)
Methods in org.apache.cassandra.db with parameters of type VirtualTableSinglePartitionReadQuery Modifier and Type Method Description static VirtualTableSinglePartitionReadQuery.Group
VirtualTableSinglePartitionReadQuery.Group. one(VirtualTableSinglePartitionReadQuery query)
Constructor parameters in org.apache.cassandra.db with type arguments of type VirtualTableSinglePartitionReadQuery Constructor Description Group(java.util.List<VirtualTableSinglePartitionReadQuery> queries, DataLimits limits)
-