Class UpdateTriggerLocationPlan
java.lang.Object
org.apache.iotdb.confignode.consensus.request.ConfigPhysicalPlan
org.apache.iotdb.confignode.consensus.request.write.trigger.UpdateTriggerLocationPlan
- All Implemented Interfaces:
IConsensusRequest
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.iotdb.confignode.consensus.request.ConfigPhysicalPlan
ConfigPhysicalPlan.Factory -
Constructor Summary
ConstructorsConstructorDescriptionUpdateTriggerLocationPlan(String triggerName, TDataNodeLocation dataNodeLocation) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddeserializeImpl(ByteBuffer buffer) booleaninthashCode()protected voidserializeImpl(DataOutputStream stream) voidsetDataNodeLocation(TDataNodeLocation dataNodeLocation) voidsetTriggerName(String triggerName) Methods inherited from class org.apache.iotdb.confignode.consensus.request.ConfigPhysicalPlan
getSerializedSize, getType, 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
-
UpdateTriggerLocationPlan
public UpdateTriggerLocationPlan() -
UpdateTriggerLocationPlan
-
-
Method Details
-
getTriggerName
-
setTriggerName
-
getDataNodeLocation
-
setDataNodeLocation
-
serializeImpl
- Specified by:
serializeImplin classConfigPhysicalPlan- Throws:
IOException
-
deserializeImpl
- Specified by:
deserializeImplin classConfigPhysicalPlan- Throws:
IOException
-
equals
- Overrides:
equalsin classConfigPhysicalPlan
-
hashCode
public int hashCode()- Overrides:
hashCodein classConfigPhysicalPlan
-