public class VisorDefragmentationTaskResult extends IgniteDataTransferObject
| Constructor and Description |
|---|
VisorDefragmentationTaskResult()
Empty constructor for serialization.
|
VisorDefragmentationTaskResult(boolean success,
String msg) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
boolean |
isSuccess() |
protected void |
readExternalData(byte protoVer,
ObjectInput in)
Load object's specific data content.
|
protected void |
writeExternalData(ObjectOutput out)
Save object's specific data content.
|
getProtocolVersion, readExternal, toList, toSet, writeExternalpublic VisorDefragmentationTaskResult()
public VisorDefragmentationTaskResult(boolean success,
String msg)
public boolean isSuccess()
public String getMessage()
protected void writeExternalData(ObjectOutput out) throws IOException
writeExternalData in class IgniteDataTransferObjectout - Output object to write data content.IOException - If I/O errors occur.protected void readExternalData(byte protoVer,
ObjectInput in)
throws IOException
readExternalData in class IgniteDataTransferObjectprotoVer - Input object version.in - Input object to load data content.IOException - If I/O errors occur.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021