Uses of Class
org.apache.cassandra.streaming.StreamingState.Status
-
Packages that use StreamingState.Status Package Description org.apache.cassandra.streaming -
-
Uses of StreamingState.Status in org.apache.cassandra.streaming
Methods in org.apache.cassandra.streaming that return StreamingState.Status Modifier and Type Method Description StreamingState.StatusStreamingState. status()static StreamingState.StatusStreamingState.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StreamingState.Status[]StreamingState.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.streaming that return types with arguments of type StreamingState.Status Modifier and Type Method Description java.util.EnumMap<StreamingState.Status,java.lang.Long>StreamingState. stateTimesMillis()
-