public class SetSystemModePlan extends PhysicalPlan
PhysicalPlan.Factory, PhysicalPlan.PhysicalPlanTypecanBeSplit, index| 构造器和说明 |
|---|
SetSystemModePlan() |
SetSystemModePlan(boolean isReadOnly) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deserialize(ByteBuffer buffer)
Deserialize the plan from the given buffer.
|
List<PartialPath> |
getPaths() |
boolean |
isReadOnly() |
void |
serialize(DataOutputStream outputStream)
Serialize the plan into the given buffer.
|
void |
serializeImpl(ByteBuffer buffer) |
canBeSplit, checkIntegrity, getAggregations, getAuthPaths, getIndex, getLoginUserName, getOperatorName, getOperatorType, getSerializedSize, isAuthenticationRequired, isDebug, isPrefixMatch, isQuery, isSelectInto, putString, putString, putStrings, putStrings, readString, readStrings, serialize, setDebug, setIndex, setLoginUserName, setOperatorType, setPaths, setPrefixMatch, setQuerypublic SetSystemModePlan()
public SetSystemModePlan(boolean isReadOnly)
public List<PartialPath> getPaths()
getPaths 在类中 PhysicalPlanpublic boolean isReadOnly()
public void serialize(DataOutputStream outputStream) throws IOException
PhysicalPlanserialize 在类中 PhysicalPlanIOExceptionpublic void serializeImpl(ByteBuffer buffer)
serializeImpl 在类中 PhysicalPlanpublic void deserialize(ByteBuffer buffer) throws IllegalPathException
PhysicalPlandeserialize 在类中 PhysicalPlanIllegalPathExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.