Class SetPipeStatusPlanV1
java.lang.Object
org.apache.iotdb.confignode.consensus.request.ConfigPhysicalPlan
org.apache.iotdb.confignode.consensus.request.write.sync.SetPipeStatusPlanV1
- All Implemented Interfaces:
IConsensusRequest
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.iotdb.confignode.consensus.request.ConfigPhysicalPlan
ConfigPhysicalPlan.Factory -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.SetPipeStatusPlanV1(String pipeName, PipeStatus status) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddeserializeImpl(ByteBuffer buffer) Deprecated.Deprecated.Deprecated.protected voidserializeImpl(DataOutputStream stream) Deprecated.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
-
SetPipeStatusPlanV1
public SetPipeStatusPlanV1()Deprecated. -
SetPipeStatusPlanV1
Deprecated.
-
-
Method Details
-
getPipeName
Deprecated. -
getPipeStatus
Deprecated. -
serializeImpl
Deprecated.- Specified by:
serializeImplin classConfigPhysicalPlan- Throws:
IOException
-
deserializeImpl
Deprecated.- Specified by:
deserializeImplin classConfigPhysicalPlan- Throws:
IOException
-