Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TCreateFunctionInstanceReq
-
Packages that use TCreateFunctionInstanceReq Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TCreateFunctionInstanceReq in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TCreateFunctionInstanceReq Modifier and Type Field Description TCreateFunctionInstanceReqIDataNodeRPCService.createFunction_args. reqMethods in org.apache.iotdb.mpp.rpc.thrift that return TCreateFunctionInstanceReq Modifier and Type Method Description TCreateFunctionInstanceReqTCreateFunctionInstanceReq. deepCopy()TCreateFunctionInstanceReqIDataNodeRPCService.createFunction_args. getReq()TCreateFunctionInstanceReqTCreateFunctionInstanceReq. setJarFile(byte[] jarFile)TCreateFunctionInstanceReqTCreateFunctionInstanceReq. setJarFile(ByteBuffer jarFile)TCreateFunctionInstanceReqTCreateFunctionInstanceReq. setUdfInformation(byte[] udfInformation)TCreateFunctionInstanceReqTCreateFunctionInstanceReq. setUdfInformation(ByteBuffer udfInformation)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TCreateFunctionInstanceReq Modifier and Type Method Description intTCreateFunctionInstanceReq. compareTo(TCreateFunctionInstanceReq other)voidIDataNodeRPCService.AsyncClient. createFunction(TCreateFunctionInstanceReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIDataNodeRPCService.AsyncIface. createFunction(TCreateFunctionInstanceReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIDataNodeRPCService.Client. createFunction(TCreateFunctionInstanceReq req)TSStatusIDataNodeRPCService.Iface. createFunction(TCreateFunctionInstanceReq req)Config node will create a function on a list of data nodes.booleanTCreateFunctionInstanceReq. equals(TCreateFunctionInstanceReq that)voidIDataNodeRPCService.Client. send_createFunction(TCreateFunctionInstanceReq req)IDataNodeRPCService.createFunction_argsIDataNodeRPCService.createFunction_args. setReq(TCreateFunctionInstanceReq req)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TCreateFunctionInstanceReq Constructor Description createFunction_args(TCreateFunctionInstanceReq req)createFunction_call(TCreateFunctionInstanceReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TCreateFunctionInstanceReq(TCreateFunctionInstanceReq other)Performs a deep copy on other.
-