public class VisorWalTaskResult extends VisorDataTransferObject
VisorWalTask.V1, V2, V3, V4| Constructor and Description |
|---|
VisorWalTaskResult()
Default constructor.
|
VisorWalTaskResult(Map<String,Collection<String>> results,
Map<String,Exception> exceptions,
Map<String,VisorClusterNode> nodesInfo)
Create
VisorWalTask result with given parameters. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Exception> |
exceptions()
Get occurred errors by node consistent id.
|
Map<String,VisorClusterNode> |
getNodesInfo()
Get nodes info by node consistent id.
|
protected void |
readExternalData(byte protoVer,
ObjectInput in)
Load object's specific data content.
|
Map<String,Collection<String>> |
results() |
String |
toString() |
protected void |
writeExternalData(ObjectOutput out)
Save object's specific data content.
|
getProtocolVersion, readExternal, toList, toSet, writeExternalpublic VisorWalTaskResult()
public VisorWalTaskResult(Map<String,Collection<String>> results, Map<String,Exception> exceptions, Map<String,VisorClusterNode> nodesInfo)
VisorWalTask result with given parameters.results - List of log search results.exceptions - List of exceptions by node id.nodesInfo - Nodes info.public Map<String,Exception> exceptions()
public Map<String,Collection<String>> results()
public Map<String,VisorClusterNode> getNodesInfo()
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 Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020