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 SessionInfoStreamEvent.SessionPreparedEvent. sessionFields in org.apache.cassandra.streaming with type parameters of type SessionInfo Modifier and Type Field Description java.util.Set<SessionInfo>StreamState. sessionsMethods in org.apache.cassandra.streaming that return SessionInfo Modifier and Type Method Description SessionInfoStreamSession. 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 voidStreamCoordinator. addSessionInfo(SessionInfo session)Constructors in org.apache.cassandra.streaming with parameters of type SessionInfo Constructor Description SessionInfo(SessionInfo other)SessionPreparedEvent(TimeUUID planId, SessionInfo session, StreamSession.PrepareDirection prepareDirection)Constructor parameters in org.apache.cassandra.streaming with type arguments of type SessionInfo Constructor Description StreamState(TimeUUID 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 SessionInfoSessionInfoCompositeData. 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.CompositeDataSessionInfoCompositeData. toCompositeData(TimeUUID 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 voidNetStats. printReceivingSummaries(java.io.PrintStream out, SessionInfo info, boolean printHumanReadable)voidNetStats. printSendingSummaries(java.io.PrintStream out, SessionInfo info, boolean printHumanReadable)
-