Uses of Class
org.apache.cassandra.thrift.ThriftClientState

Packages that use ThriftClientState
org.apache.cassandra.cql   
org.apache.cassandra.thrift   
 

Uses of ThriftClientState in org.apache.cassandra.cql
 

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

Uses of ThriftClientState in org.apache.cassandra.thrift
 

Methods in org.apache.cassandra.thrift that return ThriftClientState
 ThriftClientState ThriftSessionManager.currentSession()
           
 ThriftClientState CassandraServer.state()
           
 



Copyright © 2012 The Apache Software Foundation