org.apache.shindig.gadgets.preload
Class PipelineExecutor
java.lang.Object
org.apache.shindig.gadgets.preload.PipelineExecutor
public class PipelineExecutor
- extends Object
Runs data pipelining, chaining dependencies among batches as needed.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PipelineExecutor
@Inject
public PipelineExecutor(PipelinedDataPreloader preloader,
PreloaderService preloaderService,
Expressions expressions)
execute
public PipelineExecutor.Results execute(GadgetContext context,
Collection<PipelinedData> pipelines)
- Executes a pipeline, or set of pipelines.
- Parameters:
context - the gadget context for the state in which the pipelines executepipelines - a collection of pipelines
- Returns:
- results from the pipeline, or null if there are no results
Copyright © 2007-2012. All Rights Reserved.