Uses of Interface
com.jcabi.dynamo.Frame
-
Packages that use Frame Package Description com.jcabi.dynamo Amazon Dynamo DB Object Layer.com.jcabi.dynamo.retry Retry all AWS operations a few times. -
-
Uses of Frame in com.jcabi.dynamo
Methods in com.jcabi.dynamo that return Frame Modifier and Type Method 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(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.Frame
Frame. where(Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions)
Refine using these conditions. -
Uses of Frame in com.jcabi.dynamo.retry
Classes in com.jcabi.dynamo.retry that implement Frame Modifier and Type Class Description class
ReFrame
Frame that retries on failure.Methods in com.jcabi.dynamo.retry that return Frame Modifier and Type Method Description Frame
ReTable. frame()
Frame
ReFrame. through(Valve valve)
Frame
ReFrame. where(String name, com.amazonaws.services.dynamodbv2.model.Condition condition)
Frame
ReFrame. where(String name, String value)
Frame
ReFrame. where(Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions)
Constructors in com.jcabi.dynamo.retry with parameters of type Frame Constructor Description ReFrame(Frame frame)
Public ctor.
-