Uses of Class
org.apache.cassandra.streaming.StreamEvent.Type
-
Packages that use StreamEvent.Type Package Description org.apache.cassandra.streaming -
-
Uses of StreamEvent.Type in org.apache.cassandra.streaming
Fields in org.apache.cassandra.streaming declared as StreamEvent.Type Modifier and Type Field Description StreamEvent.Type
StreamEvent. eventType
Methods in org.apache.cassandra.streaming that return StreamEvent.Type Modifier and Type Method Description static StreamEvent.Type
StreamEvent.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StreamEvent.Type[]
StreamEvent.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.cassandra.streaming with parameters of type StreamEvent.Type Constructor Description StreamEvent(StreamEvent.Type eventType, java.util.UUID planId)
-