@InterfaceAudience.Public @InterfaceStability.Stable public class AlterDatabaseEvent extends ListenerEvent
| Constructor and Description |
|---|
AlterDatabaseEvent(Database oldDb,
Database newDb,
boolean status,
IHMSHandler handler,
boolean isReplicated) |
| Modifier and Type | Method and Description |
|---|---|
Database |
getNewDatabase() |
Database |
getOldDatabase() |
boolean |
isReplicated() |
boolean |
shouldSkipCapturing() |
getEnvironmentContext, getHandler, getIHMSHandler, getParameters, getStatus, putParameter, putParameters, setEnvironmentContextpublic AlterDatabaseEvent(Database oldDb, Database newDb, boolean status, IHMSHandler handler, boolean isReplicated)
public boolean shouldSkipCapturing()
public Database getOldDatabase()
public Database getNewDatabase()
public boolean isReplicated()
Copyright © 2024 The Apache Software Foundation. All rights reserved.