| Package | Description |
|---|---|
| com.baidubce | |
| com.baidubce.http | |
| com.baidubce.services.moladb |
| Modifier and Type | Class and Description |
|---|---|
class |
BceServiceException
Extension of BceClientException that represents an error response returned by a BCE service.
|
| Modifier and Type | Method and Description |
|---|---|
long |
RetryPolicy.getDelayBeforeNextRetryInMillis(BceClientException exception,
int retriesAttempted)
Returns the delay (in milliseconds) before next retry attempt.
|
long |
DefaultRetryPolicy.getDelayBeforeNextRetryInMillis(BceClientException exception,
int retriesAttempted)
Returns the delay (in milliseconds) before next retry attempt.
|
protected long |
BceHttpClient.getDelayBeforeNextRetryInMillis(org.apache.http.client.methods.HttpRequestBase method,
BceClientException exception,
int attempt,
RetryPolicy retryPolicy)
Get delay time before next retry.
|
protected boolean |
DefaultRetryPolicy.shouldRetry(BceClientException exception,
int retriesAttempted)
Returns whether a failed request should be retried according to the given request context.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetItemResponse |
MolaDbClient.batchGetItem(BatchGetItemRequest request)
The BatchGetItem operation get items with the given primary keys from Moladb.
|
BatchWriteItemResponse |
MolaDbClient.batchWriteItem(BatchWriteItemRequest request)
The BatchWriteItem operation write items with to Moladb.
|
DeleteItemResponse |
MolaDbClient.deleteItem(DeleteItemRequest request)
The DeleteItem operation delete the item
with the given primary key.
|
GetItemResponse |
MolaDbClient.getItem(GetItemRequest request)
The GetItem operation returns a set of attributes for the item
with the given primary key.
|
QueryResponse |
MolaDbClient.query(QueryRequest request)
The Query operation get items from Moladb with Hash Key and an interval of Range Key
|
UpdateItemResponse |
MolaDbClient.updateItem(UpdateItemRequest request)
The UpdateItem operation update the item
with the given primary key.
|
Copyright © 2016. All rights reserved.