Uses of Class
org.apache.nutch.hostdb.HostDatum
Packages that use HostDatum
-
Uses of HostDatum in org.apache.nutch.hostdb
Fields in org.apache.nutch.hostdb declared as HostDatumModifier and TypeFieldDescriptionprotected HostDatumResolverThread.datumprotected HostDatumUpdateHostDbMapper.hostDatumMethods in org.apache.nutch.hostdb with parameters of type HostDatumModifier and TypeMethodDescriptionvoidProcess the final host datum instance and store the aggregated custom counts in the HostDatum.voidprotected booleanUpdateHostDbReducer.isEligibleForCheck(HostDatum datum) Determines whether a record is eligible for recheck.voidHostDatum.putAllMetaData(HostDatum other) Add all metadata from other HostDatum to this HostDatum.protected booleanUpdateHostDbReducer.shouldCheck(HostDatum datum) Determines whether a record should be checked.Constructors in org.apache.nutch.hostdb with parameters of type HostDatumModifierConstructorDescriptionResolverThread(String host, HostDatum datum, Reducer.Context context, int purgeFailedHostsThreshold) Overloaded constructor.