Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TDatabaseSchemaResp
-
-
Uses of TDatabaseSchemaResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TDatabaseSchemaResp Modifier and Type Field Description TDatabaseSchemaRespIConfigNodeRPCService.getMatchedDatabaseSchemas_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TDatabaseSchemaResp Modifier and Type Method Description TDatabaseSchemaRespTDatabaseSchemaResp. deepCopy()TDatabaseSchemaRespIConfigNodeRPCService.Client. getMatchedDatabaseSchemas(TGetDatabaseReq req)TDatabaseSchemaRespIConfigNodeRPCService.Iface. getMatchedDatabaseSchemas(TGetDatabaseReq req)Get the matched Databases' TDatabaseSchemaTDatabaseSchemaRespIConfigNodeRPCService.AsyncClient.getMatchedDatabaseSchemas_call. getResult()TDatabaseSchemaRespIConfigNodeRPCService.getMatchedDatabaseSchemas_result. getSuccess()TDatabaseSchemaRespIConfigNodeRPCService.Client. recv_getMatchedDatabaseSchemas()TDatabaseSchemaRespTDatabaseSchemaResp. setDatabaseSchemaMap(Map<String,TDatabaseSchema> databaseSchemaMap)TDatabaseSchemaRespTDatabaseSchemaResp. setStatus(TSStatus status)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TDatabaseSchemaResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TDatabaseSchemaResp>IConfigNodeRPCService.AsyncProcessor.getMatchedDatabaseSchemas. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TDatabaseSchemaResp Modifier and Type Method Description intTDatabaseSchemaResp. compareTo(TDatabaseSchemaResp other)booleanTDatabaseSchemaResp. equals(TDatabaseSchemaResp that)IConfigNodeRPCService.getMatchedDatabaseSchemas_resultIConfigNodeRPCService.getMatchedDatabaseSchemas_result. setSuccess(TDatabaseSchemaResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TDatabaseSchemaResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. getMatchedDatabaseSchemas(TGetDatabaseReq req, org.apache.thrift.async.AsyncMethodCallback<TDatabaseSchemaResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getMatchedDatabaseSchemas(TGetDatabaseReq req, org.apache.thrift.async.AsyncMethodCallback<TDatabaseSchemaResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getMatchedDatabaseSchemas. start(I iface, IConfigNodeRPCService.getMatchedDatabaseSchemas_args args, org.apache.thrift.async.AsyncMethodCallback<TDatabaseSchemaResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TDatabaseSchemaResp Constructor Description getMatchedDatabaseSchemas_result(TDatabaseSchemaResp success)TDatabaseSchemaResp(TDatabaseSchemaResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TDatabaseSchemaResp Constructor Description getMatchedDatabaseSchemas_call(TGetDatabaseReq req, org.apache.thrift.async.AsyncMethodCallback<TDatabaseSchemaResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-