Package | Description |
---|---|
org.apache.nutch.hostdb |
Modifier and Type | Field and Description |
---|---|
protected HostDatum |
ResolverThread.datum |
protected HostDatum |
UpdateHostDbMapper.hostDatum |
Modifier and Type | Field and Description |
---|---|
protected OutputCollector<Text,HostDatum> |
ResolverThread.output |
Modifier and Type | Method and Description |
---|---|
protected boolean |
UpdateHostDbReducer.isEligibleForCheck(HostDatum datum)
Determines whether a record is eligible for recheck.
|
void |
HostDatum.putAllMetaData(HostDatum other)
Add all metadata from other CrawlDatum to this CrawlDatum.
|
protected boolean |
UpdateHostDbReducer.shouldCheck(HostDatum datum)
Determines whether a record should be checked.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateHostDbReducer.reduce(Text key,
Iterator<NutchWritable> values,
OutputCollector<Text,HostDatum> output,
Reporter reporter) |
Constructor and Description |
---|
ResolverThread(String host,
HostDatum datum,
OutputCollector<Text,HostDatum> output,
Reporter reporter,
int purgeFailedHostsThreshold)
Constructor.
|
Constructor and Description |
---|
ResolverThread(String host,
HostDatum datum,
OutputCollector<Text,HostDatum> output,
Reporter reporter,
int purgeFailedHostsThreshold)
Constructor.
|
Copyright © 2016 The Apache Software Foundation