public class ResolverThread
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
protected Reducer.Context |
context |
protected HostDatum |
datum |
protected java.lang.String |
host |
protected Text |
hostText |
protected int |
purgeFailedHostsThreshold |
Constructor and Description |
---|
ResolverThread(java.lang.String host,
HostDatum datum,
Reducer.Context context,
int purgeFailedHostsThreshold)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
run() |
protected java.lang.String host
protected HostDatum datum
protected Text hostText
protected Reducer.Context context
protected int purgeFailedHostsThreshold
public ResolverThread(java.lang.String host, HostDatum datum, Reducer.Context context, int purgeFailedHostsThreshold)
Copyright © 2018 The Apache Software Foundation