public class VisorSnapshotRestoreTaskArg extends IgniteDataTransferObject
| Constructor and Description |
|---|
VisorSnapshotRestoreTaskArg()
Default constructor.
|
VisorSnapshotRestoreTaskArg(VisorSnapshotRestoreTaskAction action,
String snpName,
@Nullable Collection<String> grpNames) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
groupNames() |
VisorSnapshotRestoreTaskAction |
jobAction() |
protected void |
readExternalData(byte ver,
ObjectInput in)
Load object's specific data content.
|
String |
snapshotName() |
String |
toString() |
protected void |
writeExternalData(ObjectOutput out)
Save object's specific data content.
|
getProtocolVersion, readExternal, toList, toSet, writeExternalpublic VisorSnapshotRestoreTaskArg()
public VisorSnapshotRestoreTaskArg(VisorSnapshotRestoreTaskAction action, String snpName, @Nullable @Nullable Collection<String> grpNames)
action - Snapshot restore operation management action.snpName - Snapshot name.grpNames - Cache group names.public String snapshotName()
public Collection<String> groupNames()
public VisorSnapshotRestoreTaskAction jobAction()
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 ver,
ObjectInput in)
throws IOException,
ClassNotFoundException
readExternalData in class IgniteDataTransferObjectver - 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.11.0 Release Date : September 11 2021