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