public class DynamoDBResult<K,T extends org.apache.gora.persistency.Persistent>
extends org.apache.gora.query.ws.impl.ResultWSBase<K,T>
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG
Helper to write useful information into the logs
|
| Constructor and Description |
|---|
DynamoDBResult(org.apache.gora.store.DataStore<K,T> dataStore,
org.apache.gora.query.Query<K,T> query,
List<T> objList)
Constructor for the result set
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
float |
getProgress()
Gets the items reading progress
|
protected boolean |
nextInner()
Gets the next item
|
void |
setResultSet(List<T> objList)
Sets the resulting objects within the class
|
public static final org.slf4j.Logger LOG
public void setResultSet(List<T> objList)
objList - public float getProgress()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionprotected boolean nextInner()
throws Exception
public void close()
throws IOException
IOExceptionCopyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.