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.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.Ids 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. -
structureIds
Ids of the structures that participate in the Snapshot Operation. -
snapshotUri
Snapshot URI set from the snapshot configuration. -
toString
-