
public class ODistributedResponse extends Object
| Constructor and Description |
|---|
ODistributedResponse()
Constructor used by serializer.
|
ODistributedResponse(ODistributedRequestId iRequestId,
String executorNodeName,
String senderNodeName,
Object payload) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromStream(DataInput in) |
String |
getExecutorNodeName() |
Object |
getPayload() |
ODistributedRequestId |
getRequestId() |
String |
getSenderNodeName() |
ODistributedResponse |
setExecutorNodeName(String executorNodeName) |
ODistributedResponse |
setPayload(Object payload) |
void |
toStream(DataOutput out) |
String |
toString() |
public ODistributedResponse()
public ODistributedResponse(ODistributedRequestId iRequestId, String executorNodeName, String senderNodeName, Object payload)
public ODistributedRequestId getRequestId()
public String getExecutorNodeName()
public String getSenderNodeName()
public Object getPayload()
public ODistributedResponse setPayload(Object payload)
public ODistributedResponse setExecutorNodeName(String executorNodeName)
public void toStream(DataOutput out) throws IOException
IOExceptionpublic void fromStream(DataInput in) throws IOException
IOExceptionCopyright © 2009–2016 OrientDB. All rights reserved.