Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TGetDatabaseReq
-
-
Uses of TGetDatabaseReq in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TGetDatabaseReq Modifier and Type Field Description TGetDatabaseReqIConfigNodeRPCService.countMatchedDatabases_args. reqTGetDatabaseReqIConfigNodeRPCService.getMatchedDatabaseSchemas_args. reqTGetDatabaseReqIConfigNodeRPCService.showDatabase_args. reqMethods in org.apache.iotdb.confignode.rpc.thrift that return TGetDatabaseReq Modifier and Type Method Description TGetDatabaseReqTGetDatabaseReq. deepCopy()TGetDatabaseReqIConfigNodeRPCService.countMatchedDatabases_args. getReq()TGetDatabaseReqIConfigNodeRPCService.getMatchedDatabaseSchemas_args. getReq()TGetDatabaseReqIConfigNodeRPCService.showDatabase_args. getReq()TGetDatabaseReqTGetDatabaseReq. setDatabasePathPattern(List<String> databasePathPattern)TGetDatabaseReqTGetDatabaseReq. setScopePatternTree(byte[] scopePatternTree)TGetDatabaseReqTGetDatabaseReq. setScopePatternTree(ByteBuffer scopePatternTree)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetDatabaseReq Modifier and Type Method Description intTGetDatabaseReq. compareTo(TGetDatabaseReq other)voidIConfigNodeRPCService.AsyncClient. countMatchedDatabases(TGetDatabaseReq req, org.apache.thrift.async.AsyncMethodCallback<TCountDatabaseResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. countMatchedDatabases(TGetDatabaseReq req, org.apache.thrift.async.AsyncMethodCallback<TCountDatabaseResp> resultHandler)TCountDatabaseRespIConfigNodeRPCService.Client. countMatchedDatabases(TGetDatabaseReq req)TCountDatabaseRespIConfigNodeRPCService.Iface. countMatchedDatabases(TGetDatabaseReq req)Count the matched DatabasesbooleanTGetDatabaseReq. equals(TGetDatabaseReq that)voidIConfigNodeRPCService.AsyncClient. getMatchedDatabaseSchemas(TGetDatabaseReq req, org.apache.thrift.async.AsyncMethodCallback<TDatabaseSchemaResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getMatchedDatabaseSchemas(TGetDatabaseReq req, org.apache.thrift.async.AsyncMethodCallback<TDatabaseSchemaResp> resultHandler)TDatabaseSchemaRespIConfigNodeRPCService.Client. getMatchedDatabaseSchemas(TGetDatabaseReq req)TDatabaseSchemaRespIConfigNodeRPCService.Iface. getMatchedDatabaseSchemas(TGetDatabaseReq req)Get the matched Databases' TDatabaseSchemavoidIConfigNodeRPCService.Client. send_countMatchedDatabases(TGetDatabaseReq req)voidIConfigNodeRPCService.Client. send_getMatchedDatabaseSchemas(TGetDatabaseReq req)voidIConfigNodeRPCService.Client. send_showDatabase(TGetDatabaseReq req)IConfigNodeRPCService.countMatchedDatabases_argsIConfigNodeRPCService.countMatchedDatabases_args. setReq(TGetDatabaseReq req)IConfigNodeRPCService.getMatchedDatabaseSchemas_argsIConfigNodeRPCService.getMatchedDatabaseSchemas_args. setReq(TGetDatabaseReq req)IConfigNodeRPCService.showDatabase_argsIConfigNodeRPCService.showDatabase_args. setReq(TGetDatabaseReq req)voidIConfigNodeRPCService.AsyncClient. showDatabase(TGetDatabaseReq req, org.apache.thrift.async.AsyncMethodCallback<TShowDatabaseResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. showDatabase(TGetDatabaseReq req, org.apache.thrift.async.AsyncMethodCallback<TShowDatabaseResp> resultHandler)TShowDatabaseRespIConfigNodeRPCService.Client. showDatabase(TGetDatabaseReq req)TShowDatabaseRespIConfigNodeRPCService.Iface. showDatabase(TGetDatabaseReq req)Show cluster Databases' informationConstructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetDatabaseReq Constructor Description countMatchedDatabases_args(TGetDatabaseReq req)countMatchedDatabases_call(TGetDatabaseReq req, org.apache.thrift.async.AsyncMethodCallback<TCountDatabaseResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)getMatchedDatabaseSchemas_args(TGetDatabaseReq req)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)showDatabase_args(TGetDatabaseReq req)showDatabase_call(TGetDatabaseReq req, org.apache.thrift.async.AsyncMethodCallback<TShowDatabaseResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TGetDatabaseReq(TGetDatabaseReq other)Performs a deep copy on other.
-