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