Uses of Class
org.apache.ignite.internal.processors.cache.persistence.snapshot.IncrementalSnapshotMetadata
-
Packages that use IncrementalSnapshotMetadata Package Description org.apache.ignite.internal.processors.cache.persistence.snapshot org.apache.ignite.spi.systemview.view ContainsSystemViewclases that exists in Ignite. -
-
Uses of IncrementalSnapshotMetadata in org.apache.ignite.internal.processors.cache.persistence.snapshot
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot that return IncrementalSnapshotMetadata Modifier and Type Method Description IncrementalSnapshotMetadataIgniteSnapshotManager. readIncrementalSnapshotMetadata(String snpName, @Nullable String snpPath, int incIdx)Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot that return types with arguments of type IncrementalSnapshotMetadata Modifier and Type Method Description Collection<IncrementalSnapshotMetadata>IgniteSnapshotManager. readIncrementalSnapshotMetadatas(String snpName) -
Uses of IncrementalSnapshotMetadata in org.apache.ignite.spi.systemview.view
Constructors in org.apache.ignite.spi.systemview.view with parameters of type IncrementalSnapshotMetadata Constructor Description SnapshotView(IncrementalSnapshotMetadata incMeta)
-