Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TDropFunctionReq
-
-
Uses of TDropFunctionReq in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TDropFunctionReq Modifier and Type Field Description TDropFunctionReqIConfigNodeRPCService.dropFunction_args. reqMethods in org.apache.iotdb.confignode.rpc.thrift that return TDropFunctionReq Modifier and Type Method Description TDropFunctionReqTDropFunctionReq. deepCopy()TDropFunctionReqIConfigNodeRPCService.dropFunction_args. getReq()TDropFunctionReqTDropFunctionReq. setUdfName(String udfName)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TDropFunctionReq Modifier and Type Method Description intTDropFunctionReq. compareTo(TDropFunctionReq other)voidIConfigNodeRPCService.AsyncClient. dropFunction(TDropFunctionReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIConfigNodeRPCService.AsyncIface. dropFunction(TDropFunctionReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIConfigNodeRPCService.Client. dropFunction(TDropFunctionReq req)TSStatusIConfigNodeRPCService.Iface. dropFunction(TDropFunctionReq req)Remove a function on all online ConfigNodes and DataNodesbooleanTDropFunctionReq. equals(TDropFunctionReq that)voidIConfigNodeRPCService.Client. send_dropFunction(TDropFunctionReq req)IConfigNodeRPCService.dropFunction_argsIConfigNodeRPCService.dropFunction_args. setReq(TDropFunctionReq req)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TDropFunctionReq Constructor Description dropFunction_args(TDropFunctionReq req)dropFunction_call(TDropFunctionReq 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)TDropFunctionReq(TDropFunctionReq other)Performs a deep copy on other.
-