public class WalTaskResult extends VisorDataTransferObject
WalTask.| Constructor and Description |
|---|
WalTaskResult()
Default constructor.
|
WalTaskResult(Map<String,Collection<String>> results,
Map<String,Exception> exceptions,
Map<String,ClusterNode> nodesInfo)
Create
WalTask result with given parameters. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Exception> |
exceptions()
Get occurred errors by node consistent id.
|
Map<String,ClusterNode> |
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 WalTaskResult()
public WalTaskResult(Map<String,Collection<String>> results, Map<String,Exception> exceptions, Map<String,ClusterNode> nodesInfo)
WalTask 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,ClusterNode> 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.16.0 Release Date : December 15 2023