public class AtomicRequestID extends Object implements Externalizable
Constructor and Description |
---|
AtomicRequestID() |
AtomicRequestID(RequestID requestId,
int nodeId,
int execId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getExecutionId() |
int |
getNodeID() |
RequestID |
getRequestID() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public AtomicRequestID()
public AtomicRequestID(RequestID requestId, int nodeId, int execId)
public RequestID getRequestID()
public int getNodeID()
public int getExecutionId()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Externalizable.readExternal(java.io.ObjectInput)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Externalizable.writeExternal(java.io.ObjectOutput)
Copyright © 2019. All rights reserved.