Uses of Enum Class
org.apache.cassandra.streaming.StreamSession.State
Packages that use StreamSession.State
-
Uses of StreamSession.State in org.apache.cassandra.streaming
Fields in org.apache.cassandra.streaming declared as StreamSession.StateModifier and TypeFieldDescriptionfinal StreamSession.StateSessionInfo.stateCurrent session stateMethods in org.apache.cassandra.streaming that return StreamSession.StateModifier and TypeMethodDescriptionStreamSession.state()static StreamSession.StateReturns the enum constant of this class with the specified name.static StreamSession.State[]StreamSession.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.streaming with parameters of type StreamSession.StateModifier and TypeMethodDescriptionvoidStreamSession.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.StateModifierConstructorDescriptionSessionInfo(InetSocketAddress peer, int sessionIndex, InetSocketAddress connecting, Collection<StreamSummary> receivingSummaries, Collection<StreamSummary> sendingSummaries, StreamSession.State state, String failureReason)