Package net.handle.hdllib
Class ReplicationStateInfo
java.lang.Object
net.handle.hdllib.ReplicationStateInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReplicationStateInfofromStreamTable(StreamTable replicationConfig, String ownName) longgetLastTimestamp(String name) longgetLastTxnId(String name) booleanisQueueNameInOwnSite(String queueName) static booleanisQueueNameInSiteNamed(String queueName, String ownName) keySet()voidsetLastTimestamp(String name, long lastTimestamp) voidsetLastTxnId(String name, long lastTxnId) voidsetOwnName(String name) static StreamTabletoStreamTable(ReplicationStateInfo replicationStateInfo)
-
Field Details
-
LAST_TXN_ID
- See Also:
-
LAST_TIMESTAMP
- See Also:
-
-
Constructor Details
-
ReplicationStateInfo
public ReplicationStateInfo()
-
-
Method Details
-
keySet
-
getLastTxnId
-
getLastTimestamp
-
setLastTxnId
-
setLastTimestamp
-
getOwnName
-
fromStreamTable
-
toStreamTable
-
setOwnName
-
isQueueNameInOwnSite
-
isQueueNameInSiteNamed
-