Class MysqlReplication.SlaveStatus
java.lang.Object
com.aoindustries.aoserv.client.backup.MysqlReplication.SlaveStatus
- Enclosing class:
MysqlReplication
-
Constructor Summary
ConstructorsConstructorDescriptionSlaveStatus(String slaveIoState, String masterLogFile, String readMasterLogPos, String relayLogFile, String relayLogPos, String relayMasterLogFile, String slaveIoRunning, String slaveSqlRunning, String lastErrno, String lastError, String skipCounter, String execMasterLogPos, String relayLogSpace, String secondsBehindMaster) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
SlaveStatus
public SlaveStatus(String slaveIoState, String masterLogFile, String readMasterLogPos, String relayLogFile, String relayLogPos, String relayMasterLogFile, String slaveIoRunning, String slaveSqlRunning, String lastErrno, String lastError, String skipCounter, String execMasterLogPos, String relayLogSpace, String secondsBehindMaster)
-
-
Method Details
-
getSlaveIoState
-
getMasterLogFile
-
getReadMasterLogPos
-
getRelayLogFile
-
getRelayLogPos
-
getRelayMasterLogFile
-
getSlaveIoRunning
-
getSlaveSqlRunning
-
getLastErrno
-
getLastError
-
getSkipCounter
-
getExecMasterLogPos
-
getRelayLogSpace
-
getSecondsBehindMaster
-
