Class OperationAggregator.AggregationEntry
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.util.OperationAggregator.AggregationEntry
 
- 
- All Implemented Interfaces:
- AggregationSet<T,K,R>
 - Enclosing class:
- OperationAggregator<T,K,R>
 
 protected class OperationAggregator.AggregationEntry extends java.lang.Object implements AggregationSet<T,K,R> 
- 
- 
Constructor SummaryConstructors Constructor Description AggregationEntry(K key)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<OperationAggregator.ValueEntry>getEntries()KgetKey()java.util.List<T>getValues()voidsetErrorResult(R value)Sets the single result (usually representing an error) on each entry.voidsetResults(java.util.List<R> values)
 
- 
- 
- 
Constructor Detail- 
AggregationEntrypublic AggregationEntry(K key) 
 
- 
 - 
Method Detail- 
getEntriesprotected java.util.List<OperationAggregator.ValueEntry> getEntries() 
 - 
getValuespublic java.util.List<T> getValues() - Specified by:
- getValuesin interface- AggregationSet<T,K,R>
 
 - 
setResultspublic void setResults(java.util.List<R> values) - Specified by:
- setResultsin interface- AggregationSet<T,K,R>
 
 - 
setErrorResultpublic void setErrorResult(R value) Sets the single result (usually representing an error) on each entry.- Specified by:
- setErrorResultin interface- AggregationSet<T,K,R>
 
 
- 
 
-