Uses of Interface
org.apache.ignite.maintenance.MaintenanceWorkflowCallback
-
Packages that use MaintenanceWorkflowCallback Package Description org.apache.ignite.internal.cache.query.index.sorted.maintenance org.apache.ignite.internal.maintenance org.apache.ignite.internal.processors.cache.persistence This package contain cache with persistence implementation.org.apache.ignite.internal.processors.cache.persistence.defragmentation.maintenance org.apache.ignite.maintenance Contains public interfaces for maintenance mechanism. -
-
Uses of MaintenanceWorkflowCallback in org.apache.ignite.internal.cache.query.index.sorted.maintenance
Classes in org.apache.ignite.internal.cache.query.index.sorted.maintenance that implement MaintenanceWorkflowCallback Modifier and Type Class Description classRebuildIndexWorkflowCallbackWorkflow for the index rebuild maintenance task. -
Uses of MaintenanceWorkflowCallback in org.apache.ignite.internal.maintenance
Methods in org.apache.ignite.internal.maintenance with parameters of type MaintenanceWorkflowCallback Modifier and Type Method Description voidMaintenanceProcessor. registerWorkflowCallback(@NotNull String maintenanceTaskName, @NotNull MaintenanceWorkflowCallback cb)RegistersMaintenanceWorkflowCallbackfor aMaintenanceTaskwith a given name. -
Uses of MaintenanceWorkflowCallback in org.apache.ignite.internal.processors.cache.persistence
Classes in org.apache.ignite.internal.processors.cache.persistence that implement MaintenanceWorkflowCallback Modifier and Type Class Description classCorruptedPdsMaintenanceCallback -
Uses of MaintenanceWorkflowCallback in org.apache.ignite.internal.processors.cache.persistence.defragmentation.maintenance
Classes in org.apache.ignite.internal.processors.cache.persistence.defragmentation.maintenance that implement MaintenanceWorkflowCallback Modifier and Type Class Description classDefragmentationWorkflowCallbackDefragmentation specific callback for maintenance mode. -
Uses of MaintenanceWorkflowCallback in org.apache.ignite.maintenance
Methods in org.apache.ignite.maintenance with parameters of type MaintenanceWorkflowCallback Modifier and Type Method Description voidMaintenanceRegistry. registerWorkflowCallback(@NotNull String maintenanceTaskName, @NotNull MaintenanceWorkflowCallback cb)RegistersMaintenanceWorkflowCallbackfor aMaintenanceTaskwith a given name.Method parameters in org.apache.ignite.maintenance with type arguments of type MaintenanceWorkflowCallback Modifier and Type Method Description default voidMaintenanceRegistry. registerWorkflowCallbackIfTaskExists(@NotNull String maintenanceTaskName, @NotNull IgniteThrowableFunction<MaintenanceTask,MaintenanceWorkflowCallback> workflowCalProvider)Call theMaintenanceRegistry.registerWorkflowCallback(String, MaintenanceWorkflowCallback)if the active maintenance task with given name exists.
-