Package | Description |
---|---|
com.jcabi.dynamo |
Amazon Dynamo DB Object Layer.
|
com.jcabi.dynamo.retry |
Retry all AWS operations a few times.
|
Modifier and Type | Class and Description |
---|---|
static class |
Dosage.Empty
Always empty.
|
Modifier and Type | Method and Description |
---|---|
Dosage |
QueryValve.fetch(Credentials credentials,
String table,
Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions,
Collection<String> keys) |
Dosage |
ScanValve.fetch(Credentials credentials,
String table,
Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions,
Collection<String> keys) |
Dosage |
Valve.fetch(Credentials credentials,
String table,
Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions,
Collection<String> keys)
Fetch the first dosage.
|
Dosage |
Dosage.next()
Fetch next dosage.
|
Dosage |
Dosage.Empty.next() |
Modifier and Type | Class and Description |
---|---|
class |
ReDosage
Dosage that retries on failure.
|
Modifier and Type | Method and Description |
---|---|
Dosage |
ReValve.fetch(Credentials credentials,
String table,
Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions,
Collection<String> keys) |
Dosage |
ReDosage.next() |
Constructor and Description |
---|
ReDosage(Dosage dosage)
Public ctor.
|
Copyright © 2012–2016 jcabi.com. All rights reserved.