Class StandbyNodeStatus
java.lang.Object
com.complexible.stardog.api.admin.pack.StandbyNodeStatus
A convenience class for standby status information
- Since:
- 9.0
- Version:
- 9.0
- Author:
- Paul Marshall
-
Constructor Summary
ConstructorsConstructorDescriptionStandbyNodeStatus(String theSyncClusterAddress, StandbyNodeState theState, boolean theReadReplica, boolean theGeoReplica, long theTotalBytesToSync, long theSyncCount, String theStardogVersion, long theSyncIntervalMs, String theLastClusterAdminTx, String theLastStandbyNodeAdminTx, Map<String, Long> theDbSyncBytes) -
Method Summary
-
Constructor Details
-
StandbyNodeStatus
public StandbyNodeStatus(String theSyncClusterAddress, StandbyNodeState theState, boolean theReadReplica, boolean theGeoReplica, long theTotalBytesToSync, long theSyncCount, String theStardogVersion, long theSyncIntervalMs, String theLastClusterAdminTx, String theLastStandbyNodeAdminTx, Map<String, Long> theDbSyncBytes)
-
-
Method Details
-
getSyncClusterAddress
-
getState
-
isReadReplica
public boolean isReadReplica() -
isGeoReplica
public boolean isGeoReplica() -
getTotalBytesToSync
public long getTotalBytesToSync() -
getSyncCount
public long getSyncCount() -
getStardogVersion
-
getSyncIntervalMs
public long getSyncIntervalMs() -
getLastClusterAdminTx
-
getLastStandbyNodeAdminTx
-
getDbSyncBytes
-