Uses of Class
org.apache.cassandra.transport.Event.SchemaChange.Change

Packages that use Event.SchemaChange.Change
org.apache.cassandra.transport   
 

Uses of Event.SchemaChange.Change in org.apache.cassandra.transport
 

Fields in org.apache.cassandra.transport declared as Event.SchemaChange.Change
 Event.SchemaChange.Change Event.SchemaChange.change
           
 

Methods in org.apache.cassandra.transport that return Event.SchemaChange.Change
static Event.SchemaChange.Change Event.SchemaChange.Change.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Event.SchemaChange.Change[] Event.SchemaChange.Change.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.cassandra.transport with parameters of type Event.SchemaChange.Change
Event.SchemaChange(Event.SchemaChange.Change change, java.lang.String keyspace)
           
Event.SchemaChange(Event.SchemaChange.Change change, java.lang.String keyspace, java.lang.String table)
           
 



Copyright © 2012 The Apache Software Foundation