Uses of Interface
com.hazelcast.mapreduce.aggregation.PropertyExtractor

Packages that use PropertyExtractor
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 
 

Uses of PropertyExtractor in com.hazelcast.mapreduce.aggregation
 

Methods in com.hazelcast.mapreduce.aggregation with parameters of type PropertyExtractor
static
<KeyIn,ValueIn,ValueOut>
Supplier<KeyIn,ValueIn,ValueOut>
Supplier.all(PropertyExtractor<ValueIn,ValueOut> propertyExtractor)
          The predefined Supplier selects all values and performs the given PropertyExtractors transformation to the input data.
 

Uses of PropertyExtractor in com.hazelcast.mapreduce.aggregation.impl
 

Constructors in com.hazelcast.mapreduce.aggregation.impl with parameters of type PropertyExtractor
AcceptAllSupplier(PropertyExtractor<ValueIn,ValueOut> propertyExtractor)
           
 



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