Class MysqlReplication.SlaveStatus
- java.lang.Object
-
- com.aoindustries.aoserv.client.backup.MysqlReplication.SlaveStatus
-
- Enclosing class:
- MysqlReplication
public static final class MysqlReplication.SlaveStatus extends Object
-
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExecMasterLogPos()StringgetLastErrno()StringgetLastError()StringgetMasterLogFile()StringgetReadMasterLogPos()StringgetRelayLogFile()StringgetRelayLogPos()StringgetRelayLogSpace()StringgetRelayMasterLogFile()StringgetSecondsBehindMaster()StringgetSkipCounter()StringgetSlaveIORunning()StringgetSlaveIOState()StringgetSlaveSQLRunning()
-
-
-
Constructor Detail
-
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 Detail
-
getSlaveIOState
public String getSlaveIOState()
-
getMasterLogFile
public String getMasterLogFile()
-
getReadMasterLogPos
public String getReadMasterLogPos()
-
getRelayLogFile
public String getRelayLogFile()
-
getRelayLogPos
public String getRelayLogPos()
-
getRelayMasterLogFile
public String getRelayMasterLogFile()
-
getSlaveIORunning
public String getSlaveIORunning()
-
getSlaveSQLRunning
public String getSlaveSQLRunning()
-
getLastErrno
public String getLastErrno()
-
getLastError
public String getLastError()
-
getSkipCounter
public String getSkipCounter()
-
getExecMasterLogPos
public String getExecMasterLogPos()
-
getRelayLogSpace
public String getRelayLogSpace()
-
getSecondsBehindMaster
public String getSecondsBehindMaster()
-
-