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. 
 

Uses of TopologyChangedStrategy in com.hazelcast.config
 

Fields in com.hazelcast.config declared as TopologyChangedStrategy
static TopologyChangedStrategy JobTrackerConfig.DEFAULT_TOPOLOGY_CHANGED_STRATEGY
           
 

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
 ReducingSubmittableJob<EntryKey,KeyIn,ValueIn> ReducingSubmittableJob.topologyChangedStrategy(TopologyChangedStrategy topologyChangedStrategy)
          Defines the strategy to handle topology changes while executing the map reduce job.
 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.
 Job<KeyIn,ValueIn> Job.topologyChangedStrategy(TopologyChangedStrategy topologyChangedStrategy)
          Defines the strategy to handle topology changes while executing the map reduce job.
 



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