@Immutable @Loggable(value=1) public final class ReFrame extends Object implements Frame
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
add(Item item)  | 
boolean | 
addAll(Collection<? extends Item> list)  | 
void | 
clear()  | 
boolean | 
contains(Object obj)  | 
boolean | 
containsAll(Collection<?> list)  | 
boolean | 
isEmpty()  | 
Iterator<Item> | 
iterator()  | 
boolean | 
remove(Object obj)  | 
boolean | 
removeAll(Collection<?> list)  | 
boolean | 
retainAll(Collection<?> list)  | 
int | 
size()  | 
Table | 
table()
Get back to the table this frame came from. 
 | 
Frame | 
through(Valve valve)
Change valve for items fetching. 
 | 
Object[] | 
toArray()  | 
<T> T[] | 
toArray(T[] arr)  | 
Frame | 
where(Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions)
Refine using these conditions. 
 | 
Frame | 
where(String name,
     com.amazonaws.services.dynamodbv2.model.Condition condition)
Refine using this condition. 
 | 
Frame | 
where(String name,
     String value)
Refine using this EQ condition argument. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCodepublic ReFrame(Frame frame)
frame - Origin framepublic Frame where(String name, String value)
Framepublic Frame where(String name, com.amazonaws.services.dynamodbv2.model.Condition condition)
FrameIt is recommended to use a utility static method
 Conditions.equalTo(Object), when condition is simply an
 equation to a plain string value.
public Frame where(Map<String,com.amazonaws.services.dynamodbv2.model.Condition> conditions)
FrameIt is recommended to use Conditions supplementary class
 instead of a raw Map.
where in interface Frameconditions - The conditionsConditionspublic Table table()
Framepublic Frame through(Valve valve)
Frame@RetryOnFailure(verbose=false, delay=5L, unit=SECONDS) public int size()
size in interface Collection<Item>@RetryOnFailure(verbose=false, delay=5L, unit=SECONDS) public boolean isEmpty()
isEmpty in interface Collection<Item>@RetryOnFailure(verbose=false) public boolean contains(Object obj)
contains in interface Collection<Item>@RetryOnFailure(verbose=false, delay=5L, unit=SECONDS) public Object[] toArray()
toArray in interface Collection<Item>@RetryOnFailure(verbose=false, delay=5L, unit=SECONDS) public <T> T[] toArray(T[] arr)
toArray in interface Collection<Item>@RetryOnFailure(verbose=false, delay=5L, unit=SECONDS) public boolean add(Item item)
add in interface Collection<Item>@RetryOnFailure(verbose=false, delay=5L, unit=SECONDS) public boolean remove(Object obj)
remove in interface Collection<Item>@RetryOnFailure(verbose=false, delay=5L, unit=SECONDS) public boolean containsAll(Collection<?> list)
containsAll in interface Collection<Item>@RetryOnFailure(verbose=false, delay=5L, unit=SECONDS) public boolean addAll(Collection<? extends Item> list)
addAll in interface Collection<Item>@RetryOnFailure(verbose=false, delay=5L, unit=SECONDS) public boolean removeAll(Collection<?> list)
removeAll in interface Collection<Item>@RetryOnFailure(verbose=false, delay=5L, unit=SECONDS) public boolean retainAll(Collection<?> list)
retainAll in interface Collection<Item>@RetryOnFailure(verbose=false) public void clear()
clear in interface Collection<Item>Copyright © 2012–2014 jcabi.com. All rights reserved.