Uses of Class
org.apache.ignite.internal.processors.cache.persistence.snapshot.SnapshotMetadata
-
Packages that use SnapshotMetadata Package Description org.apache.ignite.internal.processors.cache.persistence.snapshot org.apache.ignite.internal.processors.cache.persistence.snapshot.dump org.apache.ignite.spi.systemview.view ContainsSystemViewclases that exists in Ignite. -
-
Uses of SnapshotMetadata in org.apache.ignite.internal.processors.cache.persistence.snapshot
Fields in org.apache.ignite.internal.processors.cache.persistence.snapshot with type parameters of type SnapshotMetadata Modifier and Type Field Description protected Map<ClusterNode,List<SnapshotMetadata>>AbstractSnapshotVerificationTask. metasMap of snapshot metadata information found on each cluster node.Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot that return SnapshotMetadata Modifier and Type Method Description SnapshotMetadataSnapshotOperationRequest. meta()SnapshotMetadataSnapshotHandlerContext. metadata()SnapshotMetadataIgniteSnapshotManager. readSnapshotMetadata(File snpDir, String consId)Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot that return types with arguments of type SnapshotMetadata Modifier and Type Method Description Map<ClusterNode,List<SnapshotMetadata>>SnapshotPartitionsVerifyTaskArg. clusterMetadata()Map<ClusterNode,List<SnapshotMetadata>>SnapshotMetadataVerificationTaskResult. meta()Map<ClusterNode,List<SnapshotMetadata>>SnapshotPartitionsVerifyTaskResult. metas()List<SnapshotMetadata>IgniteSnapshotManager. readSnapshotMetadatas(String snpName, @Nullable String snpPath)Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot with parameters of type SnapshotMetadata Modifier and Type Method Description booleanIncrementalSnapshotMetadata. matchBaseSnapshot(SnapshotMetadata meta)Checks that incremental snapshot is based on this full snapshot.voidSnapshotOperationRequest. meta(SnapshotMetadata meta)Stores snapshot metadata.booleanSnapshotMetadata. sameSnapshot(SnapshotMetadata compare)Constructors in org.apache.ignite.internal.processors.cache.persistence.snapshot with parameters of type SnapshotMetadata Constructor Description SnapshotHandlerContext(SnapshotMetadata metadata, @Nullable Collection<String> grps, ClusterNode locNode, File snpDir, boolean streamerWrn, boolean check)Constructor parameters in org.apache.ignite.internal.processors.cache.persistence.snapshot with type arguments of type SnapshotMetadata Constructor Description SnapshotMetadataVerificationTaskResult(Map<ClusterNode,List<SnapshotMetadata>> meta, Map<ClusterNode,Exception> exceptions)SnapshotPartitionsVerifyTaskArg(@Nullable Collection<String> grpNames, Map<ClusterNode,List<SnapshotMetadata>> clusterMetas, @Nullable String snpPath, int incIdx, boolean check)SnapshotPartitionsVerifyTaskResult(Map<ClusterNode,List<SnapshotMetadata>> metas, @Nullable IdleVerifyResultV2 idleRes) -
Uses of SnapshotMetadata in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump that return types with arguments of type SnapshotMetadata Modifier and Type Method Description List<SnapshotMetadata>Dump. metadata() -
Uses of SnapshotMetadata in org.apache.ignite.spi.systemview.view
Constructors in org.apache.ignite.spi.systemview.view with parameters of type SnapshotMetadata Constructor Description SnapshotView(SnapshotMetadata meta, Collection<String> cacheGrps)
-