Package | Description |
---|---|
com.jcabi.dynamo |
Amazon Dynamo DB Object Layer.
|
com.jcabi.dynamo.retry |
Retry all AWS operations a few times.
|
Modifier and Type | Method and Description |
---|---|
Frame |
Item.frame()
Get back to the frame it is from.
|
Frame |
Table.frame()
Make a new frame, in order to retrieve items.
|
Frame |
Frame.through(Valve valve)
Change valve for items fetching.
|
Frame |
Frame.where(Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions)
Refine using these conditions.
|
Frame |
Frame.where(String name,
com.amazonaws.services.dynamodbv2.model.Condition condition)
Refine using this condition.
|
Frame |
Frame.where(String name,
String value)
Refine using this EQ condition argument.
|
Modifier and Type | Class and Description |
---|---|
class |
ReFrame
Frame that retries on failure.
|
Modifier and Type | Method and Description |
---|---|
Frame |
ReTable.frame() |
Frame |
ReFrame.through(Valve valve) |
Frame |
ReFrame.where(Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions) |
Frame |
ReFrame.where(String name,
com.amazonaws.services.dynamodbv2.model.Condition condition) |
Frame |
ReFrame.where(String name,
String value) |
Constructor and Description |
---|
ReFrame(Frame frame)
Public ctor.
|
Copyright © 2012–2014 jcabi.com. All rights reserved.