@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 |
createSnapshot(String snpName)
Create the cluster-wide snapshot with given name asynchronously.
|
@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.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020