Uses of Package
com.hazelcast.mapreduce.aggregation

Packages that use com.hazelcast.mapreduce.aggregation
com.hazelcast.client.proxy This package contains client side proxy implementations of the different Hazelcast data structures and operation types 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.map.impl.proxy Contains map proxy implementation and support classes. 
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 
com.hazelcast.multimap.impl Contains classes for Hazelcast MultiMap module. 
 

Classes in com.hazelcast.mapreduce.aggregation used by com.hazelcast.client.proxy
Aggregation
          The Aggregation interface combines multiple map-reduce operations steps to a single operation definition.
Supplier
          The Supplier interface is used to supply values from input data structures like IMap or MultiMap to an aggregation.
 

Classes in com.hazelcast.mapreduce.aggregation used by com.hazelcast.core
Aggregation
          The Aggregation interface combines multiple map-reduce operations steps to a single operation definition.
Supplier
          The Supplier interface is used to supply values from input data structures like IMap or MultiMap to an aggregation.
 

Classes in com.hazelcast.mapreduce.aggregation used by com.hazelcast.map.impl.proxy
Aggregation
          The Aggregation interface combines multiple map-reduce operations steps to a single operation definition.
Supplier
          The Supplier interface is used to supply values from input data structures like IMap or MultiMap to an aggregation.
 

Classes in com.hazelcast.mapreduce.aggregation used by com.hazelcast.mapreduce.aggregation
Aggregation
          The Aggregation interface combines multiple map-reduce operations steps to a single operation definition.
PropertyExtractor
          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.
Supplier
          The Supplier interface is used to supply values from input data structures like IMap or MultiMap to an aggregation.
 

Classes in com.hazelcast.mapreduce.aggregation used by com.hazelcast.mapreduce.aggregation.impl
PropertyExtractor
          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.
Supplier
          The Supplier interface is used to supply values from input data structures like IMap or MultiMap to an aggregation.
 

Classes in com.hazelcast.mapreduce.aggregation used by com.hazelcast.multimap.impl
Aggregation
          The Aggregation interface combines multiple map-reduce operations steps to a single operation definition.
Supplier
          The Supplier interface is used to supply values from input data structures like IMap or MultiMap to an aggregation.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.