Uses of Class
org.apache.cassandra.cql3.UntypedResultSet
-
Packages that use UntypedResultSet Package Description org.apache.cassandra.cql3 org.apache.cassandra.db.compaction -
-
Uses of UntypedResultSet in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return UntypedResultSet Modifier and Type Method Description static UntypedResultSet
UntypedResultSet. create(java.util.List<java.util.Map<java.lang.String,java.nio.ByteBuffer>> results)
static UntypedResultSet
UntypedResultSet. create(ResultSet rs)
static UntypedResultSet
UntypedResultSet. create(SelectStatement select, ConsistencyLevel cl, ClientState clientState, QueryPager pager, int pageSize)
This method is intended for testing purposes, since it executes query on cluster and not on the local node only.static UntypedResultSet
UntypedResultSet. create(SelectStatement select, QueryPager pager, int pageSize)
static UntypedResultSet
QueryProcessor. execute(java.lang.String query, ConsistencyLevel cl, java.lang.Object... values)
static UntypedResultSet
QueryProcessor. execute(java.lang.String query, ConsistencyLevel cl, QueryState state, java.lang.Object... values)
static UntypedResultSet
QueryProcessor. executeInternal(java.lang.String query, java.lang.Object... values)
static UntypedResultSet
QueryProcessor. executeInternalWithNow(int nowInSec, long queryStartNanoTime, java.lang.String query, java.lang.Object... values)
A special version of executeLocally that takes the time used as "now" for the query in argument.static UntypedResultSet
QueryProcessor. executeInternalWithPaging(java.lang.String query, int pageSize, java.lang.Object... values)
static UntypedResultSet
QueryProcessor. executeOnceInternal(java.lang.String query, java.lang.Object... values)
Same than executeLocally, but to use for queries we know are only executed once so that the created statement object is not cached.static UntypedResultSet
QueryProcessor. executeOnceInternalWithNowAndTimestamp(int nowInSec, long timestamp, java.lang.String query, java.lang.Object... values)
Execute an internal query with the providednowInSec
andtimestamp
for theQueryState
.static UntypedResultSet
QueryProcessor. process(java.lang.String query, ConsistencyLevel cl)
static UntypedResultSet
QueryProcessor. process(java.lang.String query, ConsistencyLevel cl, java.util.List<java.nio.ByteBuffer> values)
static UntypedResultSet
QueryProcessor. resultify(java.lang.String query, PartitionIterator partitions)
static UntypedResultSet
QueryProcessor. resultify(java.lang.String query, RowIterator partition)
-
Uses of UntypedResultSet in org.apache.cassandra.db.compaction
Methods in org.apache.cassandra.db.compaction with parameters of type UntypedResultSet Modifier and Type Method Description static javax.management.openmbean.TabularData
CompactionHistoryTabularData. from(UntypedResultSet resultSet)
-