类 TriggerTableResp
- java.lang.Object
-
- org.apache.iotdb.confignode.consensus.response.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.TGetTriggerTableRespconvertToThriftResponse()java.util.List<org.apache.iotdb.commons.trigger.TriggerInformation>getAllTriggerInformation()org.apache.iotdb.common.rpc.thrift.TSStatusgetStatus()voidsetAllTriggerInformation(java.util.List<org.apache.iotdb.commons.trigger.TriggerInformation> allTriggerInformation)voidsetStatus(org.apache.iotdb.common.rpc.thrift.TSStatus status)
-
-
-
方法详细资料
-
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
-
-