Uses of Class
org.apache.nutch.metrics.LatencyTracker
Packages that use LatencyTracker
Package
Description
The Nutch multi-threaded fetching module
Metrics infrastructure for Apache Nutch.
-
Uses of LatencyTracker in org.apache.nutch.fetcher
Methods in org.apache.nutch.fetcher that return LatencyTrackerModifier and TypeMethodDescriptionFetcherThread.getFetchLatencyTracker()Returns the fetch latency tracker for this thread so the mapper can merge all thread trackers and emit job-level percentiles. -
Uses of LatencyTracker in org.apache.nutch.metrics
Methods in org.apache.nutch.metrics with parameters of type LatencyTrackerModifier and TypeMethodDescriptionvoidLatencyTracker.merge(LatencyTracker other) Merges another LatencyTracker's digest and aggregates count/sum into this one.