Interface IConfigTask
-
- All Known Implementing Classes:
AuthorizerTask,ClearCacheTask,CountStorageGroupTask,CreateFunctionTask,CreatePipeSinkTask,CreatePipeTask,CreateSchemaTemplateTask,CreateTriggerTask,DeleteStorageGroupTask,DropFunctionTask,DropPipeSinkTask,DropPipeTask,DropTriggerTask,FlushTask,LoadConfigurationTask,MergeTask,SetSchemaTemplateTask,SetStorageGroupTask,SetSystemStatusTask,SetTTLTask,ShowClusterTask,ShowConfigNodesTask,ShowDataNodesTask,ShowFunctionsTask,ShowNodesInSchemaTemplateTask,ShowPathSetTemplateTask,ShowPipeSinkTask,ShowPipeTask,ShowRegionTask,ShowSchemaTemplateTask,ShowStorageGroupTask,ShowTTLTask,StartPipeTask,StopPipeTask,UnSetTTLTask
public interface IConfigTask
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ConfigTaskResult>execute(IConfigTaskExecutor configTaskExecutor)
-
-
-
Method Detail
-
execute
com.google.common.util.concurrent.ListenableFuture<ConfigTaskResult> execute(IConfigTaskExecutor configTaskExecutor) throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
-