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 Object
implements AggregationSet<T,K,R>  
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected List<OperationAggregator<T,K, R>.ValueEntry> getKey()voidsetErrorResult(R value) Sets the single result (usually representing an error) on each entry.voidsetResults(List<R> values) 
- 
Constructor Details- 
AggregationEntry
 
- 
- 
Method Details- 
getEntries
- 
getKey- Specified by:
- getKeyin interface- AggregationSet<T,- K, - R> 
 
- 
getValues- Specified by:
- getValuesin interface- AggregationSet<T,- K, - R> 
 
- 
setResults- Specified by:
- setResultsin interface- AggregationSet<T,- K, - R> 
 
- 
setErrorResultSets the single result (usually representing an error) on each entry.- Specified by:
- setErrorResultin interface- AggregationSet<T,- K, - R> 
 
 
-