| Package | Description |
|---|---|
| org.hobbit.core.components | |
| org.hobbit.core.components.test |
| Modifier and Type | Field | Description |
|---|---|---|
protected List<Iterator<ResultPair>> |
AbstractEvaluationStorage.resultPairIterators |
Iterators that have been started.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract Iterator<ResultPair> |
AbstractEvaluationStorage.createIterator() |
Creates a new iterator that iterates over the response pairs.
|
| Modifier and Type | Class | Description |
|---|---|---|
static class |
InMemoryEvaluationStore.ResultPairImpl |
A simple structure implementing the
ResultPair interface. |
| Modifier and Type | Field | Description |
|---|---|---|
private Map<String,ResultPair> |
InMemoryEvaluationStore.results |
Map containing a mapping from task Ids to result pairs.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected Iterator<ResultPair> |
InMemoryEvaluationStore.createIterator() |
Copyright © 2017. All rights reserved.