Class S3HealthCheck


  • public class S3HealthCheck
    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
    • Method Summary

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

        execute
      • Methods inherited from class java.lang.Object

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

      • S3HealthCheck

        @Inject
        public S3HealthCheck​(AmazonS3Provider amazonS3Provider,
                             S3HealthCheckConfiguration s3HealthCheckConfiguration,
                             com.bazaarvoice.emodb.common.dropwizard.healthcheck.HealthCheckRegistry healthCheckRegistry)
    • Method Detail

      • check

        protected com.codahale.metrics.health.HealthCheck.Result check()
                                                                throws java.lang.Exception
        Specified by:
        check in class com.codahale.metrics.health.HealthCheck
        Throws:
        java.lang.Exception