Uses of Enum Class
org.apache.cassandra.streaming.StreamSession.PrepareDirection
Packages that use StreamSession.PrepareDirection
-
Uses of StreamSession.PrepareDirection in org.apache.cassandra.streaming
Fields in org.apache.cassandra.streaming declared as StreamSession.PrepareDirectionMethods in org.apache.cassandra.streaming that return StreamSession.PrepareDirectionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static StreamSession.PrepareDirection[]StreamSession.PrepareDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.cassandra.streaming with parameters of type StreamSession.PrepareDirectionModifierConstructorDescriptionSessionPreparedEvent(TimeUUID planId, SessionInfo session, StreamSession.PrepareDirection prepareDirection)