public class CleanCacheStoresMaintenanceAction extends Object implements MaintenanceAction<Void>
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_NAME |
| Constructor and Description |
|---|
CleanCacheStoresMaintenanceAction(File rootStoreDir,
String[] cacheStoreDirs) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
description()
Optional user-readable description of maintenance action.
|
Void |
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 Void execute()
execute in interface MaintenanceAction<Void>@NotNull public @NotNull String name()
MaintenanceWorkflowCallback should have unique names.name in interface MaintenanceAction<Void>@Nullable public @Nullable String description()
description in interface MaintenanceAction<Void>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021