Uses of Interface
com.jcabi.dynamo.Table
-
Packages that use Table Package Description com.jcabi.dynamo Amazon Dynamo DB Object Layer.com.jcabi.dynamo.mock Amazon Dynamo DB Object Layer, mock version.com.jcabi.dynamo.retry Retry all AWS operations a few times. -
-
Uses of Table in com.jcabi.dynamo
Methods in com.jcabi.dynamo that return Table Modifier and Type Method Description Table
Frame. table()
Get back to the table this frame came from.Table
Region.Prefixed. table(String name)
Table
Region.Simple. table(String name)
Table
Region. table(String name)
Get one table.Constructors in com.jcabi.dynamo with parameters of type Table Constructor Description Throughput(Table tbl)
Public ctor. -
Uses of Table in com.jcabi.dynamo.mock
Methods in com.jcabi.dynamo.mock that return Table Modifier and Type Method Description Table
MkRegion. table(String name)
-
Uses of Table in com.jcabi.dynamo.retry
Classes in com.jcabi.dynamo.retry that implement Table Modifier and Type Class Description class
ReTable
Table that retries on failure.Methods in com.jcabi.dynamo.retry that return Table Modifier and Type Method Description Table
ReFrame. table()
Table
ReRegion. table(String name)
Constructors in com.jcabi.dynamo.retry with parameters of type Table Constructor Description ReTable(Table table)
Public ctor.
-