Uses of Class
org.apache.cassandra.streaming.StreamSession.State
-
Packages that use StreamSession.State Package Description org.apache.cassandra.streaming -
-
Uses of StreamSession.State in org.apache.cassandra.streaming
Fields in org.apache.cassandra.streaming declared as StreamSession.State Modifier and Type Field Description StreamSession.State
SessionInfo. state
Current session stateMethods in org.apache.cassandra.streaming that return StreamSession.State Modifier and Type Method Description StreamSession.State
StreamSession. state()
static StreamSession.State
StreamSession.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StreamSession.State[]
StreamSession.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.streaming with parameters of type StreamSession.State Modifier and Type Method Description void
StreamSession.MessageStateSink. recordState(InetAddressAndPort from, StreamSession.State state)
void
StreamSession. state(StreamSession.State newState)
Set current state tonewState
.Constructors in org.apache.cassandra.streaming with parameters of type StreamSession.State Constructor Description SessionInfo(InetAddressAndPort peer, int sessionIndex, InetAddressAndPort connecting, java.util.Collection<StreamSummary> receivingSummaries, java.util.Collection<StreamSummary> sendingSummaries, StreamSession.State state)
-