Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TGetJarInListResp
-
-
Uses of TGetJarInListResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TGetJarInListResp Modifier and Type Field Description TGetJarInListRespIConfigNodeRPCService.getPipePluginJar_result. successTGetJarInListRespIConfigNodeRPCService.getTriggerJar_result. successTGetJarInListRespIConfigNodeRPCService.getUDFJar_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TGetJarInListResp Modifier and Type Method Description TGetJarInListRespTGetJarInListResp. deepCopy()TGetJarInListRespIConfigNodeRPCService.Client. getPipePluginJar(TGetJarInListReq req)TGetJarInListRespIConfigNodeRPCService.Iface. getPipePluginJar(TGetJarInListReq req)Return the pipe plugin jar list of the plugin name listTGetJarInListRespIConfigNodeRPCService.AsyncClient.getPipePluginJar_call. getResult()TGetJarInListRespIConfigNodeRPCService.AsyncClient.getTriggerJar_call. getResult()TGetJarInListRespIConfigNodeRPCService.AsyncClient.getUDFJar_call. getResult()TGetJarInListRespIConfigNodeRPCService.getPipePluginJar_result. getSuccess()TGetJarInListRespIConfigNodeRPCService.getTriggerJar_result. getSuccess()TGetJarInListRespIConfigNodeRPCService.getUDFJar_result. getSuccess()TGetJarInListRespIConfigNodeRPCService.Client. getTriggerJar(TGetJarInListReq req)TGetJarInListRespIConfigNodeRPCService.Iface. getTriggerJar(TGetJarInListReq req)Return the trigger jar list of the trigger name listTGetJarInListRespIConfigNodeRPCService.Client. getUDFJar(TGetJarInListReq req)TGetJarInListRespIConfigNodeRPCService.Iface. getUDFJar(TGetJarInListReq req)Return the UDF jar list of the jar name listTGetJarInListRespIConfigNodeRPCService.Client. recv_getPipePluginJar()TGetJarInListRespIConfigNodeRPCService.Client. recv_getTriggerJar()TGetJarInListRespIConfigNodeRPCService.Client. recv_getUDFJar()TGetJarInListRespTGetJarInListResp. setJarList(List<ByteBuffer> jarList)TGetJarInListRespTGetJarInListResp. setStatus(TSStatus status)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TGetJarInListResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp>IConfigNodeRPCService.AsyncProcessor.getPipePluginJar. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp>IConfigNodeRPCService.AsyncProcessor.getTriggerJar. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp>IConfigNodeRPCService.AsyncProcessor.getUDFJar. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetJarInListResp Modifier and Type Method Description intTGetJarInListResp. compareTo(TGetJarInListResp other)booleanTGetJarInListResp. equals(TGetJarInListResp that)IConfigNodeRPCService.getPipePluginJar_resultIConfigNodeRPCService.getPipePluginJar_result. setSuccess(TGetJarInListResp success)IConfigNodeRPCService.getTriggerJar_resultIConfigNodeRPCService.getTriggerJar_result. setSuccess(TGetJarInListResp success)IConfigNodeRPCService.getUDFJar_resultIConfigNodeRPCService.getUDFJar_result. setSuccess(TGetJarInListResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TGetJarInListResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. getPipePluginJar(TGetJarInListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getPipePluginJar(TGetJarInListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp> resultHandler)voidIConfigNodeRPCService.AsyncClient. getTriggerJar(TGetJarInListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getTriggerJar(TGetJarInListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp> resultHandler)voidIConfigNodeRPCService.AsyncClient. getUDFJar(TGetJarInListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getUDFJar(TGetJarInListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getPipePluginJar. start(I iface, IConfigNodeRPCService.getPipePluginJar_args args, org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getTriggerJar. start(I iface, IConfigNodeRPCService.getTriggerJar_args args, org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getUDFJar. start(I iface, IConfigNodeRPCService.getUDFJar_args args, org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetJarInListResp Constructor Description getPipePluginJar_result(TGetJarInListResp success)getTriggerJar_result(TGetJarInListResp success)getUDFJar_result(TGetJarInListResp success)TGetJarInListResp(TGetJarInListResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TGetJarInListResp Constructor Description getPipePluginJar_call(TGetJarInListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)getTriggerJar_call(TGetJarInListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)getUDFJar_call(TGetJarInListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-