@MXBeanDescription(value="MBean that provides access for snapshot features.") public interface SnapshotMXBean
Modifier and Type | Method and Description |
---|---|
void |
cancelSnapshot(String snpName)
Cancel previously started snapshot operation on the node initiator.
|
void |
cancelSnapshotRestore(String name)
Cancel previously started snapshot restore operation.
|
void |
createSnapshot(String snpName)
Create the cluster-wide snapshot with given name asynchronously.
|
void |
restoreSnapshot(String name,
String cacheGroupNames)
Restore cluster-wide snapshot.
|
@MXBeanDescription(value="Create cluster-wide snapshot.") void createSnapshot(@MXBeanParameter(name="snpName",description="Snapshot name.") String snpName)
snpName
- Snapshot name to be created.(String)
@MXBeanDescription(value="Cancel started cluster-wide snapshot on the node initiator.") void cancelSnapshot(@MXBeanParameter(name="snpName",description="Snapshot name.") String snpName)
snpName
- Snapshot name to cancel.@MXBeanDescription(value="Restore cluster-wide snapshot.") void restoreSnapshot(@MXBeanParameter(name="snpName",description="Snapshot name.") String name, @MXBeanParameter(name="cacheGroupNames",description="Optional comma-separated list of cache group names.") String cacheGroupNames)
name
- Snapshot name.cacheGroupNames
- Optional comma-separated list of cache group names.IgniteSnapshot.restoreSnapshot(String, Collection)
@MXBeanDescription(value="Cancel previously started snapshot restore operation.") void cancelSnapshotRestore(@MXBeanParameter(name="snpName",description="Snapshot name.") String name)
name
- Snapshot name.IgniteSnapshot.cancelSnapshotRestore(String)
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022