Skip navigation links
A C D E F G H I K M N O P Q R S T U 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
 
adjust() - Method in class com.jcabi.dynamo.Throughput
Adjusts throughput on the table.
asKeys() - Method in class com.jcabi.dynamo.Attributes
Convert them to a map of expected values.
Assumed() - Constructor for class com.jcabi.dynamo.Credentials.Assumed
Public ctor.
Assumed(String) - Constructor for class com.jcabi.dynamo.Credentials.Assumed
Public ctor.
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.
AttributeUpdates - Class in com.jcabi.dynamo
DynamoDB item attribute updates.
AttributeUpdates() - Constructor for class com.jcabi.dynamo.AttributeUpdates
Private ctor.
AttributeUpdates(Map<String, AttributeValueUpdate>) - Constructor for class com.jcabi.dynamo.AttributeUpdates
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.AttributeUpdates
 
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.AttributeUpdates
 
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.AttributeUpdates
 
containsValue(Object) - Method in class com.jcabi.dynamo.Conditions
 
count(Credentials, String, Map<String, Condition>) - Method in class com.jcabi.dynamo.QueryValve
 
count(Credentials, String, Map<String, Condition>) - Method in class com.jcabi.dynamo.retry.ReValve
 
count(Credentials, String, Map<String, Condition>) - Method in class com.jcabi.dynamo.ScanValve
 
count(Credentials, String, Map<String, Condition>) - Method in interface com.jcabi.dynamo.Valve
Count items.
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.Direct - Class in com.jcabi.dynamo
With explicitly specified endpoint.
Credentials.Simple - Class in com.jcabi.dynamo
Simple implementation.

D

delete(String, Attributes) - Method in class com.jcabi.dynamo.mock.H2Data
 
delete(String, Attributes) - Method in interface com.jcabi.dynamo.mock.MkData
Delete attributes from the given table.
delete(Map<String, AttributeValue>) - Method in class com.jcabi.dynamo.retry.ReTable
 
delete(Map<String, AttributeValue>) - Method in interface com.jcabi.dynamo.Table
Delete item from aws table.
Direct(Credentials, String) - Constructor for class com.jcabi.dynamo.Credentials.Direct
Public ctor.
Direct(Credentials, int) - Constructor for class com.jcabi.dynamo.Credentials.Direct
Public ctor.
Dosage - Interface in com.jcabi.dynamo
Dosage of items retrieved from table.
Dosage.Empty - Class in com.jcabi.dynamo
Always empty.
drop() - Method in class com.jcabi.dynamo.mock.MadeTable
Drop table.

E

Empty() - Constructor for class com.jcabi.dynamo.Dosage.Empty
 
entrySet() - Method in class com.jcabi.dynamo.Attributes
 
entrySet() - Method in class com.jcabi.dynamo.AttributeUpdates
 
entrySet() - Method in class com.jcabi.dynamo.Conditions
 
equalTo(Long) - Static method in class com.jcabi.dynamo.Conditions
Equal to static condition builder (factory method).
equalTo(Integer) - Static method in class com.jcabi.dynamo.Conditions
Equal to static condition builder (factory method).
equalTo(Object) - Static method in class com.jcabi.dynamo.Conditions
Equal to static condition builder (factory method).
equalTo(AttributeValue) - 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(Credentials, String, Map<String, Condition>, Collection<String>) - Method in class com.jcabi.dynamo.retry.ReValve
 
fetch(Credentials, String, Map<String, Condition>, Collection<String>) - Method in class com.jcabi.dynamo.ScanValve
 
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.AttributeUpdates
 
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 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
 
hasNext() - Method in class com.jcabi.dynamo.retry.ReIterator
 

I

isEmpty() - Method in class com.jcabi.dynamo.Attributes
 
isEmpty() - Method in class com.jcabi.dynamo.AttributeUpdates
 
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

keys(String) - Method in class com.jcabi.dynamo.mock.H2Data
 
keys(String) - Method in interface com.jcabi.dynamo.mock.MkData
Get keys for the given table.
keySet() - Method in class com.jcabi.dynamo.Attributes
 
