| Modifier and Type | Class and Description |
|---|---|
class |
MapreduceResults.Stats |
| Constructor and Description |
|---|
MapreduceResults(MapReduceOutput mpo) |
| Modifier and Type | Method and Description |
|---|---|
Query<T> |
createQuery() |
MapreduceResults.Stats |
getCounts() |
long |
getElapsedMillis() |
String |
getError() |
Iterator<T> |
getInlineResults() |
MapreduceType |
getType() |
boolean |
isOk()
Deprecated.
|
Iterator<T> |
iterator() |
void |
setInlineRequiredOptions(Class<T> clazz,
Mapper mapper,
EntityCache cache) |
public MapreduceResults(MapReduceOutput mpo)
public MapreduceResults.Stats getCounts()
public long getElapsedMillis()
@Deprecated public boolean isOk()
public String getError()
public MapreduceType getType()
public void setInlineRequiredOptions(Class<T> clazz, Mapper mapper, EntityCache cache)