NodeIDType
- public class DropEpochFinalState<NodeIDType> extends BasicReconfigurationPacket<NodeIDType>
ReconfigurationPacket.PacketType
epochNumber, serviceName
clientPacketTypes, HANDLER_METHOD_PREFIX, PACKET_TYPE, serverPacketTypes
type
Constructor and Description |
---|
DropEpochFinalState(org.json.JSONObject json,
Stringifiable<NodeIDType> unstringer) |
DropEpochFinalState(NodeIDType initiator,
java.lang.String name,
int epochNumber,
boolean deleteName) |
Modifier and Type | Method and Description |
---|---|
boolean |
isDeleteName() |
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, wait, wait, wait
getSummary
public DropEpochFinalState(NodeIDType initiator, java.lang.String name, int epochNumber, boolean deleteName)
initiator
- name
- epochNumber
- deleteName
- public DropEpochFinalState(org.json.JSONObject json, Stringifiable<NodeIDType> unstringer) throws org.json.JSONException
json
- unstringer
- org.json.JSONException