public abstract class NodeTask extends Object implements ClusterTask<Void>
Modifier and Type | Field and Description |
---|---|
protected String |
nodeId |
protected String |
serviceId |
Modifier | Constructor and Description |
---|---|
protected |
NodeTask() |
protected |
NodeTask(Node node) |
Modifier and Type | Method and Description |
---|---|
Node |
getNode() |
String |
getNodeId() |
Void |
getResult() |
PubSubService |
getService() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
protected NodeTask()
protected NodeTask(Node node)
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 Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2003–2019 Ignite Realtime. All rights reserved.