Class GlobalSnapshotState
java.lang.Object
org.gridgain.internal.snapshots.communication.metastorage.GlobalSnapshotState
- Direct Known Subclasses:
CreateSnapshotGlobalState,DeleteSnapshotGlobalState,RestoreSnapshotGlobalState
Base class representing a Global Snapshot State.
-
Method Summary
Modifier and TypeMethodDescriptionDescription of the Snapshot Operation result.booleanforce()If force flag was used for the operation.Names of the nodes that participate in the Snapshot Operation.ID of the Snapshot Operation.Snapshot URI set from the snapshot configuration.Start time of the Snapshot Operation.status()Status of the Snapshot Operation.Set<org.apache.ignite.table.QualifiedName>Names of the structures that participate in the Snapshot Operation.Set<org.apache.ignite.table.QualifiedName>Names of the tables that participate in the Snapshot Operation.toString()
-
Method Details
-
operationId
ID of the Snapshot Operation. -
status
Status of the Snapshot Operation. -
nodeNames
Names of the nodes that participate in the Snapshot Operation. -
startTime
Start time of the Snapshot Operation. -
description
Description of the Snapshot Operation result. -
tableNames
Names of the tables that participate in the Snapshot Operation. -
structureNames
Names of the structures that participate in the Snapshot Operation. -
force
public boolean force()If force flag was used for the operation. Meaning differs for create and restore operations. -
snapshotUri
Snapshot URI set from the snapshot configuration. -
toString
-