@Deprecated @MXBeanDescription(value="MBean that provides access for snapshot features.") public interface SnapshotMXBean
CommandMBean
Modifier and Type | Method and Description |
---|---|
void |
cancelSnapshot(String snpName)
Deprecated.
Use
cancelSnapshotOperation(String) instead. |
void |
cancelSnapshotOperation(String reqId)
Deprecated.
Cancel previously started snapshot operation.
|
void |
cancelSnapshotRestore(String name)
Deprecated.
Use
cancelSnapshotOperation(String) instead. |
void |
createIncrementalSnapshot(String fullSnapshot,
String fullSnapshotPath)
Deprecated.
Create the cluster-wide incremental snapshot for the given full snapshot.
|
void |
createSnapshot(String snpName,
String snpPath)
Deprecated.
Create the cluster-wide snapshot with given name asynchronously.
|
void |
restoreSnapshot(String name,
String path,
String cacheGroupNames)
Deprecated.
Restore cluster-wide snapshot.
|
void |
restoreSnapshot(String name,
String path,
String cacheGroupNames,
int incIdx)
Deprecated.
Restore cluster-wide snapshot and its increments.
|
String |
status()
Deprecated.
Get the status of the current snapshot operation in the cluster.
|
@MXBeanDescription(value="Create cluster-wide snapshot.") void createSnapshot(@MXBeanParameter(name="snpName",description="Snapshot name.") String snpName, @MXBeanParameter(name="snpPath",description="Optional snapshot directory path.") String snpPath)
snpName
- Snapshot name to be created.snpPath
- Snapshot directory path.(String)
void createIncrementalSnapshot(@MXBeanParameter(name="fullSnapshot",description="Snapshot name.") String fullSnapshot, @MXBeanParameter(name="fullSnapshotPath",description="Optional snapshot directory path.") String fullSnapshotPath)
fullSnapshot
- Full snapshot name to attach incremental snapshot to.fullSnapshotPath
- Full snapshot directory path.IgniteSnapshot.createSnapshot(String)
,
IgniteSnapshot.createIncrementalSnapshot(String)
@MXBeanDescription(value="Cancel started cluster-wide snapshot on the node initiator.") @Deprecated void cancelSnapshot(@MXBeanParameter(name="snpName",description="Snapshot name.") String snpName)
cancelSnapshotOperation(String)
instead.snpName
- Snapshot name to cancel.@MXBeanDescription(value="Cancel started cluster-wide snapshot operation.") void cancelSnapshotOperation(@MXBeanParameter(name="requestId",description="Snapshot operation request ID.") String reqId)
reqId
- Snapshot operation request ID.@MXBeanDescription(value="Restore cluster-wide snapshot.") void restoreSnapshot(@MXBeanParameter(name="snpName",description="Snapshot name.") String name, @MXBeanParameter(name="snpPath",description="Optional snapshot directory path.") String path, @MXBeanParameter(name="cacheGroupNames",description="Optional comma-separated list of cache group names.") String cacheGroupNames)
name
- Snapshot name.path
- Snapshot directory path.cacheGroupNames
- Optional comma-separated list of cache group names.IgniteSnapshot.restoreSnapshot(String, Collection)
@MXBeanDescription(value="Restore cluster-wide snapshot and its increments.") void restoreSnapshot(@MXBeanParameter(name="snpName",description="Snapshot name.") String name, @MXBeanParameter(name="snpPath",description="Optional snapshot directory path.") String path, @MXBeanParameter(name="cacheGroupNames",description="Optional comma-separated list of cache group names.") String cacheGroupNames, @MXBeanParameter(name="incIdx",description="Incremental snapshot index.") int incIdx)
1
to the specified incIdx
.name
- Snapshot name.path
- Snapshot directory path.cacheGroupNames
- Optional comma-separated list of cache group names.incIdx
- Incremental snapshot index.IgniteSnapshot.restoreSnapshot(String, Collection)
@MXBeanDescription(value="Cancel previously started snapshot restore operation.") @Deprecated void cancelSnapshotRestore(@MXBeanParameter(name="snpName",description="Snapshot name.") String name)
cancelSnapshotOperation(String)
instead.name
- Snapshot name.IgniteSnapshot.cancelSnapshotRestore(String)
@MXBeanDescription(value="The status of a current snapshot operation in the cluster.") String status()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023