Index

A C D F G H I L M N P R S T V 
All Classes and Interfaces|All Packages

A

ALERT - Enum constant in enum class io.dyuti.dropwizard.config.HealthCheckMode
 
AlertPublisher - Interface in io.dyuti.dropwizard.alert
 

C

check() - Method in class io.dyuti.dropwizard.healtcheck.ClusterReachabilityHealthCheck
 
check() - Method in class io.dyuti.dropwizard.healtcheck.DiskSpaceHealthCheck
 
check() - Method in class io.dyuti.dropwizard.healtcheck.FastTcpHealthCheck
 
check() - Method in class io.dyuti.dropwizard.healtcheck.HttpConnectivityHealthCheck
 
check() - Method in class io.dyuti.dropwizard.healtcheck.HttpsConnectivityHealthCheck
 
check() - Method in class io.dyuti.dropwizard.healtcheck.MetricHealthCheck
 
ClusterReachabilityHealthCheck - Class in io.dyuti.dropwizard.healtcheck
 
ClusterReachabilityHealthCheck(ClusterReachabilityHealthCheckConfig, AlertPublisher) - Constructor for class io.dyuti.dropwizard.healtcheck.ClusterReachabilityHealthCheck
 
ClusterReachabilityHealthCheckConfig - Class in io.dyuti.dropwizard.config
 
ClusterReachabilityHealthCheckConfig() - Constructor for class io.dyuti.dropwizard.config.ClusterReachabilityHealthCheckConfig
 
ClusterReachabilityHealthCheckConfig.HostListSource - Enum Class in io.dyuti.dropwizard.config
 
ClusterReachabilityHealthCheckConfig.HostNameMode - Enum Class in io.dyuti.dropwizard.config
 
ClusterReachabilityHealthCheckConfig.SelectionMode - Enum Class in io.dyuti.dropwizard.config
 
CONFIG - Enum constant in enum class io.dyuti.dropwizard.config.ClusterReachabilityHealthCheckConfig.HostListSource
 
COUNTER - Enum constant in enum class io.dyuti.dropwizard.config.MetricType
 

D

DiskSpaceHealthCheck - Class in io.dyuti.dropwizard.healtcheck
Health Check for Disk Space
DiskSpaceHealthCheck() - Constructor for class io.dyuti.dropwizard.healtcheck.DiskSpaceHealthCheck
 
DiskSpaceHealthCheckConfig - Class in io.dyuti.dropwizard.config
Configuration for Disk Space Health Check
DiskSpaceHealthCheckConfig() - Constructor for class io.dyuti.dropwizard.config.DiskSpaceHealthCheckConfig
 
DYNAMIC - Enum constant in enum class io.dyuti.dropwizard.config.ClusterReachabilityHealthCheckConfig.HostListSource
 

F

FastTcpHealthCheck - Class in io.dyuti.dropwizard.healtcheck
 
FastTcpHealthCheck() - Constructor for class io.dyuti.dropwizard.healtcheck.FastTcpHealthCheck
 

G

GAUGE - Enum constant in enum class io.dyuti.dropwizard.config.MetricType
 
getAlertPublisher() - Method in class io.dyuti.dropwizard.HealthCheckExtrasBundle
 
getConfig(T) - Method in class io.dyuti.dropwizard.HealthCheckExtrasBundle
 
getHostSource() - Method in class io.dyuti.dropwizard.HealthCheckExtrasBundle
 

H

HealthCheckExtrasBundle<T> - Class in io.dyuti.dropwizard
Bundle that allows initializing TCP and HTTP(s) health checks with easy configuration
HealthCheckExtrasBundle() - Constructor for class io.dyuti.dropwizard.HealthCheckExtrasBundle
 
HealthcheckExtrasConfig - Class in io.dyuti.dropwizard.config
Bundle configuration for configuring healthchecks for TCP and HTTP(s)
HealthcheckExtrasConfig() - Constructor for class io.dyuti.dropwizard.config.HealthcheckExtrasConfig
 
HealthCheckMode - Enum Class in io.dyuti.dropwizard.config
 
HISTOGRAM - Enum constant in enum class io.dyuti.dropwizard.config.MetricType
 
HttpConnectivityHealthCheck - Class in io.dyuti.dropwizard.healtcheck
HTTP Health Check that performs basic CONNECT to check is the application can each the URL endpoint specified in the configuration
HttpConnectivityHealthCheck() - Constructor for class io.dyuti.dropwizard.healtcheck.HttpConnectivityHealthCheck
 
