public class SnapshotOperationRequest extends Object implements Serializable
DistributedProcess initiate message.| Constructor and Description |
|---|
SnapshotOperationRequest(UUID reqId,
UUID opNodeId,
String snpName,
@Nullable Collection<String> grps,
Set<UUID> nodes) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
error() |
void |
error(Throwable err) |
@Nullable Collection<String> |
groups() |
Set<UUID> |
nodes() |
UUID |
operationalNodeId() |
UUID |
requestId() |
String |
snapshotName() |
String |
toString() |
public SnapshotOperationRequest(UUID reqId, UUID opNodeId, String snpName, @Nullable @Nullable Collection<String> grps, Set<UUID> nodes)
reqId - Request ID.opNodeId - Operational node ID.snpName - Snapshot name.grps - List of cache group names.nodes - Baseline node IDs that must be alive to complete the operation.public UUID requestId()
public String snapshotName()
@Nullable public @Nullable Collection<String> groups()
public Set<UUID> nodes()
public UUID operationalNodeId()
public Throwable error()
public void error(Throwable err)
err - Exception occurred during snapshot operation processing.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021