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 classDosage.EmptyAlways empty.Methods in com.jcabi.dynamo that return Dosage Modifier and Type Method Description DosageQueryValve. fetch(Credentials credentials, String table, Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions, Collection<String> keys)DosageScanValve. fetch(Credentials credentials, String table, Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions, Collection<String> keys)DosageValve. fetch(Credentials credentials, String table, Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions, Collection<String> keys)Fetch the first dosage.DosageDosage.Empty. next()DosageDosage. 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 classReDosageDosage that retries on failure.Methods in com.jcabi.dynamo.retry that return Dosage Modifier and Type Method Description DosageReValve. fetch(Credentials credentials, String table, Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions, Collection<String> keys)DosageReDosage. next()Constructors in com.jcabi.dynamo.retry with parameters of type Dosage Constructor Description ReDosage(Dosage dosage)Public ctor.
-