keySet() - Method in class com.jcabi.dynamo.AttributeUpdates
 
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
 
next() - Method in class com.jcabi.dynamo.retry.ReIterator
 

O

only(Iterable<String>) - Method in class com.jcabi.dynamo.Attributes
Filter out all keys except provided ones.

P

Prefixed(Region, String) - Constructor for class com.jcabi.dynamo.Region.Prefixed
Public ctor.
put(String, AttributeValue) - Method in class com.jcabi.dynamo.Attributes
 
put(String, AttributeValueUpdate) - Method in class com.jcabi.dynamo.AttributeUpdates
 
put(String, Condition) - Method in class com.jcabi.dynamo.Conditions
 
put(String, AttributeValueUpdate) - 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, AttributeValueUpdate>) - 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 AttributeValueUpdate>) - Method in class com.jcabi.dynamo.AttributeUpdates
 
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.Simple - Class in com.jcabi.dynamo
Simple region, basic implementation.
ReIterator<T> - Class in com.jcabi.dynamo.retry
Frame that retries on failure.
ReIterator(Iterator<T>) - Constructor for class com.jcabi.dynamo.retry.ReIterator
Public ctor.
remove(Object) - Method in class com.jcabi.dynamo.Attributes
 
remove(Object) - Method in class com.jcabi.dynamo.AttributeUpdates
 
remove(Object) - Method in class com.jcabi.dynamo.Conditions
 
remove(Object) - Method in class com.jcabi.dynamo.retry.ReFrame
 
remove() - Method in class com.jcabi.dynamo.retry.ReIterator
 
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.
Simple(String, String) - Constructor for class com.jcabi.dynamo.Credentials.Simple
Public ctor, with "us-east-1" region.
Simple(String, String, String) - Constructor for class com.jcabi.dynamo.Credentials.Simple
Public ctor.
Simple(Credentials) - Constructor for class com.jcabi.dynamo.Region.Simple
Public ctor.
size() - Method in class com.jcabi.dynamo.Attributes
 
size() - Method in class com.jcabi.dynamo.AttributeUpdates
 
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
 
Throughput - Class in com.jcabi.dynamo
Throughput of a table.
Throughput(Table) - Constructor for class com.jcabi.dynamo.Throughput
Public ctor.
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.AttributeUpdates
 
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
 

U

update(String, Attributes, AttributeUpdates) - Method in class com.jcabi.dynamo.mock.H2Data
 
update(String, Attributes, AttributeUpdates) - Method in interface com.jcabi.dynamo.mock.MkData
Add new attribute into the given table.

V

values() - Method in class com.jcabi.dynamo.Attributes
 
values() - Method in class com.jcabi.dynamo.AttributeUpdates
 
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, Long) - Method in class com.jcabi.dynamo.Attributes
With this attribute.
with(String, Integer) - Method in class com.jcabi.dynamo.Attributes
With this attribute.
with(String, Object) - Method in class com.jcabi.dynamo.Attributes
With this attribute.
with(String, AttributeValueUpdate) - Method in class com.jcabi.dynamo.AttributeUpdates
With this attribute.
with(String, AttributeValue) - Method in class com.jcabi.dynamo.AttributeUpdates
With this attribute.
with(String, Object) - Method in class com.jcabi.dynamo.AttributeUpdates
With this attribute.
with(Map<String, AttributeValueUpdate>) - Method in class com.jcabi.dynamo.AttributeUpdates
With these AttributeUpdates.
with(String, Condition) - Method in class com.jcabi.dynamo.Conditions
With this condition.
with(String, Object) - 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.
withAttributes(Map<String, AttributeValue>) - Method in class com.jcabi.dynamo.Conditions
With these conditions.
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.
withConsistentRead(boolean) - Method in class com.jcabi.dynamo.QueryValve
With consistent read.
withIndexName(String) - Method in class com.jcabi.dynamo.QueryValve
With index name.
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.
withSelect(Select) - Method in class com.jcabi.dynamo.QueryValve
With attributes to select.
A C D E F G H I K M N O P Q R S T U V W 
Skip navigation links

Copyright © 2012–2018 jcabi.com. All rights reserved.