public static final class ExponentialBackoff.GetItem extends ExponentialBackoff<GetItemRequest,GetItemResult>
ExponentialBackoff.DeleteItem, ExponentialBackoff.GetItem, ExponentialBackoff.Query, ExponentialBackoff.Scan, ExponentialBackoff.UpdateItemdelegate, DELETE_ITEM_RETRIES, GET_ITEM_RETRIES, QUERY_RETRIES, request, result, RETRIES, SCAN_RETRIES, UPDATE_ITEM_RETRIES| Constructor and Description |
|---|
ExponentialBackoff.GetItem(GetItemRequest request,
DynamoDBDelegate delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected GetItemResult |
call() |
protected java.lang.String |
getTableName() |
runWithBackoffpublic ExponentialBackoff.GetItem(GetItemRequest request, DynamoDBDelegate delegate)
protected GetItemResult call() throws com.thinkaurelius.titan.diskstorage.BackendException
call in class ExponentialBackoff<GetItemRequest,GetItemResult>com.thinkaurelius.titan.diskstorage.BackendExceptionprotected java.lang.String getTableName()
getTableName in class ExponentialBackoff<GetItemRequest,GetItemResult>