org.apache.shindig.gadgets.preload
Class PipelineExecutor.Results

java.lang.Object
  extended by org.apache.shindig.gadgets.preload.PipelineExecutor.Results
Enclosing class:
PipelineExecutor

public static class PipelineExecutor.Results
extends Object

Results from a full pipeline execution.


Field Summary
 Map<String,? extends Object> keyedResults
          Results in the form of a Map from id to a JSON-serializable object.
 Collection<PipelinedData> remainingPipelines
          A collection of the pipelines that could not be fully evaluated.
 Collection<? extends Object> results
          Results in the form of a full JSON-RPC batch response.
 
Constructor Summary
PipelineExecutor.Results(Collection<PipelinedData> remainingPipelines, Collection<? extends Object> results, Map<String,? extends Object> keyedResults)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

PipelineExecutor.Results

public PipelineExecutor.Results(Collection<PipelinedData> remainingPipelines,
                                Collection<? extends Object> results,
                                Map<String,? extends Object> keyedResults)


Copyright © 2007-2012. All Rights Reserved.