|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.transport.Connection
org.apache.cassandra.transport.ServerConnection
public class ServerConnection
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.cassandra.transport.Connection |
---|
Connection.Factory, Connection.Tracker |
Field Summary | |
---|---|
static Connection.Factory |
FACTORY
|
Constructor Summary | |
---|---|
ServerConnection(Connection.Tracker tracker)
|
Method Summary | |
---|---|
void |
applyStateTransition(Message.Type requestType,
Message.Type responseType)
|
QueryState |
getQueryState(int streamId)
|
void |
validateNewMessage(Message.Type type)
|
Methods inherited from class org.apache.cassandra.transport.Connection |
---|
channel, getCompressor, getTracker, registerChannel, setCompressor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Connection.Factory FACTORY
Constructor Detail |
---|
public ServerConnection(Connection.Tracker tracker)
Method Detail |
---|
public QueryState getQueryState(int streamId)
public void validateNewMessage(Message.Type type)
public void applyStateTransition(Message.Type requestType, Message.Type responseType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |