Class SnapshotDeleteCallInput
java.lang.Object
org.gridgain.internal.cli.call.snapshot.SnapshotDeleteCallInput
- All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.CallInput
public class SnapshotDeleteCallInput
extends Object
implements org.apache.ignite.internal.cli.core.call.CallInput
Input for
SnapshotDeleteCall.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Builder forSnapshotDeleteCallInput.Returns cluster URL.Returns ID of the snapshot to delete.
-
Method Details
-
builder
Builder forSnapshotDeleteCallInput. -
clusterUrl
Returns cluster URL.- Returns:
- Cluster URL.
-
snapshotId
Returns ID of the snapshot to delete.- Returns:
- snapshot id.
-