HttpHealthCheckConfig - Class in io.dyuti.dropwizard.config
Configuration for HTTP Health Check
HttpHealthCheckConfig() - Constructor for class io.dyuti.dropwizard.config.HttpHealthCheckConfig
 
HttpsConnectivityHealthCheck - Class in io.dyuti.dropwizard.healtcheck
HTTPS Health Check that performs basic CONNECT to check is the application can each the URL endpoint specified in the configuration.
HttpsConnectivityHealthCheck() - Constructor for class io.dyuti.dropwizard.healtcheck.HttpsConnectivityHealthCheck
 

I

initialize(Bootstrap<?>) - Method in class io.dyuti.dropwizard.HealthCheckExtrasBundle
 
io.dyuti.dropwizard - package io.dyuti.dropwizard
 
io.dyuti.dropwizard.alert - package io.dyuti.dropwizard.alert
 
io.dyuti.dropwizard.config - package io.dyuti.dropwizard.config
 
io.dyuti.dropwizard.healtcheck - package io.dyuti.dropwizard.healtcheck
 

L

LIST - Enum constant in enum class io.dyuti.dropwizard.config.ClusterReachabilityHealthCheckConfig.HostNameMode
 
LogAlertPublisher - Class in io.dyuti.dropwizard.alert
 
LogAlertPublisher() - Constructor for class io.dyuti.dropwizard.alert.LogAlertPublisher
 

M

METER - Enum constant in enum class io.dyuti.dropwizard.config.MetricType
 
MetricHealthCheck - Class in io.dyuti.dropwizard.healtcheck
Health Check for Log Rate
MetricHealthCheck() - Constructor for class io.dyuti.dropwizard.healtcheck.MetricHealthCheck
 
MetricHealthCheckConfig - Class in io.dyuti.dropwizard.config
Configuration for Log Rate Health Check
MetricHealthCheckConfig() - Constructor for class io.dyuti.dropwizard.config.MetricHealthCheckConfig
 
MetricsAlertPublisher - Class in io.dyuti.dropwizard.alert
 
MetricsAlertPublisher(MetricRegistry) - Constructor for class io.dyuti.dropwizard.alert.MetricsAlertPublisher
 
MetricType - Enum Class in io.dyuti.dropwizard.config
 

N

NORMAL - Enum constant in enum class io.dyuti.dropwizard.config.HealthCheckMode
 

P

PATTERN - Enum constant in enum class io.dyuti.dropwizard.config.ClusterReachabilityHealthCheckConfig.HostNameMode
 
publish(String, HealthCheck.Result) - Method in interface io.dyuti.dropwizard.alert.AlertPublisher
 
publish(String, HealthCheck.Result) - Method in class io.dyuti.dropwizard.alert.LogAlertPublisher
 
publish(String, HealthCheck.Result) - Method in class io.dyuti.dropwizard.alert.MetricsAlertPublisher
 

R

RANDOM - Enum constant in enum class io.dyuti.dropwizard.config.ClusterReachabilityHealthCheckConfig.SelectionMode
 
run(T, Environment) - Method in class io.dyuti.dropwizard.HealthCheckExtrasBundle
 

S

SEQUENTIAL - Enum constant in enum class io.dyuti.dropwizard.config.ClusterReachabilityHealthCheckConfig.SelectionMode
 

T

TcpHealthCheckConfig - Class in io.dyuti.dropwizard.config
Configuration for HTTP Health Check
TcpHealthCheckConfig() - Constructor for class io.dyuti.dropwizard.config.TcpHealthCheckConfig
 
TIMER - Enum constant in enum class io.dyuti.dropwizard.config.MetricType
 
toString() - Method in class io.dyuti.dropwizard.healtcheck.FastTcpHealthCheck
 

V

valueOf(String) - Static method in enum class io.dyuti.dropwizard.config.ClusterReachabilityHealthCheckConfig.HostListSource
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.dyuti.dropwizard.config.ClusterReachabilityHealthCheckConfig.HostNameMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.dyuti.dropwizard.config.ClusterReachabilityHealthCheckConfig.SelectionMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.dyuti.dropwizard.config.HealthCheckMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.dyuti.dropwizard.config.MetricType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.dyuti.dropwizard.config.ClusterReachabilityHealthCheckConfig.HostListSource
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.dyuti.dropwizard.config.ClusterReachabilityHealthCheckConfig.HostNameMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.dyuti.dropwizard.config.ClusterReachabilityHealthCheckConfig.SelectionMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.dyuti.dropwizard.config.HealthCheckMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.dyuti.dropwizard.config.MetricType
Returns an array containing the constants of this enum class, in the order they are declared.
A C D F G H I L M N P R S T V 
All Classes and Interfaces|All Packages