JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
F
G
H
I
K
M
N
O
P
Q
R
S
T
V
W
A
add(Item)
- Method in class com.jcabi.dynamo.retry.
ReFrame
addAll(Collection<? extends Item>)
- Method in class com.jcabi.dynamo.retry.
ReFrame
asKeys()
- Method in class com.jcabi.dynamo.
Attributes
Convert them to a map of expected values.
Attributes
- Class in
com.jcabi.dynamo
DynamoDB item attributes.
Attributes()
- Constructor for class com.jcabi.dynamo.
Attributes
Private ctor.
Attributes(Map<String, AttributeValue>)
- Constructor for class com.jcabi.dynamo.
Attributes
Private ctor.
aws()
- Method in class com.jcabi.dynamo.
Credentials.Assumed
aws()
- Method in interface com.jcabi.dynamo.
Credentials
Build AWS client.
aws()
- Method in class com.jcabi.dynamo.
Credentials.Direct
aws()
- Method in class com.jcabi.dynamo.
Credentials.Simple
aws()
- Method in class com.jcabi.dynamo.mock.
MkRegion
aws()
- Method in interface com.jcabi.dynamo.
Region
Get DynamoDB client.
aws()
- Method in class com.jcabi.dynamo.
Region.Prefixed
aws()
- Method in class com.jcabi.dynamo.
Region.Simple
aws()
- Method in class com.jcabi.dynamo.retry.
ReRegion
C
clear()
- Method in class com.jcabi.dynamo.
Attributes
clear()
- Method in class com.jcabi.dynamo.
Conditions
clear()
- Method in class com.jcabi.dynamo.retry.
ReFrame
com.jcabi.dynamo
- package com.jcabi.dynamo
Amazon Dynamo DB Object Layer.
com.jcabi.dynamo.mock
- package com.jcabi.dynamo.mock
Amazon Dynamo DB Object Layer, mock version.
com.jcabi.dynamo.retry
- package com.jcabi.dynamo.retry
Retry all AWS operations a few times.
Conditions
- Class in
com.jcabi.dynamo
DynamoDB query conditions.
Conditions()
- Constructor for class com.jcabi.dynamo.
Conditions
Public ctor.
Conditions(Map<String, Condition>)
- Constructor for class com.jcabi.dynamo.
Conditions
Public ctor.
contains(Object)
- Method in class com.jcabi.dynamo.retry.
ReFrame
containsAll(Collection<?>)
- Method in class com.jcabi.dynamo.retry.
ReFrame
containsKey(Object)
- Method in class com.jcabi.dynamo.
Attributes
containsKey(Object)
- Method in class com.jcabi.dynamo.
Conditions
containsValue(Object)
- Method in class com.jcabi.dynamo.
Attributes
containsValue(Object)
- Method in class com.jcabi.dynamo.
Conditions
create()
- Method in class com.jcabi.dynamo.mock.
MadeTable
Create table.
createIfAbsent()
- Method in class com.jcabi.dynamo.mock.
MadeTable
Create table if it's absent.
Credentials
- Interface in
com.jcabi.dynamo
Amazon DynamoDB credentials.
Credentials.Assumed
- Class in
com.jcabi.dynamo
Assumed AWS IAM role.
Credentials.Assumed()
- Constructor for class com.jcabi.dynamo.
Credentials.Assumed
Public ctor.
Credentials.Assumed(String)
- Constructor for class com.jcabi.dynamo.
Credentials.Assumed
Public ctor.
Credentials.Direct
- Class in
com.jcabi.dynamo
With explicitly specified endpoint.
Credentials.Direct(Credentials, String)
- Constructor for class com.jcabi.dynamo.
Credentials.Direct
Public ctor.
Credentials.Direct(Credentials, int)
- Constructor for class com.jcabi.dynamo.
Credentials.Direct
Public ctor.
Credentials.Simple
- Class in
com.jcabi.dynamo
Simple implementation.
Credentials.Simple(String, String)
- Constructor for class com.jcabi.dynamo.
Credentials.Simple
Public ctor, with "us-east-1" region.
Credentials.Simple(String, String, String)
- Constructor for class com.jcabi.dynamo.
Credentials.Simple
Public ctor.
D
Dosage
- Interface in
com.jcabi.dynamo
Dosage of items retrieved from table.
Dosage.Empty
- Class in
com.jcabi.dynamo
Always empty.
Dosage.Empty()
- Constructor for class com.jcabi.dynamo.
Dosage.Empty
drop()
- Method in class com.jcabi.dynamo.mock.
MadeTable
Drop table.
E
entrySet()
- Method in class com.jcabi.dynamo.
Attributes
entrySet()
- Method in class com.jcabi.dynamo.
Conditions
equalTo(Object)
- Static method in class com.jcabi.dynamo.
Conditions
Equal to static condition builder (factory method).
exists()
- Method in class com.jcabi.dynamo.mock.
MadeTable
The table exists?
F
fetch(Credentials, String, Map<String, Condition>, Collection<String>)
- Method in class com.jcabi.dynamo.
QueryValve
Fetch the first dosage.
fetch(Credentials, String, Map<String, Condition>, Collection<String>)
- Method in class com.jcabi.dynamo.retry.
ReValve
Fetch the first dosage.
fetch(Credentials, String, Map<String, Condition>, Collection<String>)
- Method in class com.jcabi.dynamo.
ScanValve
Fetch the first dosage.
fetch(Credentials, String, Map<String, Condition>, Collection<String>)
- Method in interface com.jcabi.dynamo.
Valve
Fetch the first dosage.
Frame
- Interface in
com.jcabi.dynamo
DynamoDB frame (subset of a table).
frame()
- Method in interface com.jcabi.dynamo.
Item
Get back to the frame it is from.
frame()
- Method in class com.jcabi.dynamo.retry.
ReTable
frame()
- Method in interface com.jcabi.dynamo.
Table
Make a new frame, in order to retrieve items.
G
get(Object)
- Method in class com.jcabi.dynamo.
Attributes
get(Object)
- Method in class com.jcabi.dynamo.
Conditions
get(String)
- Method in interface com.jcabi.dynamo.
Item
Get one attribute, fetching directly from AWS (runtime exception if the attribute is absent, use
Item.has(String)
first).
H
H2Data
- Class in
com.jcabi.dynamo.mock
Mock data in H2 database.
H2Data()
- Constructor for class com.jcabi.dynamo.mock.
H2Data
Public ctor.
H2Data(File)
- Constructor for class com.jcabi.dynamo.mock.
H2Data
Public ctor.
has(String)
- Method in interface com.jcabi.dynamo.
Item
Does this attribute exist?
hasNext()
- Method in class com.jcabi.dynamo.
Dosage.Empty
hasNext()
- Method in interface com.jcabi.dynamo.
Dosage
Has next dosage?
hasNext()
- Method in class com.jcabi.dynamo.retry.
ReDosage
I
isEmpty()
- Method in class com.jcabi.dynamo.
Attributes
isEmpty()
- Method in class com.jcabi.dynamo.
Conditions
isEmpty()
- Method in class com.jcabi.dynamo.retry.
ReFrame
Item
- Interface in
com.jcabi.dynamo
Immutable Amazon DynamoDB item.
items()
- Method in class com.jcabi.dynamo.
Dosage.Empty
items()
- Method in interface com.jcabi.dynamo.
Dosage
Items.
items()
- Method in class com.jcabi.dynamo.retry.
ReDosage
iterate(String, Conditions)
- Method in class com.jcabi.dynamo.mock.
H2Data
iterate(String, Conditions)
- Method in interface com.jcabi.dynamo.mock.
MkData
Iterate everything for the given table.
iterator()
- Method in class com.jcabi.dynamo.retry.
ReFrame
K
keySet()
- Method in class com.jcabi.dynamo.
Attributes
keySet()
- Method in class com.jcabi.dynamo.
Conditions
M
MadeTable
- Class in
com.jcabi.dynamo.mock
A Table that can be made and dropped.
MadeTable(Region, CreateTableRequest)
- Constructor for class com.jcabi.dynamo.mock.
MadeTable
Public ctor.
MkData
- Interface in
com.jcabi.dynamo.mock
Mock data.
MkRegion
- Class in
com.jcabi.dynamo.mock
Mock version of
Region
.
MkRegion(MkData)
- Constructor for class com.jcabi.dynamo.mock.
MkRegion
Public ctor.
N
name()
- Method in class com.jcabi.dynamo.retry.
ReTable
name()
- Method in interface com.jcabi.dynamo.
Table
Get real table name.
next()
- Method in class com.jcabi.dynamo.
Dosage.Empty
next()
- Method in interface com.jcabi.dynamo.
Dosage
Fetch next dosage.
next()
- Method in class com.jcabi.dynamo.retry.
ReDosage
O
only(Collection<String>)
- Method in class com.jcabi.dynamo.
Attributes
Filter out all keys except provided ones.
P
put(String, AttributeValue)
- Method in class com.jcabi.dynamo.
Attributes
put(String, Condition)
- Method in class com.jcabi.dynamo.
Conditions
put(String, AttributeValue)
- Method in interface com.jcabi.dynamo.
Item
Change one attribute, immediately saving it to AWS (all other attributes will be set to NULL, except primary keys).
put(Map<String, AttributeValue>)
- Method in interface com.jcabi.dynamo.
Item
Change all attributes in one call.
put(String, Attributes)
- Method in class com.jcabi.dynamo.mock.
H2Data
put(String, Attributes)
- Method in interface com.jcabi.dynamo.mock.
MkData
Add new attribute into the given table.
put(Map<String, AttributeValue>)
- Method in class com.jcabi.dynamo.retry.
ReTable
put(Map<String, AttributeValue>)
- Method in interface com.jcabi.dynamo.
Table
Put new item there.
putAll(Map<? extends String, ? extends AttributeValue>)
- Method in class com.jcabi.dynamo.
Attributes
putAll(Map<? extends String, ? extends Condition>)
- Method in class com.jcabi.dynamo.
Conditions
Q
QueryValve
- Class in
com.jcabi.dynamo
Query-based valve.
QueryValve()
- Constructor for class com.jcabi.dynamo.
QueryValve
Public ctor.
R
ReDosage
- Class in
com.jcabi.dynamo.retry
Dosage that retries on failure.
ReDosage(Dosage)
- Constructor for class com.jcabi.dynamo.retry.
ReDosage
Public ctor.
ReFrame
- Class in
com.jcabi.dynamo.retry
Frame that retries on failure.
ReFrame(Frame)
- Constructor for class com.jcabi.dynamo.retry.
ReFrame
Public ctor.
Region
- Interface in
com.jcabi.dynamo
Amazon DynamoDB region.
region()
- Method in class com.jcabi.dynamo.retry.
ReTable
region()
- Method in interface com.jcabi.dynamo.
Table
Get back to the entire region.
Region.Prefixed
- Class in
com.jcabi.dynamo
All tables have a prefix in front of their names.
Region.Prefixed(Region, String)
- Constructor for class com.jcabi.dynamo.
Region.Prefixed
Public ctor.
Region.Simple
- Class in
com.jcabi.dynamo
Simple region, basic implementation.
Region.Simple(Credentials)
- Constructor for class com.jcabi.dynamo.
Region.Simple
Public ctor.
remove(Object)
- Method in class com.jcabi.dynamo.
Attributes
remove(Object)
- Method in class com.jcabi.dynamo.
Conditions
remove(Object)
- Method in class com.jcabi.dynamo.retry.
ReFrame
removeAll(Collection<?>)
- Method in class com.jcabi.dynamo.retry.
ReFrame
ReRegion
- Class in
com.jcabi.dynamo.retry
Region that retries on failure.
ReRegion(Region)
- Constructor for class com.jcabi.dynamo.retry.
ReRegion
Public ctor.
ReTable
- Class in
com.jcabi.dynamo.retry
Table that retries on failure.
ReTable(Table)
- Constructor for class com.jcabi.dynamo.retry.
ReTable
Public ctor.
retainAll(Collection<?>)
- Method in class com.jcabi.dynamo.retry.
ReFrame
ReValve
- Class in
com.jcabi.dynamo.retry
Valve that retries on failure.
ReValve(Valve)
- Constructor for class com.jcabi.dynamo.retry.
ReValve
Public ctor.
S
ScanValve
- Class in
com.jcabi.dynamo
Scan-based valve.
ScanValve()
- Constructor for class com.jcabi.dynamo.
ScanValve
Public ctor.
size()
- Method in class com.jcabi.dynamo.
Attributes
size()
- Method in class com.jcabi.dynamo.
Conditions
size()
- Method in class com.jcabi.dynamo.retry.
ReFrame
T
table()
- Method in interface com.jcabi.dynamo.
Frame
Get back to the table this frame came from.
table(String)
- Method in class com.jcabi.dynamo.mock.
MkRegion
table(String)
- Method in class com.jcabi.dynamo.
Region.Prefixed
table(String)
- Method in class com.jcabi.dynamo.
Region.Simple
table(String)
- Method in interface com.jcabi.dynamo.
Region
Get one table.
table()
- Method in class com.jcabi.dynamo.retry.
ReFrame
table(String)
- Method in class com.jcabi.dynamo.retry.
ReRegion
Table
- Interface in
com.jcabi.dynamo
Amazon DynamoDB table abstraction.
TEST
- Static variable in interface com.jcabi.dynamo.
Credentials
Test credentials, for unit testing mostly.
through(Valve)
- Method in interface com.jcabi.dynamo.
Frame
Change valve for items fetching.
through(Valve)
- Method in class com.jcabi.dynamo.retry.
ReFrame
toArray()
- Method in class com.jcabi.dynamo.retry.
ReFrame
toArray(T[])
- Method in class com.jcabi.dynamo.retry.
ReFrame
toString()
- Method in class com.jcabi.dynamo.
Attributes
toString()
- Method in class com.jcabi.dynamo.
Conditions
toString()
- Method in class com.jcabi.dynamo.
Credentials.Assumed
toString()
- Method in class com.jcabi.dynamo.
Credentials.Direct
toString()
- Method in class com.jcabi.dynamo.
Credentials.Simple
V
values()
- Method in class com.jcabi.dynamo.
Attributes
values()
- Method in class com.jcabi.dynamo.
Conditions
Valve
- Interface in
com.jcabi.dynamo
Provider of dosages of DynamoDB items.
W
where(String, String)
- Method in interface com.jcabi.dynamo.
Frame
Refine using this EQ condition argument.
where(String, Condition)
- Method in interface com.jcabi.dynamo.
Frame
Refine using this condition.
where(Map<String, Condition>)
- Method in interface com.jcabi.dynamo.
Frame
Refine using these conditions.
where(String, String)
- Method in class com.jcabi.dynamo.retry.
ReFrame
where(String, Condition)
- Method in class com.jcabi.dynamo.retry.
ReFrame
where(Map<String, Condition>)
- Method in class com.jcabi.dynamo.retry.
ReFrame
with(String, AttributeValue)
- Method in class com.jcabi.dynamo.
Attributes
With this attribute.
with(Map<String, AttributeValue>)
- Method in class com.jcabi.dynamo.
Attributes
With these attributes.
with(String, Object)
- Method in class com.jcabi.dynamo.
Attributes
With this attribute.
with(String, Condition)
- Method in class com.jcabi.dynamo.
Conditions
With this condition.
with(Map<String, Condition>)
- Method in class com.jcabi.dynamo.
Conditions
With these conditions.
with(String, String[], String[])
- Method in class com.jcabi.dynamo.mock.
H2Data
With this table, that has given primary keys.
withAttributesToGet(String...)
- Method in class com.jcabi.dynamo.
QueryValve
With these extra attributes to pre-fetch.
withAttributeToGet(String)
- Method in class com.jcabi.dynamo.
QueryValve
With this extra attribute to pre-fetch.
withAttributeToGet(String)
- Method in class com.jcabi.dynamo.
ScanValve
With this extra attribute to pre-fetch.
withAttributeToGet(String...)
- Method in class com.jcabi.dynamo.
ScanValve
With these extra attributes to pre-fetch.
withLimit(int)
- Method in class com.jcabi.dynamo.
QueryValve
With given limit.
withLimit(int)
- Method in class com.jcabi.dynamo.
ScanValve
With given limit.
withScanIndexForward(boolean)
- Method in class com.jcabi.dynamo.
QueryValve
With scan index forward flag.
A
C
D
E
F
G
H
I
K
M
N
O
P
Q
R
S
T
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2012–2014
jcabi.com
. All rights reserved.