public abstract class NodeTask extends Object implements ClusterTask<Void>
| Modifier and Type | Field and Description |
|---|---|
protected String |
nodeId |
protected String |
serviceId |
protected Node.UniqueIdentifier |
uniqueNodeIdentifier |
| Modifier | Constructor and Description |
|---|---|
protected |
NodeTask() |
protected |
NodeTask(Node node) |
| Modifier and Type | Method and Description |
|---|---|
Node |
getNode() |
String |
getNodeId() |
Void |
getResult() |
PubSubService |
getService() |
Node.UniqueIdentifier |
getUniqueNodeIdentifier() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
protected transient Node.UniqueIdentifier uniqueNodeIdentifier
protected String nodeId
protected String serviceId
protected NodeTask()
protected NodeTask(Node node)
public Node.UniqueIdentifier getUniqueNodeIdentifier()
public String getNodeId()
public Node getNode()
public PubSubService getService()
public Void getResult()
getResult in interface ClusterTask<Void>public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2003–2020 Ignite Realtime. All rights reserved.