Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TGetUDFTableResp
-
-
Uses of TGetUDFTableResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TGetUDFTableResp Modifier and Type Field Description TGetUDFTableRespIConfigNodeRPCService.getUDFTable_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TGetUDFTableResp Modifier and Type Method Description TGetUDFTableRespTGetUDFTableResp. deepCopy()TGetUDFTableRespIConfigNodeRPCService.AsyncClient.getUDFTable_call. getResult()TGetUDFTableRespIConfigNodeRPCService.getUDFTable_result. getSuccess()TGetUDFTableRespIConfigNodeRPCService.Client. getUDFTable()TGetUDFTableRespIConfigNodeRPCService.Iface. getUDFTable()Return the UDF tableTGetUDFTableRespIConfigNodeRPCService.Client. recv_getUDFTable()TGetUDFTableRespTGetUDFTableResp. setAllUDFInformation(List<ByteBuffer> allUDFInformation)TGetUDFTableRespTGetUDFTableResp. setStatus(TSStatus status)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TGetUDFTableResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TGetUDFTableResp>IConfigNodeRPCService.AsyncProcessor.getUDFTable. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetUDFTableResp Modifier and Type Method Description intTGetUDFTableResp. compareTo(TGetUDFTableResp other)booleanTGetUDFTableResp. equals(TGetUDFTableResp that)IConfigNodeRPCService.getUDFTable_resultIConfigNodeRPCService.getUDFTable_result. setSuccess(TGetUDFTableResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TGetUDFTableResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. getUDFTable(org.apache.thrift.async.AsyncMethodCallback<TGetUDFTableResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getUDFTable(org.apache.thrift.async.AsyncMethodCallback<TGetUDFTableResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getUDFTable. start(I iface, IConfigNodeRPCService.getUDFTable_args args, org.apache.thrift.async.AsyncMethodCallback<TGetUDFTableResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetUDFTableResp Constructor Description getUDFTable_result(TGetUDFTableResp success)TGetUDFTableResp(TGetUDFTableResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TGetUDFTableResp Constructor Description getUDFTable_call(org.apache.thrift.async.AsyncMethodCallback<TGetUDFTableResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-