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.StateSessionInfo. stateCurrent session stateMethods in org.apache.cassandra.streaming that return StreamSession.State Modifier and Type Method Description StreamSession.StateStreamSession. state()static StreamSession.StateStreamSession.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 voidStreamSession.MessageStateSink. recordState(InetAddressAndPort from, StreamSession.State state)voidStreamSession. state(StreamSession.State newState)Set current state tonewState.Constructors in org.apache.cassandra.streaming with parameters of type StreamSession.State Constructor Description SessionInfo(java.net.InetSocketAddress peer, int sessionIndex, java.net.InetSocketAddress connecting, java.util.Collection<StreamSummary> receivingSummaries, java.util.Collection<StreamSummary> sendingSummaries, StreamSession.State state)
-