| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Table |
Frame.table()
Get back to the table this frame came from.
|
Table |
Region.table(String name)
Get one table.
|
Table |
Region.Simple.table(String name) |
Table |
Region.Prefixed.table(String name) |
| Constructor and Description |
|---|
Throughput(Table tbl)
Public ctor.
|
| Modifier and Type | Method and Description |
|---|---|
Table |
MkRegion.table(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReTable
Table that retries on failure.
|
| Modifier and Type | Method and Description |
|---|---|
Table |
ReFrame.table() |
Table |
ReRegion.table(String name) |
| Constructor and Description |
|---|
ReTable(Table table)
Public ctor.
|
Copyright © 2012–2018 jcabi.com. All rights reserved.