public class VisorTaskArgument<A> extends VisorDataTransferObject
V1, V2, V3| Constructor and Description |
|---|
VisorTaskArgument()
Default constructor.
|
VisorTaskArgument(Collection<UUID> nodes,
A arg,
boolean debug)
Create Visor task argument.
|
VisorTaskArgument(Collection<UUID> nodes,
boolean debug)
Create Visor task argument with nodes, but without actual argument.
|
VisorTaskArgument(UUID node,
A arg,
boolean debug)
Create Visor task argument.
|
VisorTaskArgument(UUID node,
boolean debug)
Create Visor task argument with nodes, but without actual argument.
|
| Modifier and Type | Method and Description |
|---|---|
A |
getArgument() |
List<UUID> |
getNodes() |
boolean |
isDebug() |
protected void |
readExternalData(byte protoVer,
ObjectInput in)
Load object's specific data content.
|
String |
toString() |
protected void |
writeExternalData(ObjectOutput out)
Save object's specific data content.
|
getProtocolVersion, readExternal, toList, toSet, writeExternalpublic VisorTaskArgument()
public VisorTaskArgument(Collection<UUID> nodes, A arg, boolean debug)
nodes - Node IDs task should be mapped to.arg - Task argument.debug - Debug flag.public VisorTaskArgument(Collection<UUID> nodes, boolean debug)
nodes - Node IDs task should be mapped to.debug - Debug flag.public VisorTaskArgument(UUID node, A arg, boolean debug)
node - Node ID task should be mapped to.arg - Task argument.debug - Debug flag.public VisorTaskArgument(UUID node, boolean debug)
node - Node ID task should be mapped to.debug - Debug flag.public A getArgument()
public boolean isDebug()
protected void writeExternalData(ObjectOutput out) throws IOException
writeExternalData in class VisorDataTransferObjectout - Output object to write data content.IOException - If I/O errors occur.protected void readExternalData(byte protoVer,
ObjectInput in)
throws IOException,
ClassNotFoundException
readExternalData in class VisorDataTransferObjectprotoVer - Input object version.in - Input object to load data content.IOException - If I/O errors occur.ClassNotFoundException - If the class for an object being restored cannot be found.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018