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

Uses of ClientState in org.apache.cassandra.service
 

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 © 2011 The Apache Software Foundation