public class CheckCorruptedCacheStoresCleanAction extends Object implements MaintenanceAction<Boolean>
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_NAME |
| Constructor and Description |
|---|
CheckCorruptedCacheStoresCleanAction(File rootStoreDir,
String[] cacheStoreDirs) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
description()
Optional user-readable description of maintenance action.
|
Boolean |
execute()
Executes operations of current maintenance action and returns results.
|
@NotNull String |
name()
Mandatory human-readable name of maintenance action.
|
public static final String ACTION_NAME
public Boolean execute()
execute in interface MaintenanceAction<Boolean>@NotNull public @NotNull String name()
MaintenanceWorkflowCallback should have unique names.name in interface MaintenanceAction<Boolean>@Nullable public @Nullable String description()
description in interface MaintenanceAction<Boolean>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021