public class EventListenerWrapper
extends org.apache.cassandra.schema.SchemaChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAlterAggregate(String keyspace,
String aggregate,
List<org.apache.cassandra.db.marshal.AbstractType<?>> argumentTypes) |
void |
onAlterFunction(String keyspace,
String function,
List<org.apache.cassandra.db.marshal.AbstractType<?>> argumentTypes) |
void |
onAlterKeyspace(String keyspace) |
void |
onAlterTable(String keyspace,
String table,
boolean affectsStatements) |
void |
onAlterType(String keyspace,
String type) |
void |
onAlterView(String keyspace,
String view,
boolean affectsStatements) |
void |
onCreateAggregate(String keyspace,
String aggregate,
List<org.apache.cassandra.db.marshal.AbstractType<?>> argumentTypes) |
void |
onCreateFunction(String keyspace,
String function,
List<org.apache.cassandra.db.marshal.AbstractType<?>> argumentTypes) |
void |
onCreateKeyspace(String keyspace) |
void |
onCreateTable(String keyspace,
String table) |
void |
onCreateType(String keyspace,
String type) |
void |
onCreateView(String keyspace,
String view) |
void |
onDropAggregate(String keyspace,
String aggregate,
List<org.apache.cassandra.db.marshal.AbstractType<?>> argumentTypes) |
void |
onDropFunction(String keyspace,
String function,
List<org.apache.cassandra.db.marshal.AbstractType<?>> argumentTypes) |
void |
onDropKeyspace(String keyspace) |
void |
onDropTable(String keyspace,
String table) |
void |
onDropType(String keyspace,
String type) |
void |
onDropView(String keyspace,
String view) |
public void onCreateKeyspace(String keyspace)
onCreateKeyspace in class org.apache.cassandra.schema.SchemaChangeListenerpublic void onCreateTable(String keyspace, String table)
onCreateTable in class org.apache.cassandra.schema.SchemaChangeListenerpublic void onCreateView(String keyspace, String view)
onCreateView in class org.apache.cassandra.schema.SchemaChangeListenerpublic void onCreateType(String keyspace, String type)
onCreateType in class org.apache.cassandra.schema.SchemaChangeListenerpublic void onCreateFunction(String keyspace, String function, List<org.apache.cassandra.db.marshal.AbstractType<?>> argumentTypes)
onCreateFunction in class org.apache.cassandra.schema.SchemaChangeListenerpublic void onCreateAggregate(String keyspace, String aggregate, List<org.apache.cassandra.db.marshal.AbstractType<?>> argumentTypes)
onCreateAggregate in class org.apache.cassandra.schema.SchemaChangeListenerpublic void onAlterKeyspace(String keyspace)
onAlterKeyspace in class org.apache.cassandra.schema.SchemaChangeListenerpublic void onAlterTable(String keyspace, String table, boolean affectsStatements)
onAlterTable in class org.apache.cassandra.schema.SchemaChangeListenerpublic void onAlterView(String keyspace, String view, boolean affectsStatements)
onAlterView in class org.apache.cassandra.schema.SchemaChangeListenerpublic void onAlterType(String keyspace, String type)
onAlterType in class org.apache.cassandra.schema.SchemaChangeListenerpublic void onAlterFunction(String keyspace, String function, List<org.apache.cassandra.db.marshal.AbstractType<?>> argumentTypes)
onAlterFunction in class org.apache.cassandra.schema.SchemaChangeListenerpublic void onAlterAggregate(String keyspace, String aggregate, List<org.apache.cassandra.db.marshal.AbstractType<?>> argumentTypes)
onAlterAggregate in class org.apache.cassandra.schema.SchemaChangeListenerpublic void onDropKeyspace(String keyspace)
onDropKeyspace in class org.apache.cassandra.schema.SchemaChangeListenerpublic void onDropTable(String keyspace, String table)
onDropTable in class org.apache.cassandra.schema.SchemaChangeListenerpublic void onDropView(String keyspace, String view)
onDropView in class org.apache.cassandra.schema.SchemaChangeListenerpublic void onDropType(String keyspace, String type)
onDropType in class org.apache.cassandra.schema.SchemaChangeListenerpublic void onDropFunction(String keyspace, String function, List<org.apache.cassandra.db.marshal.AbstractType<?>> argumentTypes)
onDropFunction in class org.apache.cassandra.schema.SchemaChangeListenerCopyright © 2021. All rights reserved.