Package | Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
static TopologyChangedStrategy |
JobTrackerConfig.DEFAULT_TOPOLOGY_CHANGED_STRATEGY
Define how a map reduce job behaves.
|
Modifier and Type | Method and Description |
---|---|
TopologyChangedStrategy |
JobTrackerConfig.getTopologyChangedStrategy()
Gets how the map reduce framework will react on topology
changes while executing a job.
|
Modifier and Type | Method and Description |
---|---|
void |
JobTrackerConfigReadOnly.setTopologyChangedStrategy(TopologyChangedStrategy topologyChangedStrategy)
Deprecated.
|
void |
JobTrackerConfig.setTopologyChangedStrategy(TopologyChangedStrategy topologyChangedStrategy)
Sets how the map reduce framework will react on topology
changes while executing a job.
|
Modifier and Type | Method and Description |
---|---|
static TopologyChangedStrategy |
TopologyChangedStrategy.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TopologyChangedStrategy[] |
TopologyChangedStrategy.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ReducingSubmittableJob<EntryKey,KeyIn,ValueIn> |
ReducingSubmittableJob.topologyChangedStrategy(TopologyChangedStrategy topologyChangedStrategy)
Deprecated.
Defines the strategy to handle topology changes while executing the map reduce job.
|
ReducingJob<EntryKey,KeyIn,ValueIn> |
ReducingJob.topologyChangedStrategy(TopologyChangedStrategy topologyChangedStrategy)
Deprecated.
Defines the strategy to handle topology changes while executing the map reduce job.
|
MappingJob<EntryKey,KeyIn,ValueIn> |
MappingJob.topologyChangedStrategy(TopologyChangedStrategy topologyChangedStrategy)
Deprecated.
Defines the strategy to handle topology changes while executing the map reduce job.
|
Job<KeyIn,ValueIn> |
Job.topologyChangedStrategy(TopologyChangedStrategy topologyChangedStrategy)
Deprecated.
Defines the strategy to handle topology changes while executing the map reduce job.
|
Copyright © 2018 Hazelcast, Inc.. All rights reserved.