Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TGetJarInListReq
-
-
Uses of TGetJarInListReq in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TGetJarInListReq Modifier and Type Field Description TGetJarInListReqIConfigNodeRPCService.getPipePluginJar_args. reqTGetJarInListReqIConfigNodeRPCService.getTriggerJar_args. reqTGetJarInListReqIConfigNodeRPCService.getUDFJar_args. reqMethods in org.apache.iotdb.confignode.rpc.thrift that return TGetJarInListReq Modifier and Type Method Description TGetJarInListReqTGetJarInListReq. deepCopy()TGetJarInListReqIConfigNodeRPCService.getPipePluginJar_args. getReq()TGetJarInListReqIConfigNodeRPCService.getTriggerJar_args. getReq()TGetJarInListReqIConfigNodeRPCService.getUDFJar_args. getReq()TGetJarInListReqTGetJarInListReq. setJarNameList(List<String> jarNameList)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetJarInListReq Modifier and Type Method Description intTGetJarInListReq. compareTo(TGetJarInListReq other)booleanTGetJarInListReq. equals(TGetJarInListReq that)voidIConfigNodeRPCService.AsyncClient. getPipePluginJar(TGetJarInListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getPipePluginJar(TGetJarInListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp> resultHandler)TGetJarInListRespIConfigNodeRPCService.Client. getPipePluginJar(TGetJarInListReq req)TGetJarInListRespIConfigNodeRPCService.Iface. getPipePluginJar(TGetJarInListReq req)Return the pipe plugin jar list of the plugin name listvoidIConfigNodeRPCService.AsyncClient. getTriggerJar(TGetJarInListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getTriggerJar(TGetJarInListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp> resultHandler)TGetJarInListRespIConfigNodeRPCService.Client. getTriggerJar(TGetJarInListReq req)TGetJarInListRespIConfigNodeRPCService.Iface. getTriggerJar(TGetJarInListReq req)Return the trigger jar list of the trigger name listvoidIConfigNodeRPCService.AsyncClient. getUDFJar(TGetJarInListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getUDFJar(TGetJarInListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp> resultHandler)TGetJarInListRespIConfigNodeRPCService.Client. getUDFJar(TGetJarInListReq req)TGetJarInListRespIConfigNodeRPCService.Iface. getUDFJar(TGetJarInListReq req)Return the UDF jar list of the jar name listvoidIConfigNodeRPCService.Client. send_getPipePluginJar(TGetJarInListReq req)voidIConfigNodeRPCService.Client. send_getTriggerJar(TGetJarInListReq req)voidIConfigNodeRPCService.Client. send_getUDFJar(TGetJarInListReq req)IConfigNodeRPCService.getPipePluginJar_argsIConfigNodeRPCService.getPipePluginJar_args. setReq(TGetJarInListReq req)IConfigNodeRPCService.getTriggerJar_argsIConfigNodeRPCService.getTriggerJar_args. setReq(TGetJarInListReq req)IConfigNodeRPCService.getUDFJar_argsIConfigNodeRPCService.getUDFJar_args. setReq(TGetJarInListReq req)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetJarInListReq Constructor Description getPipePluginJar_args(TGetJarInListReq req)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_args(TGetJarInListReq req)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_args(TGetJarInListReq req)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)TGetJarInListReq(TGetJarInListReq other)Performs a deep copy on other.
-