public static class PipelineExecutor.Results extends Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
PipelineExecutor.Results(Collection<PipelinedData> remainingPipelines,
Collection<? extends Object> results,
Map<String,? extends Object> keyedResults) |
public final Collection<PipelinedData> remainingPipelines
public final Collection<? extends Object> results
public PipelineExecutor.Results(Collection<PipelinedData> remainingPipelines, Collection<? extends Object> results, Map<String,? extends Object> keyedResults)
Copyright © 2007-2012. All Rights Reserved.