public class EventListenerWrapper extends Object implements org.apache.cassandra.schema.SchemaChangeListener
| Constructor and Description |
|---|
EventListenerWrapper(EventListener wrapped) |
| 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,
org.apache.cassandra.schema.TableId tableId) |
void |
onDropType(String keyspace,
String type) |
void |
onDropView(String keyspace,
String view,
org.apache.cassandra.schema.TableId tableId) |
public EventListenerWrapper(EventListener wrapped)
public void onCreateKeyspace(String keyspace)
onCreateKeyspace in interface org.apache.cassandra.schema.SchemaChangeListenerpublic void onCreateTable(String keyspace, String table)
onCreateTable in interface org.apache.cassandra.schema.SchemaChangeListenerpublic void onCreateView(String keyspace, String view)
onCreateView in interface org.apache.cassandra.schema.SchemaChangeListenerpublic void onCreateType(String keyspace, String type)
onCreateType in interface org.apache.cassandra.schema.SchemaChangeListenerpublic void onCreateFunction(String keyspace, String function, List<org.apache.cassandra.db.marshal.AbstractType<?>> argumentTypes)
onCreateFunction in interface org.apache.cassandra.schema.SchemaChangeListenerpublic void onCreateAggregate(String keyspace, String aggregate, List<org.apache.cassandra.db.marshal.AbstractType<?>> argumentTypes)
onCreateAggregate in interface org.apache.cassandra.schema.SchemaChangeListenerpublic void onAlterKeyspace(String keyspace)
onAlterKeyspace in interface org.apache.cassandra.schema.SchemaChangeListenerpublic void onAlterTable(String keyspace, String table, boolean affectsStatements)
onAlterTable in interface org.apache.cassandra.schema.SchemaChangeListenerpublic void onAlterView(String keyspace, String view, boolean affectsStatements)
onAlterView in interface org.apache.cassandra.schema.SchemaChangeListenerpublic void onAlterType(String keyspace, String type)
onAlterType in interface org.apache.cassandra.schema.SchemaChangeListenerpublic void onAlterFunction(String keyspace, String function, List<org.apache.cassandra.db.marshal.AbstractType<?>> argumentTypes)
onAlterFunction in interface org.apache.cassandra.schema.SchemaChangeListenerpublic void onAlterAggregate(String keyspace, String aggregate, List<org.apache.cassandra.db.marshal.AbstractType<?>> argumentTypes)
onAlterAggregate in interface org.apache.cassandra.schema.SchemaChangeListenerpublic void onDropKeyspace(String keyspace)
onDropKeyspace in interface org.apache.cassandra.schema.SchemaChangeListenerpublic void onDropTable(String keyspace, String table, org.apache.cassandra.schema.TableId tableId)
onDropTable in interface org.apache.cassandra.schema.SchemaChangeListenerpublic void onDropView(String keyspace, String view, org.apache.cassandra.schema.TableId tableId)
onDropView in interface org.apache.cassandra.schema.SchemaChangeListenerpublic void onDropType(String keyspace, String type)
onDropType in interface org.apache.cassandra.schema.SchemaChangeListenerpublic void onDropFunction(String keyspace, String function, List<org.apache.cassandra.db.marshal.AbstractType<?>> argumentTypes)
onDropFunction in interface org.apache.cassandra.schema.SchemaChangeListenerCopyright © 2021. All rights reserved.