public interface Aggregator
Modifier and Type | Interface and Description |
---|---|
static interface |
Aggregator.Accumulator
Can accumulate multiple data items of a consistent type and
yield an aggregate value corresponding to the set.
|
static interface |
Aggregator.Aggregation
Object that can manage aggregation for a given type of input data.
|
Modifier and Type | Method and Description |
---|---|
Aggregator.Aggregation |
createAggregation(ValueInfo info)
Creates an object that can manage aggregation for data
described by given metadata.
|
String |
getDescription()
Returns a short textual description for this aggregator.
|
String |
getName()
Returns the name of this aggregator.
|
String getName()
String getDescription()
Aggregator.Aggregation createAggregation(ValueInfo info)
info
- input data descriptionCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.