- ApacheStatusPoller - Class in com.netflix.servo.publish.apache
-
Base class for simple pollers that do not benefit from filtering in advance.
- ApacheStatusPoller(ApacheStatusPoller.StatusFetcher) - Constructor for class com.netflix.servo.publish.apache.ApacheStatusPoller
-
Create a new ApacheStatusPoller with a given mechanism to fetch the status page.
- ApacheStatusPoller.StatusFetcher - Interface in com.netflix.servo.publish.apache
-
Mechanism used to fetch a status page.
- ApacheStatusPoller.URLStatusFetcher - Class in com.netflix.servo.publish.apache
-
Simple class to fetch a status page using the URL class.
- ApacheStatusPoller.URLStatusFetcher(String) - Constructor for class com.netflix.servo.publish.apache.ApacheStatusPoller.URLStatusFetcher
-
Fetch an apache status page using the given URL passed as a String.
- ApacheStatusPoller.URLStatusFetcher(URL) - Constructor for class com.netflix.servo.publish.apache.ApacheStatusPoller.URLStatusFetcher
-
Fetch an apache status page using the given URL.