Package net.handle.hdllib
Class ReplicationStateInfo
java.lang.Object
net.handle.hdllib.ReplicationStateInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReplicationStateInfo
fromStreamTable
(StreamTable replicationConfig, String ownName) long
getLastTimestamp
(String name) long
getLastTxnId
(String name) boolean
isQueueNameInOwnSite
(String queueName) static boolean
isQueueNameInSiteNamed
(String queueName, String ownName) keySet()
void
setLastTimestamp
(String name, long lastTimestamp) void
setLastTxnId
(String name, long lastTxnId) void
setOwnName
(String name) static StreamTable
toStreamTable
(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
-