类 TriggerTableResp

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

    public class TriggerTableResp
    extends java.lang.Object
    implements org.apache.iotdb.consensus.common.DataSet
    • 构造器概要

      构造器 
      构造器 说明
      TriggerTableResp()  
      TriggerTableResp​(org.apache.iotdb.common.rpc.thrift.TSStatus status, java.util.List<org.apache.iotdb.commons.trigger.TriggerInformation> allTriggerInformation)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      org.apache.iotdb.confignode.rpc.thrift.TGetTriggerTableResp convertToThriftResponse()  
      java.util.List<org.apache.iotdb.commons.trigger.TriggerInformation> getAllTriggerInformation()  
      org.apache.iotdb.common.rpc.thrift.TSStatus getStatus()  
      void setAllTriggerInformation​(java.util.List<org.apache.iotdb.commons.trigger.TriggerInformation> allTriggerInformation)  
      void setStatus​(org.apache.iotdb.common.rpc.thrift.TSStatus status)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • TriggerTableResp

        public TriggerTableResp()
      • TriggerTableResp

        public TriggerTableResp​(org.apache.iotdb.common.rpc.thrift.TSStatus status,
                                java.util.List<org.apache.iotdb.commons.trigger.TriggerInformation> allTriggerInformation)
    • 方法详细资料

      • getStatus

        public org.apache.iotdb.common.rpc.thrift.TSStatus getStatus()
      • setStatus

        public void setStatus​(org.apache.iotdb.common.rpc.thrift.TSStatus status)
      • getAllTriggerInformation

        public java.util.List<org.apache.iotdb.commons.trigger.TriggerInformation> getAllTriggerInformation()
      • setAllTriggerInformation

        public void setAllTriggerInformation​(java.util.List<org.apache.iotdb.commons.trigger.TriggerInformation> allTriggerInformation)
      • convertToThriftResponse

        public org.apache.iotdb.confignode.rpc.thrift.TGetTriggerTableResp convertToThriftResponse()
                                                                                            throws java.io.IOException
        抛出:
        java.io.IOException