Uses of Class
com.hazelcast.mapreduce.TopologyChangedStrategy

Packages that use TopologyChangedStrategy
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
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. 
com.hazelcast.mapreduce.impl This package contains the default implementation for the map reduce framework internals. 
com.hazelcast.mapreduce.impl.client This package contains request and response classes for communication between cluster members and Hazelcast native clients 
com.hazelcast.mapreduce.impl.operation This package contains all remote operations that are needed to control work on supervising or worker nodes. 
com.hazelcast.mapreduce.impl.task This package contains the base implementation for a standard map reduce job. 
 

Uses of TopologyChangedStrategy in com.hazelcast.config
 

Fields in com.hazelcast.config declared as TopologyChangedStrategy
static TopologyChangedStrategy JobTrackerConfig.DEFAULT_TOPOLOGY_CHANGED_STRATEGY
          Define how a map reduce job behaves.
 

Methods in com.hazelcast.config that return TopologyChangedStrategy
 TopologyChangedStrategy JobTrackerConfig.getTopologyChangedStrategy()
           
 

Methods in com.hazelcast.config with parameters of type TopologyChangedStrategy
 void JobTrackerConfigReadOnly.setTopologyChangedStrategy(TopologyChangedStrategy topologyChangedStrategy)
           
 void JobTrackerConfig.setTopologyChangedStrategy(TopologyChangedStrategy topologyChangedStrategy)
           
 

Uses of TopologyChangedStrategy in com.hazelcast.mapreduce
 

Methods in com.hazelcast.mapreduce that return TopologyChangedStrategy
static TopologyChangedStrategy TopologyChangedStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TopologyChangedStrategy[] TopologyChangedStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hazelcast.mapreduce with parameters of type TopologyChangedStrategy
 ReducingJob<EntryKey,KeyIn,ValueIn> ReducingJob.topologyChangedStrategy(TopologyChangedStrategy topologyChangedStrategy)
          Defines the strategy to handle topology changes while executing the map reduce job.
 MappingJob<EntryKey,KeyIn,ValueIn> MappingJob.topologyChangedStrategy(TopologyChangedStrategy topologyChangedStrategy)
          Defines the strategy to handle topology changes while executing the map reduce job.
 ReducingSubmittableJob<EntryKey,KeyIn,ValueIn> ReducingSubmittableJob.topologyChangedStrategy(TopologyChangedStrategy topologyChangedStrategy)
          Defines the strategy to handle topology changes while executing the map reduce job.
 Job<KeyIn,ValueIn> Job.topologyChangedStrategy(TopologyChangedStrategy topologyChangedStrategy)
          Defines the strategy to handle topology changes while executing the map reduce job.
 

Uses of TopologyChangedStrategy in com.hazelcast.mapreduce.impl
 

Fields in com.hazelcast.mapreduce.impl declared as TopologyChangedStrategy
protected  TopologyChangedStrategy AbstractJob.topologyChangedStrategy
           
 

Methods in com.hazelcast.mapreduce.impl with parameters of type TopologyChangedStrategy
 Job<KeyIn,ValueIn> AbstractJob.topologyChangedStrategy(TopologyChangedStrategy topologyChangedStrategy)
           
 MappingJob<EntryKey,Key,Value> AbstractJob.MappingJobImpl.topologyChangedStrategy(TopologyChangedStrategy topologyChangedStrategy)
           
 ReducingJob<EntryKey,Key,Value> AbstractJob.ReducingJobImpl.topologyChangedStrategy(TopologyChangedStrategy topologyChangedStrategy)
           
 ReducingSubmittableJob<EntryKey,Key,Value> AbstractJob.ReducingSubmittableJobImpl.topologyChangedStrategy(TopologyChangedStrategy topologyChangedStrategy)
           
 

Uses of TopologyChangedStrategy in com.hazelcast.mapreduce.impl.client
 

Fields in com.hazelcast.mapreduce.impl.client declared as TopologyChangedStrategy
protected  TopologyChangedStrategy ClientMapReduceRequest.topologyChangedStrategy
           
 

Constructors in com.hazelcast.mapreduce.impl.client with parameters of type TopologyChangedStrategy
ClientMapReduceRequest(String name, String jobId, Collection keys, KeyPredicate predicate, Mapper mapper, CombinerFactory combinerFactory, ReducerFactory reducerFactory, KeyValueSource keyValueSource, int chunkSize, TopologyChangedStrategy topologyChangedStrategy)
           
 

Uses of TopologyChangedStrategy in com.hazelcast.mapreduce.impl.operation
 

Constructors in com.hazelcast.mapreduce.impl.operation with parameters of type TopologyChangedStrategy
KeyValueJobOperation(String name, String jobId, int chunkSize, KeyValueSource<K,V> keyValueSource, Mapper mapper, CombinerFactory combinerFactory, ReducerFactory reducerFactory, boolean communicateStats, TopologyChangedStrategy topologyChangedStrategy)
           
 

Uses of TopologyChangedStrategy in com.hazelcast.mapreduce.impl.task
 

Methods in com.hazelcast.mapreduce.impl.task that return TopologyChangedStrategy
 TopologyChangedStrategy JobTaskConfiguration.getTopologyChangedStrategy()
           
 

Constructors in com.hazelcast.mapreduce.impl.task with parameters of type TopologyChangedStrategy
JobTaskConfiguration(Address jobOwner, NodeEngine nodeEngine, int chunkSize, String name, String jobId, Mapper mapper, CombinerFactory combinerFactory, ReducerFactory reducerFactory, KeyValueSource keyValueSource, boolean communicateStats, TopologyChangedStrategy topologyChangedStrategy)
           
 



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