public interface ServerEngineManagerMBean
Modifier and Type | Method and Description |
---|---|
void |
backup()
MBean method to initiate a backup
|
void |
collectStatistics(java.lang.String relvarName)
MBean method to request relvar statistics collection
|
void |
dumpDB(java.lang.String fileName,
java.lang.String option)
MBean method to request a DBMS file dump
|
void |
hotRestart()
MBean method to initiate a hotRestart
|
void |
printJournals(java.lang.String relvarName,
long from,
long to)
MBean method to initiate a hotRestart
|
void |
shutEngineDown()
MBean method to shut down a running engine without going through a Monitor connection.
|
void |
splitLog()
MBean method to force a log split
|
void |
verifyDB(java.lang.String relvarName)
MBean method to request a relvar records verification
|
void collectStatistics(java.lang.String relvarName)
relvarName
- The name of the relvar for which statistics collection is wantedvoid dumpDB(java.lang.String fileName, java.lang.String option)
fileName
- The name of the dbms file to dumpoption
- The dump option, BRIEF or FULLvoid backup()
void hotRestart()
void printJournals(java.lang.String relvarName, long from, long to)
relvarName
- The name of the relvar for which the journals are to be printedfrom
- The yyyymmddhhmmss numeric value of the start time of the time window to be printedto
- The yyyymmddhhmmss numeric value of the end time of the time window to be printed. Any value less than or equal to from will be treated as 99991231235959.void shutEngineDown()
void splitLog()
void verifyDB(java.lang.String relvarName)
relvarName
- The name of the relvar for which to verify the records' consistency