Class SynchronizeTransactionsFinished
java.lang.Object
org.teamapps.universaldb.cluster.message.SynchronizeTransactionsFinished
- All Implemented Interfaces:
ClusterMessage
public class SynchronizeTransactionsFinished extends java.lang.Object implements ClusterMessage
-
Constructor Summary
Constructors Constructor Description SynchronizeTransactionsFinished(byte[] data)SynchronizeTransactionsFinished(long requestStartId, long requestEndId) -
Method Summary
Modifier and Type Method Description byte[]getData()longgetRequestEndId()longgetRequestStartId()MessageTypegetType()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SynchronizeTransactionsFinished
public SynchronizeTransactionsFinished(long requestStartId, long requestEndId) -
SynchronizeTransactionsFinished
public SynchronizeTransactionsFinished(byte[] data)
-
-
Method Details
-
getRequestStartId
public long getRequestStartId() -
getRequestEndId
public long getRequestEndId() -
getType
- Specified by:
getTypein interfaceClusterMessage
-
getData
public byte[] getData()- Specified by:
getDatain interfaceClusterMessage
-