Uses of Class
org.apache.ignite.internal.processors.cache.persistence.snapshot.SnapshotHandlerType
-
Packages that use SnapshotHandlerType Package Description org.apache.ignite.internal.processors.cache.persistence.snapshot -
-
Uses of SnapshotHandlerType in org.apache.ignite.internal.processors.cache.persistence.snapshot
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot that return SnapshotHandlerType Modifier and Type Method Description SnapshotHandlerTypeDataStreamerUpdatesHandler. type()Snapshot handler type.SnapshotHandlerTypeSnapshotHandler. type()Snapshot handler type.SnapshotHandlerTypeSnapshotPartitionsQuickVerifyHandler. type()Snapshot handler type.SnapshotHandlerTypeSnapshotPartitionsVerifyHandler. type()Snapshot handler type.static SnapshotHandlerTypeSnapshotHandlerType. valueOf(String name)Returns the enum constant of this type with the specified name.static SnapshotHandlerType[]SnapshotHandlerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot with parameters of type SnapshotHandlerType Modifier and Type Method Description protected voidIgniteSnapshotManager.SnapshotHandlers. completeAll(SnapshotHandlerType type, String snpName, Map<String,List<SnapshotHandlerResult<?>>> res, Collection<UUID> reqNodes, Consumer<List<String>> wrnsHnd)protected @Nullable Map<String,SnapshotHandlerResult<Object>>IgniteSnapshotManager.SnapshotHandlers. invokeAll(SnapshotHandlerType type, SnapshotHandlerContext ctx)
-