public class SchemaChangeNotifier
extends java.lang.Object
Constructor and Description |
---|
SchemaChangeNotifier() |
Modifier and Type | Method and Description |
---|---|
void |
notifyKeyspaceAltered(KeyspaceMetadata.KeyspaceDiff delta,
boolean dropData) |
void |
notifyKeyspaceCreated(KeyspaceMetadata keyspace) |
void |
notifyKeyspaceDropped(KeyspaceMetadata keyspace,
boolean dropData) |
void |
notifyPreChanges(SchemaTransformation.SchemaTransformationResult transformationResult) |
void |
registerListener(SchemaChangeListener listener) |
void |
unregisterListener(SchemaChangeListener listener) |
public void registerListener(SchemaChangeListener listener)
public void unregisterListener(SchemaChangeListener listener)
public void notifyKeyspaceCreated(KeyspaceMetadata keyspace)
public void notifyKeyspaceAltered(KeyspaceMetadata.KeyspaceDiff delta, boolean dropData)
public void notifyKeyspaceDropped(KeyspaceMetadata keyspace, boolean dropData)
public void notifyPreChanges(SchemaTransformation.SchemaTransformationResult transformationResult)
Copyright © 2009- The Apache Software Foundation