| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<MaintenanceAction<?>> |
MaintenanceProcessor.actionsForMaintenanceTask(String maintenanceTaskName)
All
MaintenanceActions provided by a component for MaintenanceTask with a given name. |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckCorruptedCacheStoresCleanAction |
class |
CleanCacheStoresMaintenanceAction |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceAction<?> |
CorruptedPdsMaintenanceCallback.automaticAction()
Component can provide optional
MaintenanceAction that will be executed automatically
by MaintenanceRegistry when node enters maintenance mode. |
| Modifier and Type | Method and Description |
|---|---|
List<MaintenanceAction<?>> |
CorruptedPdsMaintenanceCallback.allActions()
Supplies list of
MaintenanceActions that user can call to fix maintenance situation for the component or
get information about ongoing actions. |
| Modifier and Type | Method and Description |
|---|---|
@Nullable MaintenanceAction<Boolean> |
DefragmentationWorkflowCallback.automaticAction()
Component can provide optional
MaintenanceAction that will be executed automatically
by MaintenanceRegistry when node enters maintenance mode. |
| Modifier and Type | Method and Description |
|---|---|
@Nullable MaintenanceAction<?> |
MaintenanceWorkflowCallback.automaticAction()
Component can provide optional
MaintenanceAction that will be executed automatically
by MaintenanceRegistry when node enters maintenance mode. |
| Modifier and Type | Method and Description |
|---|---|
List<MaintenanceAction<?>> |
MaintenanceRegistry.actionsForMaintenanceTask(String maintenanceTaskName)
All
MaintenanceActions provided by a component for MaintenanceTask with a given name. |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021