Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TSchemaFetchResponse
-
Packages that use TSchemaFetchResponse Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TSchemaFetchResponse in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TSchemaFetchResponse Modifier and Type Field Description TSchemaFetchResponseIDataNodeRPCService.fetchSchema_result. successMethods in org.apache.iotdb.mpp.rpc.thrift that return TSchemaFetchResponse Modifier and Type Method Description TSchemaFetchResponseTSchemaFetchResponse. deepCopy()TSchemaFetchResponseIDataNodeRPCService.Client. fetchSchema(TSchemaFetchRequest req)TSchemaFetchResponseIDataNodeRPCService.Iface. fetchSchema(TSchemaFetchRequest req)TSchemaFetchResponseIDataNodeRPCService.AsyncClient.fetchSchema_call. getResult()TSchemaFetchResponseIDataNodeRPCService.fetchSchema_result. getSuccess()TSchemaFetchResponseIDataNodeRPCService.Client. recv_fetchSchema()TSchemaFetchResponseTSchemaFetchResponse. setSerializedSchemaTree(byte[] serializedSchemaTree)TSchemaFetchResponseTSchemaFetchResponse. setSerializedSchemaTree(ByteBuffer serializedSchemaTree)Methods in org.apache.iotdb.mpp.rpc.thrift that return types with arguments of type TSchemaFetchResponse Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TSchemaFetchResponse>IDataNodeRPCService.AsyncProcessor.fetchSchema. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TSchemaFetchResponse Modifier and Type Method Description intTSchemaFetchResponse. compareTo(TSchemaFetchResponse other)booleanTSchemaFetchResponse. equals(TSchemaFetchResponse that)IDataNodeRPCService.fetchSchema_resultIDataNodeRPCService.fetchSchema_result. setSuccess(TSchemaFetchResponse success)Method parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TSchemaFetchResponse Modifier and Type Method Description voidIDataNodeRPCService.AsyncClient. fetchSchema(TSchemaFetchRequest req, org.apache.thrift.async.AsyncMethodCallback<TSchemaFetchResponse> resultHandler)voidIDataNodeRPCService.AsyncIface. fetchSchema(TSchemaFetchRequest req, org.apache.thrift.async.AsyncMethodCallback<TSchemaFetchResponse> resultHandler)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 TSchemaFetchResponse Constructor Description fetchSchema_result(TSchemaFetchResponse success)TSchemaFetchResponse(TSchemaFetchResponse other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TSchemaFetchResponse Constructor Description fetchSchema_call(TSchemaFetchRequest req, org.apache.thrift.async.AsyncMethodCallback<TSchemaFetchResponse> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-