类 TriggerLocationResp

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

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

      构造器 
      构造器 说明
      TriggerLocationResp​(org.apache.iotdb.common.rpc.thrift.TSStatus status, org.apache.iotdb.common.rpc.thrift.TDataNodeLocation dataNodeLocation)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      org.apache.iotdb.confignode.rpc.thrift.TGetLocationForTriggerResp convertToThriftResponse()  
      void setDataNodeLocation​(org.apache.iotdb.common.rpc.thrift.TDataNodeLocation dataNodeLocation)  
      void setStatus​(org.apache.iotdb.common.rpc.thrift.TSStatus status)  
      • 从类继承的方法 java.lang.Object

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

      • TriggerLocationResp

        public TriggerLocationResp​(org.apache.iotdb.common.rpc.thrift.TSStatus status,
                                   org.apache.iotdb.common.rpc.thrift.TDataNodeLocation dataNodeLocation)
    • 方法详细资料

      • setDataNodeLocation

        public void setDataNodeLocation​(org.apache.iotdb.common.rpc.thrift.TDataNodeLocation dataNodeLocation)
      • setStatus

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

        public org.apache.iotdb.confignode.rpc.thrift.TGetLocationForTriggerResp convertToThriftResponse()