Uses of Class
com.jcabi.dynamo.QueryValve
-
Packages that use QueryValve Package Description com.jcabi.dynamo Amazon Dynamo DB Object Layer. -
-
Uses of QueryValve in com.jcabi.dynamo
Methods in com.jcabi.dynamo that return QueryValve Modifier and Type Method Description QueryValve
QueryValve. withAttributesToGet(String... names)
With these extra attributes to pre-fetch.QueryValve
QueryValve. withAttributeToGet(String name)
With this extra attribute to pre-fetch.QueryValve
QueryValve. withConsistentRead(boolean cnst)
With consistent read.QueryValve
QueryValve. withIndexName(String idx)
With index name.QueryValve
QueryValve. withLimit(int lmt)
With given limit.QueryValve
QueryValve. withScanIndexForward(boolean fwd)
With scan index forward flag.QueryValve
QueryValve. withSelect(com.amazonaws.services.dynamodbv2.model.Select slct)
With attributes to select.
-