Uses of Class
org.apache.cassandra.streaming.SessionInfo
-
Packages that use SessionInfo Package Description org.apache.cassandra.streaming org.apache.cassandra.streaming.management org.apache.cassandra.tools.nodetool -
-
Uses of SessionInfo in org.apache.cassandra.streaming
Fields in org.apache.cassandra.streaming declared as SessionInfo Modifier and Type Field Description SessionInfo
StreamEvent.SessionPreparedEvent. session
Fields in org.apache.cassandra.streaming with type parameters of type SessionInfo Modifier and Type Field Description java.util.Set<SessionInfo>
StreamState. sessions
Methods in org.apache.cassandra.streaming that return SessionInfo Modifier and Type Method Description SessionInfo
StreamSession. getSessionInfo()
Methods in org.apache.cassandra.streaming that return types with arguments of type SessionInfo Modifier and Type Method Description java.util.Set<SessionInfo>
StreamCoordinator. getAllSessionInfo()
Methods in org.apache.cassandra.streaming with parameters of type SessionInfo Modifier and Type Method Description void
StreamCoordinator. addSessionInfo(SessionInfo session)
Constructors in org.apache.cassandra.streaming with parameters of type SessionInfo Constructor Description SessionPreparedEvent(java.util.UUID planId, SessionInfo session)
Constructor parameters in org.apache.cassandra.streaming with type arguments of type SessionInfo Constructor Description StreamState(java.util.UUID planId, StreamOperation streamOperation, java.util.Set<SessionInfo> sessions)
-
Uses of SessionInfo in org.apache.cassandra.streaming.management
Methods in org.apache.cassandra.streaming.management that return SessionInfo Modifier and Type Method Description static SessionInfo
SessionInfoCompositeData. fromCompositeData(javax.management.openmbean.CompositeData cd)
Methods in org.apache.cassandra.streaming.management with parameters of type SessionInfo Modifier and Type Method Description static javax.management.openmbean.CompositeData
SessionInfoCompositeData. toCompositeData(java.util.UUID planId, SessionInfo sessionInfo)
-
Uses of SessionInfo in org.apache.cassandra.tools.nodetool
Methods in org.apache.cassandra.tools.nodetool with parameters of type SessionInfo Modifier and Type Method Description void
NetStats. printReceivingSummaries(java.io.PrintStream out, SessionInfo info, boolean printHumanReadable)
void
NetStats. printSendingSummaries(java.io.PrintStream out, SessionInfo info, boolean printHumanReadable)
-