Uses of Class
org.apache.iotdb.mpp.rpc.thrift.IDataNodeRPCService.fetchSchema_args
-
Packages that use IDataNodeRPCService.fetchSchema_args Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of IDataNodeRPCService.fetchSchema_args in org.apache.iotdb.mpp.rpc.thrift
Methods in org.apache.iotdb.mpp.rpc.thrift that return IDataNodeRPCService.fetchSchema_args Modifier and Type Method Description IDataNodeRPCService.fetchSchema_argsIDataNodeRPCService.fetchSchema_args. deepCopy()IDataNodeRPCService.fetchSchema_argsIDataNodeRPCService.AsyncProcessor.fetchSchema. getEmptyArgsInstance()IDataNodeRPCService.fetchSchema_argsIDataNodeRPCService.Processor.fetchSchema. getEmptyArgsInstance()IDataNodeRPCService.fetchSchema_argsIDataNodeRPCService.fetchSchema_args. setReq(TSchemaFetchRequest req)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type IDataNodeRPCService.fetchSchema_args Modifier and Type Method Description intIDataNodeRPCService.fetchSchema_args. compareTo(IDataNodeRPCService.fetchSchema_args other)booleanIDataNodeRPCService.fetchSchema_args. equals(IDataNodeRPCService.fetchSchema_args that)IDataNodeRPCService.fetchSchema_resultIDataNodeRPCService.Processor.fetchSchema. getResult(I iface, IDataNodeRPCService.fetchSchema_args args)voidIDataNodeRPCService.AsyncProcessor.fetchSchema. start(I iface, IDataNodeRPCService.fetchSchema_args args, org.apache.thrift.async.AsyncMethodCallback<TSchemaFetchResponse> resultHandler)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type IDataNodeRPCService.fetchSchema_args Constructor Description fetchSchema_args(IDataNodeRPCService.fetchSchema_args other)Performs a deep copy on other.
-