Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TUpdateTriggerLocationReq
-
Packages that use TUpdateTriggerLocationReq Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TUpdateTriggerLocationReq in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TUpdateTriggerLocationReq Modifier and Type Field Description TUpdateTriggerLocationReqIDataNodeRPCService.updateTriggerLocation_args. reqMethods in org.apache.iotdb.mpp.rpc.thrift that return TUpdateTriggerLocationReq Modifier and Type Method Description TUpdateTriggerLocationReqTUpdateTriggerLocationReq. deepCopy()TUpdateTriggerLocationReqIDataNodeRPCService.updateTriggerLocation_args. getReq()TUpdateTriggerLocationReqTUpdateTriggerLocationReq. setNewLocation(TDataNodeLocation newLocation)TUpdateTriggerLocationReqTUpdateTriggerLocationReq. setTriggerName(String triggerName)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TUpdateTriggerLocationReq Modifier and Type Method Description intTUpdateTriggerLocationReq. compareTo(TUpdateTriggerLocationReq other)booleanTUpdateTriggerLocationReq. equals(TUpdateTriggerLocationReq that)voidIDataNodeRPCService.Client. send_updateTriggerLocation(TUpdateTriggerLocationReq req)IDataNodeRPCService.updateTriggerLocation_argsIDataNodeRPCService.updateTriggerLocation_args. setReq(TUpdateTriggerLocationReq req)voidIDataNodeRPCService.AsyncClient. updateTriggerLocation(TUpdateTriggerLocationReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIDataNodeRPCService.AsyncIface. updateTriggerLocation(TUpdateTriggerLocationReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIDataNodeRPCService.Client. updateTriggerLocation(TUpdateTriggerLocationReq req)TSStatusIDataNodeRPCService.Iface. updateTriggerLocation(TUpdateTriggerLocationReq req)Config node will renew DataNodeLocation of a stateful trigger.Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TUpdateTriggerLocationReq Constructor Description TUpdateTriggerLocationReq(TUpdateTriggerLocationReq other)Performs a deep copy on other.updateTriggerLocation_args(TUpdateTriggerLocationReq req)updateTriggerLocation_call(TUpdateTriggerLocationReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-