Uses of Interface
com.jcabi.dynamo.Valve
-
Packages that use Valve Package Description com.jcabi.dynamo Amazon Dynamo DB Object Layer.com.jcabi.dynamo.retry Retry all AWS operations a few times. -
-
Uses of Valve in com.jcabi.dynamo
Classes in com.jcabi.dynamo that implement Valve Modifier and Type Class Description class
QueryValve
Query-based valve.class
ScanValve
Scan-based valve.Methods in com.jcabi.dynamo with parameters of type Valve Modifier and Type Method Description Frame
Frame. through(Valve valve)
Change valve for items fetching. -
Uses of Valve in com.jcabi.dynamo.retry
Classes in com.jcabi.dynamo.retry that implement Valve Modifier and Type Class Description class
ReValve
Valve that retries on failure.Methods in com.jcabi.dynamo.retry with parameters of type Valve Modifier and Type Method Description Frame
ReFrame. through(Valve valve)
Constructors in com.jcabi.dynamo.retry with parameters of type Valve Constructor Description ReValve(Valve valve)
Public ctor.
-