public class TopologyBuilder
extends java.lang.Object
| Constructor | Description |
|---|---|
TopologyBuilder() |
| Modifier and Type | Method | Description |
|---|---|---|
LoggedNetworkTopology |
build() |
Request the builder to build the final object.
|
void |
process(java.util.Properties conf) |
Process a collection of JobConf
Properties. |
void |
process(org.apache.hadoop.mapreduce.jobhistory.HistoryEvent event) |
Process one
HistoryEvent |
public void process(org.apache.hadoop.mapreduce.jobhistory.HistoryEvent event)
HistoryEventevent - The HistoryEvent to be processed.public void process(java.util.Properties conf)
Properties. We do not restrict it
to be called once.conf - The job conf properties to be added.public LoggedNetworkTopology build()
TopologyBuilder would accept no more events or job-conf properties.LoggedNetworkTopology object.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.