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 FrameItem. frame()Get back to the frame it is from.FrameTable. frame()Make a new frame, in order to retrieve items.FrameFrame. through(Valve valve)Change valve for items fetching.FrameFrame. where(String name, com.amazonaws.services.dynamodbv2.model.Condition condition)Refine using this condition.FrameFrame. where(String name, String value)Refine using this EQ condition argument.FrameFrame. 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 classReFrameFrame that retries on failure.Methods in com.jcabi.dynamo.retry that return Frame Modifier and Type Method Description FrameReTable. frame()FrameReFrame. through(Valve valve)FrameReFrame. where(String name, com.amazonaws.services.dynamodbv2.model.Condition condition)FrameReFrame. where(String name, String value)FrameReFrame. 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.
-