Package | Description |
---|---|
com.jcabi.dynamo |
Amazon Dynamo DB Object Layer.
|
com.jcabi.dynamo.mock |
Amazon Dynamo DB Object Layer, mock version.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
Attributes.only(Collection<String> keys)
Filter out all keys except provided ones.
|
Attributes |
Attributes.with(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> map)
With these attributes.
|
Attributes |
Attributes.with(String name,
com.amazonaws.services.dynamodbv2.model.AttributeValue value)
With this attribute.
|
Attributes |
Attributes.with(String name,
Object value)
With this attribute.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Attributes> |
H2Data.iterate(String table,
Conditions conds) |
Iterable<Attributes> |
MkData.iterate(String table,
Conditions conds)
Iterate everything for the given table.
|
Modifier and Type | Method and Description |
---|---|
void |
H2Data.put(String table,
Attributes attrs) |
void |
MkData.put(String table,
Attributes attrs)
Add new attribute into the given table.
|
Copyright © 2012–2014 jcabi.com. All rights reserved.