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 classQueryValveQuery-based valve.classScanValveScan-based valve.Methods in com.jcabi.dynamo with parameters of type Valve Modifier and Type Method Description FrameFrame. 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 classReValveValve that retries on failure.Methods in com.jcabi.dynamo.retry with parameters of type Valve Modifier and Type Method Description FrameReFrame. through(Valve valve)Constructors in com.jcabi.dynamo.retry with parameters of type Valve Constructor Description ReValve(Valve valve)Public ctor.
-