Interface IConfigStatement
-
- All Known Implementing Classes:
AuthorStatement,ClearCacheStatement,CountStorageGroupStatement,CreateFunctionStatement,CreatePipeSinkStatement,CreatePipeStatement,CreateSchemaTemplateStatement,CreateTriggerStatement,DeleteStorageGroupStatement,DropFunctionStatement,DropPipeSinkStatement,DropPipeStatement,DropTriggerStatement,FlushStatement,LoadConfigurationStatement,MergeStatement,SetSchemaTemplateStatement,SetStorageGroupStatement,SetSystemStatusStatement,SetTTLStatement,ShowClusterStatement,ShowConfigNodesStatement,ShowDataNodesStatement,ShowFunctionsStatement,ShowNodesInSchemaTemplateStatement,ShowPathSetTemplateStatement,ShowPipeSinkStatement,ShowPipeStatement,ShowRegionStatement,ShowSchemaTemplateStatement,ShowStorageGroupStatement,ShowTTLStatement,StartPipeStatement,StopPipeStatement,UnSetTTLStatement
public interface IConfigStatementConfigStatement represents the statement which should be executed by ConfigNode All the statements which need to be transformed into IConfigTask should extend this class
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryTypegetQueryType()Determine whether the operation to be performed is read or write
-
-
-
Method Detail
-
getQueryType
QueryType getQueryType()
Determine whether the operation to be performed is read or write- Returns:
- QueryType
-
-