Class Server.DrbdReport
java.lang.Object
com.aoindustries.aoserv.client.linux.Server.DrbdReport
- Enclosing class:
Server
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Obtained from http://www.drbd.org/users-guide/ch-admin.html#s-connection-statesstatic enum
Obtained from http://www.drbd.org/users-guide/ch-admin.html#s-disk-statesstatic enum
Obtained from http://www.drbd.org/users-guide/ch-admin.html#s-roles -
Method Summary
Modifier and TypeMethodDescriptionGets the time verification was last started from this node ornull
if never started.Gets the number of kilobytes of data out of sync, in Kibibytes.
-
Method Details
-
getConnectionState
-
getDevice
-
getLocalDiskState
-
getLocalRole
-
getRemoteDiskState
-
getRemoteRole
-
getResourceDevice
-
getResourceHostname
-
getLastVerified
Gets the time verification was last started from this node ornull
if never started. -
getOutOfSync
Gets the number of kilobytes of data out of sync, in Kibibytes. http://www.drbd.org/users-guide/ch-admin.html#s-performance-indicators
-