org.apache.shindig.gadgets.preload
Class PipelineExecutor.Results
java.lang.Object
org.apache.shindig.gadgets.preload.PipelineExecutor.Results
- Enclosing class:
- PipelineExecutor
public static class PipelineExecutor.Results
- extends Object
Results from a full pipeline execution.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
remainingPipelines
public final Collection<PipelinedData> remainingPipelines
- A collection of the pipelines that could not be fully
evaluated.
results
public final Collection<? extends Object> results
- Results in the form of a full JSON-RPC batch response.
keyedResults
public final Map<String,? extends Object> keyedResults
- Results in the form of a Map from id to a JSON-serializable object.
PipelineExecutor.Results
public PipelineExecutor.Results(Collection<PipelinedData> remainingPipelines,
Collection<? extends Object> results,
Map<String,? extends Object> keyedResults)
Copyright © 2007-2012. All Rights Reserved.