See: Description
Interface | Description |
---|---|
Aggregation<Key,Supplied,Result> |
The Aggregation interface combines multiple map-reduce operations steps to a
single operation definition.
|
PropertyExtractor<ValueIn,ValueOut> |
The PropertyExtractor interface is used in suppliers to retrieve values from
input value types and extract or transform them to some other type to be used
in aggregations.
|
Class | Description |
---|---|
Aggregations |
This class is used to access the Hazelcast predefined set of aggregations in a type-safe
way.
|
Supplier<KeyIn,ValueIn,ValueOut> |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.