类 AddTriggerInTablePlan

  • 所有已实现的接口:
    org.apache.iotdb.consensus.common.request.IConsensusRequest

    public class AddTriggerInTablePlan
    extends ConfigPhysicalPlan
    • 构造器详细资料

      • AddTriggerInTablePlan

        public AddTriggerInTablePlan()
      • AddTriggerInTablePlan

        public AddTriggerInTablePlan​(org.apache.iotdb.commons.trigger.TriggerInformation triggerInformation,
                                     org.apache.iotdb.tsfile.utils.Binary jarFile)
    • 方法详细资料

      • getTriggerInformation

        public org.apache.iotdb.commons.trigger.TriggerInformation getTriggerInformation()
      • setTriggerInformation

        public void setTriggerInformation​(org.apache.iotdb.commons.trigger.TriggerInformation triggerInformation)
      • getJarFile

        public org.apache.iotdb.tsfile.utils.Binary getJarFile()
      • setJarFile

        public void setJarFile​(org.apache.iotdb.tsfile.utils.Binary jarFile)
      • serializeImpl

        protected void serializeImpl​(java.io.DataOutputStream stream)
                              throws java.io.IOException
        指定者:
        serializeImpl 在类中 ConfigPhysicalPlan
        抛出:
        java.io.IOException
      • deserializeImpl

        protected void deserializeImpl​(java.nio.ByteBuffer buffer)
                                throws java.io.IOException
        指定者:
        deserializeImpl 在类中 ConfigPhysicalPlan
        抛出:
        java.io.IOException