Methods in org.apache.cassandra.cql with parameters of type ClientState |
java.util.List<IMutation> |
BatchStatement.getMutations(java.lang.String keyspace,
ClientState clientState)
|
long |
AbstractModification.getTimestamp(ClientState clientState)
|
RowMutation |
DeleteStatement.mutationForKey(java.nio.ByteBuffer key,
java.lang.String keyspace,
java.lang.Long timestamp,
ClientState clientState)
|
abstract java.util.List<IMutation> |
AbstractModification.prepareRowMutations(java.lang.String keyspace,
ClientState clientState)
Convert statement into a list of mutations to apply on the server |
java.util.List<IMutation> |
DeleteStatement.prepareRowMutations(java.lang.String keyspace,
ClientState clientState)
Convert statement into a list of mutations to apply on the server |
java.util.List<IMutation> |
UpdateStatement.prepareRowMutations(java.lang.String keyspace,
ClientState clientState)
Convert statement into a list of mutations to apply on the server |
abstract java.util.List<IMutation> |
AbstractModification.prepareRowMutations(java.lang.String keyspace,
ClientState clientState,
java.lang.Long timestamp)
Convert statement into a list of mutations to apply on the server |
java.util.List<IMutation> |
DeleteStatement.prepareRowMutations(java.lang.String keyspace,
ClientState clientState,
java.lang.Long timestamp)
Convert statement into a list of mutations to apply on the server |
java.util.List<IMutation> |
UpdateStatement.prepareRowMutations(java.lang.String keyspace,
ClientState clientState,
java.lang.Long timestamp)
Convert statement into a list of mutations to apply on the server |
static org.apache.cassandra.thrift.CqlResult |
QueryProcessor.process(java.lang.String queryString,
ClientState clientState)
|