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 TableFrame. table()Get back to the table this frame came from.TableRegion.Prefixed. table(String name)TableRegion.Simple. table(String name)TableRegion. 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 TableMkRegion. 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 classReTableTable that retries on failure.Methods in com.jcabi.dynamo.retry that return Table Modifier and Type Method Description TableReFrame. table()TableReRegion. table(String name)Constructors in com.jcabi.dynamo.retry with parameters of type Table Constructor Description ReTable(Table table)Public ctor.
-