Uses of Class
org.apache.cassandra.streaming.StreamingState
-
Packages that use StreamingState Package Description org.apache.cassandra.streaming -
-
Uses of StreamingState in org.apache.cassandra.streaming
Methods in org.apache.cassandra.streaming that return StreamingState Modifier and Type Method Description StreamingStateStreamManager. getStreamingState(TimeUUID id)Methods in org.apache.cassandra.streaming that return types with arguments of type StreamingState Modifier and Type Method Description java.util.Collection<StreamingState>StreamManager. getStreamingStates()Methods in org.apache.cassandra.streaming with parameters of type StreamingState Modifier and Type Method Description voidStreamManager. putStreamingState(StreamingState state)
-