public abstract class HadoopAbstractMapReducePlanner extends Object implements HadoopMapReducePlanner
Modifier and Type | Field and Description |
---|---|
protected Ignite |
ignite
Injected grid.
|
protected IgniteLogger |
log
Logger.
|
Constructor and Description |
---|
HadoopAbstractMapReducePlanner() |
Modifier and Type | Method and Description |
---|---|
protected static Map<String,Collection<UUID>> |
groupByHost(Collection<ClusterNode> top)
Groups nodes by host names.
|
protected static org.apache.ignite.internal.processors.hadoop.planner.HadoopMapReducePlanTopology |
topology(Collection<ClusterNode> nodes)
Create plan topology.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
preparePlan
@IgniteInstanceResource protected Ignite ignite
@LoggerResource protected IgniteLogger log
protected static org.apache.ignite.internal.processors.hadoop.planner.HadoopMapReducePlanTopology topology(Collection<ClusterNode> nodes)
nodes
- Topology nodes.protected static Map<String,Collection<UUID>> groupByHost(Collection<ClusterNode> top)
top
- Topology to group.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019