NodeIDType
- public class RequestEpochFinalState<NodeIDType> extends BasicReconfigurationPacket<NodeIDType>
BasicReconfigurationPacket.Keys
ReconfigurationPacket.PacketType
epochNumber, serviceName
clientPacketTypes, HANDLER_METHOD_PREFIX, PACKET_TYPE, serverPacketTypes
type
Constructor and Description |
---|
RequestEpochFinalState(org.json.JSONObject json,
Stringifiable<NodeIDType> unstringer) |
RequestEpochFinalState(NodeIDType initiator,
java.lang.String name,
int epochNumber) |
getEpochNumber, getRequestType, getServiceName, getSummary, toJSONObjectImpl
assertPacketTypeChecks, assertPacketTypeChecks, assertPacketTypeChecks, assertPacketTypeChecks, concatenate, getMessage, getPacketType, getPacketTypeCanonicalClassName, getPacketTypeClass, getPacketTypeClassName, getReconfigurationPacket, getReconfigurationPacket, getReconfigurationPacketSuppressExceptions, getReconfigurationPacketSuppressExceptions, getReconfigurationPacketType, getReconfigurationPacketType, isReconfigurationPacket, putPacketType, toBytes, toString
flip, getInitiator, getKey, getSender, getType, setKey, setSender, setType, toJSONObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSummary
public RequestEpochFinalState(NodeIDType initiator, java.lang.String name, int epochNumber)
initiator
- name
- epochNumber
- public RequestEpochFinalState(org.json.JSONObject json, Stringifiable<NodeIDType> unstringer) throws org.json.JSONException
json
- unstringer
- org.json.JSONException