Uses of Class
org.apache.cassandra.cql3.UntypedResultSet
Packages that use UntypedResultSet
Package
Description
-
Uses of UntypedResultSet in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth that return UntypedResultSet -
Uses of UntypedResultSet in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return UntypedResultSetModifier and TypeMethodDescriptionstatic UntypedResultSetUntypedResultSet.create(List<Map<String, ByteBuffer>> results) static UntypedResultSetstatic UntypedResultSetUntypedResultSet.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 UntypedResultSetUntypedResultSet.create(SelectStatement select, QueryPager pager, int pageSize) static UntypedResultSetQueryProcessor.execute(String query, ConsistencyLevel cl, Object... values) static UntypedResultSetQueryProcessor.execute(String query, ConsistencyLevel cl, QueryState state, Object... values) static UntypedResultSetQueryProcessor.executeInternal(String query, Object... values) static UntypedResultSetQueryProcessor.executeInternalWithNow(long nowInSec, Dispatcher.RequestTime requestTime, String query, Object... values) A special version of executeLocally that takes the time used as "now" for the query in argument.static UntypedResultSetQueryProcessor.executeInternalWithNowInSec(String query, long nowInSec, Object... values) static UntypedResultSetQueryProcessor.executeInternalWithPaging(String query, int pageSize, Object... values) static UntypedResultSetQueryProcessor.executeOnceInternal(String query, 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 UntypedResultSetQueryProcessor.executeOnceInternalWithNowAndTimestamp(long nowInSec, long timestamp, String query, Object... values) Execute an internal query with the providednowInSecandtimestampfor theQueryState.static UntypedResultSetQueryProcessor.executeOnceInternalWithPaging(String query, int pageSize, Object... values) Executes with a non-prepared statement using paging.static UntypedResultSetQueryProcessor.process(String query, ConsistencyLevel cl) static UntypedResultSetQueryProcessor.process(String query, ConsistencyLevel cl, List<ByteBuffer> values) static UntypedResultSetQueryProcessor.resultify(String query, PartitionIterator partitions) static UntypedResultSetQueryProcessor.resultify(String query, RowIterator partition) Methods in org.apache.cassandra.cql3 that return types with arguments of type UntypedResultSetModifier and TypeMethodDescriptionstatic Future<UntypedResultSet>QueryProcessor.executeAsync(InetAddressAndPort address, String query, Object... values) -
Uses of UntypedResultSet in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return UntypedResultSetModifier and TypeMethodDescriptionstatic UntypedResultSetSystemKeyspace.readSSTableActivity(String keyspace, String table, SSTableId id) -
Uses of UntypedResultSet in org.apache.cassandra.db.compaction
Methods in org.apache.cassandra.db.compaction with parameters of type UntypedResultSetModifier and TypeMethodDescriptionstatic TabularDataCompactionHistoryTabularData.from(UntypedResultSet resultSet)