Class DockerPingHealthCheck


  • public class DockerPingHealthCheck
    extends ru.vyarus.dropwizard.guice.module.installer.feature.health.NamedHealthCheck
    • 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

      Constructors 
      Constructor Description
      DockerPingHealthCheck​(com.github.dockerjava.api.DockerClient dockerClient)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.codahale.metrics.health.HealthCheck.Result check()  
      java.lang.String getName()  
      • Methods inherited from class com.codahale.metrics.health.HealthCheck

        clock, execute
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DockerPingHealthCheck

        @Inject
        public DockerPingHealthCheck​(com.github.dockerjava.api.DockerClient dockerClient)
    • Method Detail

      • check

        protected com.codahale.metrics.health.HealthCheck.Result check()
        Specified by:
        check in class com.codahale.metrics.health.HealthCheck
      • getName

        public java.lang.String getName()
        Specified by:
        getName in class ru.vyarus.dropwizard.guice.module.installer.feature.health.NamedHealthCheck