Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TGetTemplateResp
-
-
Uses of TGetTemplateResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TGetTemplateResp Modifier and Type Field Description TGetTemplateRespIConfigNodeRPCService.getTemplate_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TGetTemplateResp Modifier and Type Method Description TGetTemplateRespTGetTemplateResp. deepCopy()TGetTemplateRespIConfigNodeRPCService.AsyncClient.getTemplate_call. getResult()TGetTemplateRespIConfigNodeRPCService.getTemplate_result. getSuccess()TGetTemplateRespIConfigNodeRPCService.Client. getTemplate(String req)TGetTemplateRespIConfigNodeRPCService.Iface. getTemplate(String req)Get one device template infoTGetTemplateRespIConfigNodeRPCService.Client. recv_getTemplate()TGetTemplateRespTGetTemplateResp. setStatus(TSStatus status)TGetTemplateRespTGetTemplateResp. setTemplate(byte[] template)TGetTemplateRespTGetTemplateResp. setTemplate(ByteBuffer template)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TGetTemplateResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TGetTemplateResp>IConfigNodeRPCService.AsyncProcessor.getTemplate. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetTemplateResp Modifier and Type Method Description intTGetTemplateResp. compareTo(TGetTemplateResp other)booleanTGetTemplateResp. equals(TGetTemplateResp that)IConfigNodeRPCService.getTemplate_resultIConfigNodeRPCService.getTemplate_result. setSuccess(TGetTemplateResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TGetTemplateResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. getTemplate(String req, org.apache.thrift.async.AsyncMethodCallback<TGetTemplateResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getTemplate(String req, org.apache.thrift.async.AsyncMethodCallback<TGetTemplateResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getTemplate. start(I iface, IConfigNodeRPCService.getTemplate_args args, org.apache.thrift.async.AsyncMethodCallback<TGetTemplateResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetTemplateResp Constructor Description getTemplate_result(TGetTemplateResp success)TGetTemplateResp(TGetTemplateResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TGetTemplateResp Constructor Description getTemplate_call(String req, org.apache.thrift.async.AsyncMethodCallback<TGetTemplateResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-