Constructor and Description |
---|
MapReduce.Response(Map<Integer,com.fasterxml.jackson.databind.node.ArrayNode> results) |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.node.ArrayNode |
getResultForPhase(int i) |
com.fasterxml.jackson.databind.node.ArrayNode |
getResultsFromAllPhases() |
<T> Collection<T> |
getResultsFromAllPhases(Class<T> resultType) |
boolean |
hasResultForPhase(int i) |
public boolean hasResultForPhase(int i)
public com.fasterxml.jackson.databind.node.ArrayNode getResultForPhase(int i)
public com.fasterxml.jackson.databind.node.ArrayNode getResultsFromAllPhases()
public <T> Collection<T> getResultsFromAllPhases(Class<T> resultType)
Copyright © 2014. All rights reserved.