public class ResolverThread
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
protected HostDatum |
datum |
protected java.lang.String |
host |
protected Text |
hostText |
protected OutputCollector<Text,HostDatum> |
output |
protected int |
purgeFailedHostsThreshold |
protected Reporter |
reporter |
| Constructor and Description |
|---|
ResolverThread(java.lang.String host,
HostDatum datum,
OutputCollector<Text,HostDatum> output,
Reporter reporter,
int purgeFailedHostsThreshold)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
protected java.lang.String host
protected HostDatum datum
protected Text hostText
protected OutputCollector<Text,HostDatum> output
protected Reporter reporter
protected int purgeFailedHostsThreshold
public ResolverThread(java.lang.String host,
HostDatum datum,
OutputCollector<Text,HostDatum> output,
Reporter reporter,
int purgeFailedHostsThreshold)
Copyright © 2017 The Apache Software Foundation