Uses of Interface
com.jcabi.dynamo.Dosage
-
Packages that use Dosage Package Description com.jcabi.dynamo Amazon Dynamo DB Object Layer.com.jcabi.dynamo.retry Retry all AWS operations a few times. -
-
Uses of Dosage in com.jcabi.dynamo
Classes in com.jcabi.dynamo that implement Dosage Modifier and Type Class Description static class
Dosage.Empty
Always empty.Methods in com.jcabi.dynamo that return Dosage Modifier and Type Method 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.Empty. next()
Dosage
Dosage. next()
Fetch next dosage. -
Uses of Dosage in com.jcabi.dynamo.retry
Classes in com.jcabi.dynamo.retry that implement Dosage Modifier and Type Class Description class
ReDosage
Dosage that retries on failure.Methods in com.jcabi.dynamo.retry that return Dosage Modifier and Type Method Description Dosage
ReValve. fetch(Credentials credentials, String table, Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions, Collection<String> keys)
Dosage
ReDosage. next()
Constructors in com.jcabi.dynamo.retry with parameters of type Dosage Constructor Description ReDosage(Dosage dosage)
Public ctor.
-