Uses of Interface
com.hazelcast.mapreduce.PartitionIdAware

Packages that use PartitionIdAware
com.hazelcast.mapreduce.impl This package contains the default implementation for the map reduce framework internals. 
 

Uses of PartitionIdAware in com.hazelcast.mapreduce.impl
 

Classes in com.hazelcast.mapreduce.impl that implement PartitionIdAware
 class MapKeyValueSource<K,V>
          This KeyValueSource implementation is used in KeyValueSource.fromMap(com.hazelcast.core.IMap) to generate a default implementation based on a Hazelcast IMap.
 class MultiMapKeyValueSource<K,V>
          This KeyValueSource implementation is used in KeyValueSource.fromMultiMap(com.hazelcast.core.MultiMap) to generate a default implementation based on a Hazelcast MultiMap.
 



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