类的使用
com.baidu.mochow.exception.MochowClientException
使用MochowClientException的程序包
程序包
说明
-
com.baidu.mochow.client中MochowClientException的使用
修饰符和类型方法说明voidMochowClient.addField(AddFieldRequest request) voidMochowClient.aliasTable(AliasTableRequest request) MochowClient.batchSearch(BatchSearchRequest request) MochowClient.bm25Search(String databaseName, String tableName, BM25SearchRequestInterface request) voidMochowClient.createDatabase(String databaseName) voidMochowClient.createIndex(CreateIndexRequest request) voidMochowClient.createTable(CreateTableRequest request) voidMochowClient.delete(DeleteRequest request) MochowClient.describeIndex(String databaseName, String tableName, String indexName) MochowClient.describeTable(String databaseName, String tableName) voidMochowClient.dropDatabase(String databaseName) voidvoidbooleanMochowClient.hasDatabase(String databaseName) booleanMochowClient.hybridSearch(String databaseName, String tableName, HybridSearchRequestInterface request) MochowClient.insert(InsertRequest request) MochowClient.listDatabase()voidMochowClient.modifyIndex(ModifyIndexRequest request) voidMochowClient.modifyTable(ModifyTableRequest request) MochowClient.query(QueryRequest request) voidMochowClient.rebuildIndex(String databaseName, String tableName, String indexName) MochowClient.search(SearchRequest request) MochowClient.select(SelectRequest request) MochowClient.showTableStats(String databaseName, String tableName) voidMochowClient.unaliasTable(UnaliasTableRequest request) voidMochowClient.update(UpdateRequest request) MochowClient.upsert(UpsertRequest request) MochowClient.vectorSearch(String databaseName, String tableName, VectorSearchRequestInterface request) -
com.baidu.mochow.examples中MochowClientException的使用
修饰符和类型方法说明voidMochowExample.batchSearch()voidMochowExample.binaryVectorUsageExample()voidMochowExample.bm25Search()voidMochowExample.changeTableSchema()voidMochowExample.clearEnv()voidMochowExample.createDatabaseAndTable()voidMochowExample.deleteAndDrop()voidMochowExample.deleteData()voidMochowExample.hybridSearch()voidMochowExample.multiVectorSearch()voidMochowExample.queryData()voidMochowExample.rangeSearch()voidMochowExample.searchData()voidMochowExample.searchIteratorExample()voidMochowExample.selectData()voidMochowExample.showTableStats()voidMochowExample.sparseVectorUsageExample()voidMochowExample.topkSearch()voidMochowExample.updateData()voidMochowExample.upsertData() -
com.baidu.mochow.exception中MochowClientException的使用
修饰符和类型类说明classExtension of MochowClientException that represents an error response returned by a Mochow service. -
com.baidu.mochow.http中MochowClientException的使用
修饰符和类型方法说明longDefaultRetryPolicy.getDelayBeforeNextRetryInMillis(MochowClientException exception, int retriesAttempted) Returns the delay (in milliseconds) before next retry attempt.protected longHttpClient.getDelayBeforeNextRetryInMillis(org.apache.http.client.methods.HttpRequestBase method, MochowClientException exception, int attempt, RetryPolicy retryPolicy) Get delay time before next retry.longRetryPolicy.getDelayBeforeNextRetryInMillis(MochowClientException exception, int retriesAttempted) Returns the delay (in milliseconds) before next retry attempt.protected booleanDefaultRetryPolicy.shouldRetry(MochowClientException exception, int retriesAttempted) Returns whether a failed request should be retried according to the given request context. -
com.baidu.mochow.model中MochowClientException的使用