Skip navigation links
A C F P U 

A

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.

C

com.netflix.servo.publish.apache - package com.netflix.servo.publish.apache
 

F

fetchStatus() - Method in interface com.netflix.servo.publish.apache.ApacheStatusPoller.StatusFetcher
Return the apache status page as an InputStream.
fetchStatus() - Method in class com.netflix.servo.publish.apache.ApacheStatusPoller.URLStatusFetcher
 

P

pollImpl(boolean) - Method in class com.netflix.servo.publish.apache.ApacheStatusPoller

U

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.
URLStatusFetcher(URL) - Constructor for class com.netflix.servo.publish.apache.ApacheStatusPoller.URLStatusFetcher
Fetch an apache status page using the given URL.
A C F P U 
Skip navigation links