Uses of Class
org.apache.cassandra.schema.SchemaEvent.SchemaEventType
-
Packages that use SchemaEvent.SchemaEventType Package Description org.apache.cassandra.schema -
-
Uses of SchemaEvent.SchemaEventType in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema that return SchemaEvent.SchemaEventType Modifier and Type Method Description SchemaEvent.SchemaEventType
SchemaEvent. getType()
static SchemaEvent.SchemaEventType
SchemaEvent.SchemaEventType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SchemaEvent.SchemaEventType[]
SchemaEvent.SchemaEventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-