protected class OperationAggregator.AggregationEntry extends java.lang.Object implements AggregationSet<T,K,R>
Constructor and Description |
---|
AggregationEntry(K key) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<OperationAggregator.ValueEntry> |
getEntries() |
K |
getKey() |
java.util.List<T> |
getValues() |
void |
setErrorResult(R value)
Sets the single result (usually representing an error) on each entry.
|
void |
setResults(java.util.List<R> values) |
public AggregationEntry(K key)
protected java.util.List<OperationAggregator.ValueEntry> getEntries()
public java.util.List<T> getValues()
getValues
in interface AggregationSet<T,K,R>
public void setResults(java.util.List<R> values)
setResults
in interface AggregationSet<T,K,R>
public void setErrorResult(R value)
setErrorResult
in interface AggregationSet<T,K,R>