Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TGetLocationForTriggerResp
-
-
Uses of TGetLocationForTriggerResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TGetLocationForTriggerResp Modifier and Type Field Description TGetLocationForTriggerRespIConfigNodeRPCService.getLocationOfStatefulTrigger_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TGetLocationForTriggerResp Modifier and Type Method Description TGetLocationForTriggerRespTGetLocationForTriggerResp. deepCopy()TGetLocationForTriggerRespIConfigNodeRPCService.Client. getLocationOfStatefulTrigger(String triggerName)TGetLocationForTriggerRespIConfigNodeRPCService.Iface. getLocationOfStatefulTrigger(String triggerName)Get TDataNodeLocation of a stateful triggerTGetLocationForTriggerRespIConfigNodeRPCService.AsyncClient.getLocationOfStatefulTrigger_call. getResult()TGetLocationForTriggerRespIConfigNodeRPCService.getLocationOfStatefulTrigger_result. getSuccess()TGetLocationForTriggerRespIConfigNodeRPCService.Client. recv_getLocationOfStatefulTrigger()TGetLocationForTriggerRespTGetLocationForTriggerResp. setDataNodeLocation(TDataNodeLocation dataNodeLocation)TGetLocationForTriggerRespTGetLocationForTriggerResp. setStatus(TSStatus status)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TGetLocationForTriggerResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TGetLocationForTriggerResp>IConfigNodeRPCService.AsyncProcessor.getLocationOfStatefulTrigger. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetLocationForTriggerResp Modifier and Type Method Description intTGetLocationForTriggerResp. compareTo(TGetLocationForTriggerResp other)booleanTGetLocationForTriggerResp. equals(TGetLocationForTriggerResp that)IConfigNodeRPCService.getLocationOfStatefulTrigger_resultIConfigNodeRPCService.getLocationOfStatefulTrigger_result. setSuccess(TGetLocationForTriggerResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TGetLocationForTriggerResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. getLocationOfStatefulTrigger(String triggerName, org.apache.thrift.async.AsyncMethodCallback<TGetLocationForTriggerResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getLocationOfStatefulTrigger(String triggerName, org.apache.thrift.async.AsyncMethodCallback<TGetLocationForTriggerResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getLocationOfStatefulTrigger. start(I iface, IConfigNodeRPCService.getLocationOfStatefulTrigger_args args, org.apache.thrift.async.AsyncMethodCallback<TGetLocationForTriggerResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetLocationForTriggerResp Constructor Description getLocationOfStatefulTrigger_result(TGetLocationForTriggerResp success)TGetLocationForTriggerResp(TGetLocationForTriggerResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TGetLocationForTriggerResp Constructor Description getLocationOfStatefulTrigger_call(String triggerName, org.apache.thrift.async.AsyncMethodCallback<TGetLocationForTriggerResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-