Constructor and Description |
---|
ScanValve()
Public ctor.
|
Modifier and Type | Method and Description |
---|---|
Dosage |
fetch(Credentials credentials,
String table,
Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions,
Collection<String> keys)
Fetch the first dosage.
|
ScanValve |
withAttributeToGet(String... names)
With these extra attributes to pre-fetch.
|
ScanValve |
withAttributeToGet(String name)
With this extra attribute to pre-fetch.
|
ScanValve |
withLimit(int lmt)
With given limit.
|
public Dosage fetch(Credentials credentials, String table, Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions, Collection<String> keys)
public ScanValve withLimit(int lmt)
lmt
- Limit to usepublic ScanValve withAttributeToGet(@NotNull(message="attribute name can\'t be NULL") String name)
name
- Name of attribute to pre-loadCopyright © 2012–2014 jcabi.com. All rights reserved.