public static interface SchemaKeyspace.Differ
Modifier and Type | Method and Description |
---|---|
void |
onAdded(UntypedResultSet.Row newRow) |
void |
onDropped(UntypedResultSet.Row oldRow) |
void |
onUpdated(UntypedResultSet.Row oldRow,
UntypedResultSet.Row newRow) |
void onDropped(UntypedResultSet.Row oldRow)
void onAdded(UntypedResultSet.Row newRow)
void onUpdated(UntypedResultSet.Row oldRow, UntypedResultSet.Row newRow)
Copyright © 2015 The Apache Software Foundation