Class StandbyNodeStatus
- java.lang.Object
-
- com.complexible.stardog.api.admin.pack.StandbyNodeStatus
-
public class StandbyNodeStatus extends java.lang.ObjectA convenience class for standby status information
- Since:
- 9.0
- Version:
- 9.0
- Author:
- Paul Marshall
-
-
Constructor Summary
Constructors Constructor Description StandbyNodeStatus(java.lang.String theSyncClusterAddress, StandbyNodeState theState, boolean theReadReplica, boolean theGeoReplica, long theTotalBytesToSync, long theSyncCount, java.lang.String theStardogVersion, long theSyncIntervalMs, java.lang.String theLastClusterAdminTx, java.lang.String theLastStandbyNodeAdminTx, java.util.Map<java.lang.String,java.lang.Long> theDbSyncBytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Long>getDbSyncBytes()java.lang.StringgetLastClusterAdminTx()java.lang.StringgetLastStandbyNodeAdminTx()java.lang.StringgetStardogVersion()StandbyNodeStategetState()java.lang.StringgetSyncClusterAddress()longgetSyncCount()longgetSyncIntervalMs()longgetTotalBytesToSync()booleanisGeoReplica()booleanisReadReplica()
-
-
-
Constructor Detail
-
StandbyNodeStatus
public StandbyNodeStatus(java.lang.String theSyncClusterAddress, StandbyNodeState theState, boolean theReadReplica, boolean theGeoReplica, long theTotalBytesToSync, long theSyncCount, java.lang.String theStardogVersion, long theSyncIntervalMs, java.lang.String theLastClusterAdminTx, java.lang.String theLastStandbyNodeAdminTx, java.util.Map<java.lang.String,java.lang.Long> theDbSyncBytes)
-
-
Method Detail
-
getSyncClusterAddress
public java.lang.String getSyncClusterAddress()
-
getState
public StandbyNodeState getState()
-
isReadReplica
public boolean isReadReplica()
-
isGeoReplica
public boolean isGeoReplica()
-
getTotalBytesToSync
public long getTotalBytesToSync()
-
getSyncCount
public long getSyncCount()
-
getStardogVersion
public java.lang.String getStardogVersion()
-
getSyncIntervalMs
public long getSyncIntervalMs()
-
getLastClusterAdminTx
public java.lang.String getLastClusterAdminTx()
-
getLastStandbyNodeAdminTx
public java.lang.String getLastStandbyNodeAdminTx()
-
getDbSyncBytes
public java.util.Map<java.lang.String,java.lang.Long> getDbSyncBytes()
-
-