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 QueryValveQueryValve. withAttributesToGet(String... names)With these extra attributes to pre-fetch.QueryValveQueryValve. withAttributeToGet(String name)With this extra attribute to pre-fetch.QueryValveQueryValve. withConsistentRead(boolean cnst)With consistent read.QueryValveQueryValve. withIndexName(String idx)With index name.QueryValveQueryValve. withLimit(int lmt)With given limit.QueryValveQueryValve. withScanIndexForward(boolean fwd)With scan index forward flag.QueryValveQueryValve. withSelect(com.amazonaws.services.dynamodbv2.model.Select slct)With attributes to select.
-