Uses of Class
org.apache.cassandra.service.ClientState

Packages that use ClientState
org.apache.cassandra.cql   
org.apache.cassandra.service   
org.apache.cassandra.thrift   
 

Uses of ClientState in org.apache.cassandra.cql
 

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 CqlResult QueryProcessor.process(CQLStatement statement, ClientState clientState)
           
static CqlResult QueryProcessor.process(java.lang.String queryString, ClientState clientState)
           
 

Uses of ClientState in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service that return ClientState
 ClientState SocketSessionManagementService.get(java.net.SocketAddress key)
           
 

Methods in org.apache.cassandra.service with parameters of type ClientState
 void SocketSessionManagementService.put(java.net.SocketAddress key, ClientState value)
           
 

Constructor parameters in org.apache.cassandra.service with type arguments of type ClientState
AbstractCassandraDaemon.CleaningThreadPool(java.lang.ThreadLocal<ClientState> state, int minWorkerThread, int maxWorkerThreads)
           
 

Uses of ClientState in org.apache.cassandra.thrift
 

Fields in org.apache.cassandra.thrift with type parameters of type ClientState
 java.lang.ThreadLocal<ClientState> CassandraServer.clientState
           
 

Methods in org.apache.cassandra.thrift that return ClientState
 ClientState CassandraServer.state()
           
 



Copyright © 2012 The Apache Software Foundation