public class SnapshotHandlerContext extends Object
| Constructor and Description |
|---|
SnapshotHandlerContext(SnapshotMetadata metadata,
@Nullable Collection<String> grps,
ClusterNode locNode,
File snpDir) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Collection<String> |
groups() |
ClusterNode |
localNode() |
SnapshotMetadata |
metadata() |
File |
snapshotDirectory() |
public SnapshotHandlerContext(SnapshotMetadata metadata, @Nullable @Nullable Collection<String> grps, ClusterNode locNode, File snpDir)
metadata - Snapshot metadata.grps - The names of the cache groups on which the operation is performed.locNode - Local node.snpDir - The full path to the snapshot files.public SnapshotMetadata metadata()
public File snapshotDirectory()
@Nullable public @Nullable Collection<String> groups()
null if the operation
is performed on all available cache groups.public ClusterNode localNode()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.14.0 Release Date : September 29 2022