Uses of Interface
com.hazelcast.mapreduce.KeyPredicate

Packages that use KeyPredicate
com.hazelcast.mapreduce This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active Hazelcast cluster. 
 

Uses of KeyPredicate in com.hazelcast.mapreduce
 

Methods in com.hazelcast.mapreduce with parameters of type KeyPredicate
 ReducingSubmittableJob<EntryKey,KeyIn,ValueIn> ReducingSubmittableJob.keyPredicate(KeyPredicate<EntryKey> predicate)
          Defines the KeyPredicate implementation to preselect keys the MapReduce task will be executed on.
 ReducingJob<EntryKey,KeyIn,ValueIn> ReducingJob.keyPredicate(KeyPredicate<EntryKey> predicate)
          Defines the KeyPredicate implementation to preselect keys the MapReduce task will be executed on.
 MappingJob<EntryKey,KeyIn,ValueIn> MappingJob.keyPredicate(KeyPredicate<EntryKey> predicate)
          Defines the KeyPredicate implementation to preselect keys the MapReduce task will be executed on.
 Job<KeyIn,ValueIn> Job.keyPredicate(KeyPredicate<KeyIn> predicate)
          Defines the KeyPredicate implementation to preselect keys the MapReduce task will be executed on.
 



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