Package | Description |
---|---|
com.hazelcast.mapreduce.aggregation |
This package contains the aggregation API and the convenience helper classes
to retrieve predefined aggregation implementations.
|
com.hazelcast.mapreduce.aggregation.impl |
This package contains a set of predefined aggregation implementations
|
Modifier and Type | Method and Description |
---|---|
static <KeyIn,ValueIn,ValueOut> |
Supplier.all(PropertyExtractor<ValueIn,ValueOut> propertyExtractor)
The predefined Supplier selects all values and performs the given
PropertyExtractor s transformation to the
input data. |
Constructor and Description |
---|
AcceptAllSupplier(PropertyExtractor<ValueIn,ValueOut> propertyExtractor) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.