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

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

Uses of ClientState in org.apache.cassandra.avro
 

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

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

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