Class CommitSetSchemaTemplatePlan
java.lang.Object
org.apache.iotdb.confignode.consensus.request.ConfigPhysicalPlan
org.apache.iotdb.confignode.consensus.request.write.template.CommitSetSchemaTemplatePlan
- All Implemented Interfaces:
IConsensusRequest
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.iotdb.confignode.consensus.request.ConfigPhysicalPlan
ConfigPhysicalPlan.Factory -
Constructor Summary
ConstructorsConstructorDescriptionCommitSetSchemaTemplatePlan(String name, String path) CommitSetSchemaTemplatePlan(String name, String path, boolean isRollback) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddeserializeImpl(ByteBuffer buffer) getName()getPath()booleanprotected voidserializeImpl(DataOutputStream stream) Methods inherited from class org.apache.iotdb.confignode.consensus.request.ConfigPhysicalPlan
equals, getSerializedSize, getType, hashCode, serializeToByteBufferMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.iotdb.consensus.common.request.IConsensusRequest
getMemorySize, markAsGeneratedByRemoteConsensusLeader
-
Constructor Details
-
CommitSetSchemaTemplatePlan
public CommitSetSchemaTemplatePlan() -
CommitSetSchemaTemplatePlan
-
CommitSetSchemaTemplatePlan
-
-
Method Details
-
getName
-
getPath
-
isRollback
public boolean isRollback() -
serializeImpl
- Specified by:
serializeImplin classConfigPhysicalPlan- Throws:
IOException
-
deserializeImpl
- Specified by:
deserializeImplin classConfigPhysicalPlan- Throws:
IOException
-