|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.service.ClientState
org.apache.cassandra.thrift.ThriftClientState
public class ThriftClientState
ClientState used by thrift that also provide a QueryState. Thrift is intrinsically synchronous so there could be only one query per client at a given time. So ClientState and QueryState can be merge into the same object.
Field Summary |
---|
Fields inherited from class org.apache.cassandra.service.ClientState |
---|
DEFAULT_CQL_VERSION |
Constructor Summary | |
---|---|
ThriftClientState()
|
Method Summary | |
---|---|
java.util.Map<java.lang.Integer,CQLStatement> |
getPrepared()
|
QueryState |
getQueryState()
|
java.lang.String |
getSchedulingValue()
|
Methods inherited from class org.apache.cassandra.service.ClientState |
---|
ensureHasPermission, ensureNotAnonymous, getCQLSupportedVersion, getCQLVersion, getKeyspace, getRawKeyspace, getUser, hasAllKeyspacesAccess, hasColumnFamilyAccess, hasKeyspaceAccess, login, setCQLVersion, setKeyspace, validateLogin |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThriftClientState()
Method Detail |
---|
public QueryState getQueryState()
public java.util.Map<java.lang.Integer,CQLStatement> getPrepared()
public java.lang.String getSchedulingValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |