| Package | Description | 
|---|---|
| org.apache.cassandra.transport | 
| Modifier and Type | Field and Description | 
|---|---|
| Event.SchemaChange.Target | Event.SchemaChange. target | 
| Modifier and Type | Method and Description | 
|---|---|
| static Event.SchemaChange.Target | Event.SchemaChange.Target. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static Event.SchemaChange.Target[] | Event.SchemaChange.Target. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| SchemaChange(Event.SchemaChange.Change change,
            Event.SchemaChange.Target target,
            java.lang.String keyspace,
            java.lang.String name) | 
| SchemaChange(Event.SchemaChange.Change change,
            Event.SchemaChange.Target target,
            java.lang.String keyspace,
            java.lang.String name,
            java.util.List<java.lang.String> argTypes) | 
Copyright © 2018 The Apache Software Foundation