Class ShowQueryProcesslistPlan
- java.lang.Object
-
- org.apache.iotdb.db.qp.physical.PhysicalPlan
-
- org.apache.iotdb.db.qp.physical.sys.ShowPlan
-
- org.apache.iotdb.db.qp.physical.sys.ShowQueryProcesslistPlan
-
- All Implemented Interfaces:
org.apache.iotdb.consensus.common.request.IConsensusRequest
public class ShowQueryProcesslistPlan extends ShowPlan
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.iotdb.db.qp.physical.sys.ShowPlan
ShowPlan.ShowContentType
-
Nested classes/interfaces inherited from class org.apache.iotdb.db.qp.physical.PhysicalPlan
PhysicalPlan.Factory, PhysicalPlan.PhysicalPlanType
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.db.qp.physical.PhysicalPlan
canBeSplit, index
-
-
Constructor Summary
Constructors Constructor Description ShowQueryProcesslistPlan(ShowPlan.ShowContentType showContentType)
-
Method Summary
-
Methods inherited from class org.apache.iotdb.db.qp.physical.sys.ShowPlan
getLimit, getOffset, getOperatorName, getPath, getPaths, getShowContentType, hasLimit, setHasLimit, setLimit, setOffset, toString
-
Methods inherited from class org.apache.iotdb.db.qp.physical.PhysicalPlan
canBeSplit, checkIntegrity, deserialize, deserialize, getAggregations, getAuthPaths, getIndex, getLoginUserName, getOperatorType, isAuthenticationRequired, isDebug, isPrefixMatch, isQuery, isSelectInto, putString, putString, putStrings, putStrings, readString, readStrings, serialize, serialize, serializeImpl, serializeToByteBuffer, setDebug, setIndex, setLoginUserName, setOperatorType, setPaths, setPrefixMatch, setQuery
-
-
-
-
Constructor Detail
-
ShowQueryProcesslistPlan
public ShowQueryProcesslistPlan(ShowPlan.ShowContentType showContentType)
-
-