Uses of Class
org.apache.ignite.internal.processors.cache.persistence.snapshot.SnapshotHandlerContext
-
Packages that use SnapshotHandlerContext Package Description org.apache.ignite.internal.processors.cache.persistence.snapshot -
-
Uses of SnapshotHandlerContext in org.apache.ignite.internal.processors.cache.persistence.snapshot
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot with parameters of type SnapshotHandlerContext Modifier and Type Method Description BooleanDataStreamerUpdatesHandler. invoke(SnapshotHandlerContext ctx)Local processing of a snapshot operation.TSnapshotHandler. invoke(SnapshotHandlerContext ctx)Local processing of a snapshot operation.Map<PartitionKeyV2,PartitionHashRecordV2>SnapshotPartitionsQuickVerifyHandler. invoke(SnapshotHandlerContext opCtx)Local processing of a snapshot operation.Map<PartitionKeyV2,PartitionHashRecordV2>SnapshotPartitionsVerifyHandler. invoke(SnapshotHandlerContext opCtx)Local processing of a snapshot operation.protected @Nullable Map<String,SnapshotHandlerResult<Object>>IgniteSnapshotManager.SnapshotHandlers. invokeAll(SnapshotHandlerType type, SnapshotHandlerContext ctx)protected booleanSnapshotPartitionsVerifyHandler. isPunchHoleEnabled(SnapshotHandlerContext opCtx, Set<Integer> grpIds)
-