Class RangerHealthCheck
java.lang.Object
com.codahale.metrics.health.HealthCheck
io.appform.ranger.server.bundle.healthcheck.RangerHealthCheck
@Singleton
public class RangerHealthCheck
extends com.codahale.metrics.health.HealthCheck
-
Nested Class Summary
Nested classes/interfaces inherited from class com.codahale.metrics.health.HealthCheck
com.codahale.metrics.health.HealthCheck.Result, com.codahale.metrics.health.HealthCheck.ResultBuilder -
Constructor Summary
ConstructorsConstructorDescriptionRangerHealthCheck(org.apache.curator.framework.CuratorFramework curatorFramework) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.codahale.metrics.health.HealthCheck.Resultcheck()Methods inherited from class com.codahale.metrics.health.HealthCheck
clock, execute
-
Constructor Details
-
RangerHealthCheck
public RangerHealthCheck(org.apache.curator.framework.CuratorFramework curatorFramework)
-
-
Method Details
-
check
protected com.codahale.metrics.health.HealthCheck.Result check()- Specified by:
checkin classcom.codahale.metrics.health.HealthCheck
-