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 | Class and Description |
---|---|
static class |
Region.Prefixed
All tables have a prefix in front of their names.
|
static class |
Region.Simple
Simple region, basic implementation.
|
Modifier and Type | Method and Description |
---|---|
Region |
Table.region()
Get back to the entire region.
|
Constructor and Description |
---|
Region.Prefixed(Region region,
String pfx)
Public ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
MkRegion
Mock version of
Region . |
Constructor and Description |
---|
MadeTable(Region reg,
com.amazonaws.services.dynamodbv2.model.CreateTableRequest req)
Public ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
ReRegion
Region that retries on failure.
|
Modifier and Type | Method and Description |
---|---|
Region |
ReTable.region() |
Constructor and Description |
---|
ReRegion(Region region)
Public ctor.
|
Copyright © 2012–2014 jcabi.com. All rights reserved.