Class FlushOperator
- java.lang.Object
-
- org.apache.iotdb.db.qp.logical.Operator
-
- org.apache.iotdb.db.qp.logical.sys.FlushOperator
-
public class FlushOperator extends Operator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.iotdb.db.qp.logical.Operator
Operator.OperatorType
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.db.qp.logical.Operator
isDebug, isPrefixMatchPath, operatorType, tokenIntType
-
-
Constructor Summary
Constructors Constructor Description FlushOperator(int tokenIntType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhysicalPlangeneratePhysicalPlan(PhysicalGenerator generator)java.util.List<org.apache.iotdb.commons.path.PartialPath>getStorageGroupList()java.lang.BooleanisSeq()voidsetSeq(boolean seq)voidsetStorageGroupList(java.util.List<org.apache.iotdb.commons.path.PartialPath> storageGroupList)-
Methods inherited from class org.apache.iotdb.db.qp.logical.Operator
getTokenIntType, getType, isDebug, isPrefixMatchPath, isQuery, setDebug, setOperatorType, setPrefixMatchPath, toString
-
-
-
-
Method Detail
-
getStorageGroupList
public java.util.List<org.apache.iotdb.commons.path.PartialPath> getStorageGroupList()
-
setStorageGroupList
public void setStorageGroupList(java.util.List<org.apache.iotdb.commons.path.PartialPath> storageGroupList)
-
isSeq
public java.lang.Boolean isSeq()
-
setSeq
public void setSeq(boolean seq)
-
generatePhysicalPlan
public PhysicalPlan generatePhysicalPlan(PhysicalGenerator generator) throws QueryProcessException
- Overrides:
generatePhysicalPlanin classOperator- Throws:
QueryProcessException
-
-