Uses of Interface
org.apache.ignite.maintenance.MaintenanceAction
-
Packages that use MaintenanceAction 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 MaintenanceAction in org.apache.ignite.internal.cache.query.index.sorted.maintenance
Classes in org.apache.ignite.internal.cache.query.index.sorted.maintenance that implement MaintenanceAction Modifier and Type Class Description classRebuildIndexActionMaintenance action that handles index rebuilding.Methods in org.apache.ignite.internal.cache.query.index.sorted.maintenance that return MaintenanceAction Modifier and Type Method Description @Nullable MaintenanceAction<?>RebuildIndexWorkflowCallback. automaticAction()Component can provide optionalMaintenanceActionthat will be executed automatically byMaintenanceRegistrywhen node enters maintenance mode.Methods in org.apache.ignite.internal.cache.query.index.sorted.maintenance that return types with arguments of type MaintenanceAction Modifier and Type Method Description List<MaintenanceAction<?>>RebuildIndexWorkflowCallback. allActions()Supplies list ofMaintenanceActions that user can call to fix maintenance situation for the component or get information about ongoing actions. -
Uses of MaintenanceAction in org.apache.ignite.internal.maintenance
Methods in org.apache.ignite.internal.maintenance that return types with arguments of type MaintenanceAction Modifier and Type Method Description List<MaintenanceAction<?>>MaintenanceProcessor. actionsForMaintenanceTask(String maintenanceTaskName)AllMaintenanceActions provided by a component forMaintenanceTaskwith a given name. -
Uses of MaintenanceAction in org.apache.ignite.internal.processors.cache.persistence
Classes in org.apache.ignite.internal.processors.cache.persistence that implement MaintenanceAction Modifier and Type Class Description classCheckCorruptedCacheStoresCleanActionclassCleanCacheStoresMaintenanceActionMethods in org.apache.ignite.internal.processors.cache.persistence that return MaintenanceAction Modifier and Type Method Description MaintenanceAction<?>CorruptedPdsMaintenanceCallback. automaticAction()Component can provide optionalMaintenanceActionthat will be executed automatically byMaintenanceRegistrywhen node enters maintenance mode.Methods in org.apache.ignite.internal.processors.cache.persistence that return types with arguments of type MaintenanceAction Modifier and Type Method Description List<MaintenanceAction<?>>CorruptedPdsMaintenanceCallback. allActions()Supplies list ofMaintenanceActions that user can call to fix maintenance situation for the component or get information about ongoing actions. -
Uses of MaintenanceAction in org.apache.ignite.internal.processors.cache.persistence.defragmentation.maintenance
Methods in org.apache.ignite.internal.processors.cache.persistence.defragmentation.maintenance that return MaintenanceAction Modifier and Type Method Description @Nullable MaintenanceAction<Boolean>DefragmentationWorkflowCallback. automaticAction()Component can provide optionalMaintenanceActionthat will be executed automatically byMaintenanceRegistrywhen node enters maintenance mode.Methods in org.apache.ignite.internal.processors.cache.persistence.defragmentation.maintenance that return types with arguments of type MaintenanceAction Modifier and Type Method Description @NotNull List<MaintenanceAction<?>>DefragmentationWorkflowCallback. allActions()Supplies list ofMaintenanceActions that user can call to fix maintenance situation for the component or get information about ongoing actions. -
Uses of MaintenanceAction in org.apache.ignite.maintenance
Methods in org.apache.ignite.maintenance that return MaintenanceAction Modifier and Type Method Description @Nullable MaintenanceAction<?>MaintenanceWorkflowCallback. automaticAction()Component can provide optionalMaintenanceActionthat will be executed automatically byMaintenanceRegistrywhen node enters maintenance mode.Methods in org.apache.ignite.maintenance that return types with arguments of type MaintenanceAction Modifier and Type Method Description List<MaintenanceAction<?>>MaintenanceRegistry. actionsForMaintenanceTask(String maintenanceTaskName)AllMaintenanceActions provided by a component forMaintenanceTaskwith a given name.@NotNull List<MaintenanceAction<?>>MaintenanceWorkflowCallback. allActions()Supplies list ofMaintenanceActions that user can call to fix maintenance situation for the component or get information about ongoing actions.
-