Uses of Class
org.apache.ignite.internal.processors.cache.persistence.snapshot.SnapshotHandlerResult
-
Packages that use SnapshotHandlerResult Package Description org.apache.ignite.internal.processors.cache.persistence.snapshot -
-
Uses of SnapshotHandlerResult in org.apache.ignite.internal.processors.cache.persistence.snapshot
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot that return types with arguments of type SnapshotHandlerResult Modifier and Type Method Description protected @Nullable Map<String,SnapshotHandlerResult<Object>>IgniteSnapshotManager.SnapshotHandlers. invokeAll(SnapshotHandlerType type, SnapshotHandlerContext ctx)Method parameters in org.apache.ignite.internal.processors.cache.persistence.snapshot with type arguments of type SnapshotHandlerResult Modifier and Type Method Description voidDataStreamerUpdatesHandler. complete(String name, Collection<SnapshotHandlerResult<Boolean>> results)Processing the results of theSnapshotHandler.invoke(SnapshotHandlerContext)method received from all nodes.default voidSnapshotHandler. complete(String name, Collection<SnapshotHandlerResult<T>> results)Processing the results of theSnapshotHandler.invoke(SnapshotHandlerContext)method received from all nodes.voidSnapshotPartitionsQuickVerifyHandler. complete(String name, Collection<SnapshotHandlerResult<Map<PartitionKeyV2,PartitionHashRecordV2>>> results)Processing the results of theSnapshotHandler.invoke(SnapshotHandlerContext)method received from all nodes.voidSnapshotPartitionsVerifyHandler. complete(String name, Collection<SnapshotHandlerResult<Map<PartitionKeyV2,PartitionHashRecordV2>>> results)Processing the results of theSnapshotHandler.invoke(SnapshotHandlerContext)method received from all nodes.protected voidIgniteSnapshotManager.SnapshotHandlers. completeAll(SnapshotHandlerType type, String snpName, Map<String,List<SnapshotHandlerResult<?>>> res, Collection<UUID> reqNodes, Consumer<List<String>> wrnsHnd)
-