Skip navigation links
A C D F G H I M N O P S T U 

A

ACTIVE - Static variable in class org.kuali.rice.web.health.DatabaseConnectionPoolMetricSet
 
appendMessage(String, String) - Method in class org.kuali.rice.web.health.HealthStatus
 

C

check() - Method in class org.kuali.rice.web.health.DatabaseConnectionHealthGauge
 
check() - Method in class org.kuali.rice.web.health.DatabaseConnectionPoolHealthCheck
 
check() - Method in class org.kuali.rice.web.health.MemoryUsageHealthCheck
 
Config() - Constructor for class org.kuali.rice.web.health.HealthServlet.Config
 

D

DatabaseConnectionHealthGauge - Class in org.kuali.rice.web.health
A combination of health check and gauge which will check for successful connection to the given DataSource using the validation query defined on the given DatabasePlatform.
DatabaseConnectionHealthGauge(DataSource, DatabasePlatform) - Constructor for class org.kuali.rice.web.health.DatabaseConnectionHealthGauge
 
DatabaseConnectionPoolHealthCheck - Class in org.kuali.rice.web.health
A health check that checks whether the given Gauge (which should represent percentage usage of a database connection pool) returns a value that is below the supplied unhealthy threshold.
DatabaseConnectionPoolHealthCheck(Gauge<Double>, double) - Constructor for class org.kuali.rice.web.health.DatabaseConnectionPoolHealthCheck
 
DatabaseConnectionPoolMetricSet - Class in org.kuali.rice.web.health
A set of metrics that indicate min, max, and active number of connections in the pool as well as the percentage of connection pool usage.
DatabaseConnectionPoolMetricSet(String, DataSource) - Constructor for class org.kuali.rice.web.health.DatabaseConnectionPoolMetricSet
Construct a new database connection pool metric set.
DEADLOCK_THRESHOLD_PROPERTY - Static variable in class org.kuali.rice.web.health.HealthServlet.Config
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.kuali.rice.web.health.HealthServlet
 

F

FAILED - Static variable in class org.kuali.rice.web.health.HealthStatus
 
FILE_DESCRIPTOR_THRESHOLD_PROPERTY - Static variable in class org.kuali.rice.web.health.HealthServlet.Config
 

G

getMeasure() - Method in class org.kuali.rice.web.health.HealthMetric
 
getMessage() - Method in class org.kuali.rice.web.health.HealthStatus
 
getMetric() - Method in class org.kuali.rice.web.health.HealthMetric
 
getMetrics() - Method in class org.kuali.rice.web.health.DatabaseConnectionPoolMetricSet
 
getMetrics() - Method in class org.kuali.rice.web.health.HealthStatus
 
getRatio() - Method in class org.kuali.rice.web.health.MemoryUsageRatio
 
getStatusCode() - Method in class org.kuali.rice.web.health.HealthStatus
 
getValue() - Method in class org.kuali.rice.web.health.DatabaseConnectionHealthGauge
 
getValue() - Method in class org.kuali.rice.web.health.HealthMetric
 

H

HealthMetric - Class in org.kuali.rice.web.health
Defines the name and value for a single metric.
HealthMetric(String, Object) - Constructor for class org.kuali.rice.web.health.HealthMetric
Construct a new HealthMetric using the given two-art name and value.
HealthMetric(String, String, Object) - Constructor for class org.kuali.rice.web.health.HealthMetric
Construct a new HealthMetric with the given measure name, metric name, and value.
HealthServlet - Class in org.kuali.rice.web.health
Implements an endpoint for providing health information for a Kuali Rice server.
HealthServlet() - Constructor for class org.kuali.rice.web.health.HealthServlet
 
HealthServlet.Config - Class in org.kuali.rice.web.health
 
HealthStatus - Class in org.kuali.rice.web.health
Indicates the health status of the application.
HealthStatus() - Constructor for class org.kuali.rice.web.health.HealthStatus
 
HealthStatus(String) - Constructor for class org.kuali.rice.web.health.HealthStatus
 
HEAP_MEMORY_THRESHOLD_PROPERTY - Static variable in class org.kuali.rice.web.health.HealthServlet.Config
 

I

init() - Method in class org.kuali.rice.web.health.HealthServlet
 
isOk() - Method in class org.kuali.rice.web.health.HealthStatus
 

M

MAX - Static variable in class org.kuali.rice.web.health.DatabaseConnectionPoolMetricSet
 
MemoryUsageHealthCheck - Class in org.kuali.rice.web.health
A health check that checks whether the given Gauge (which should represent percentage usage of memory) returns a value that is below the supplied unhealthy threshold.
MemoryUsageHealthCheck(Gauge<Double>, double) - Constructor for class org.kuali.rice.web.health.MemoryUsageHealthCheck
 
MemoryUsageRatio - Class in org.kuali.rice.web.health
A simple RatioGauge that calculates the ratio of used memory to maximum memory.
MemoryUsageRatio(Gauge<Long>, Gauge<Long>) - Constructor for class org.kuali.rice.web.health.MemoryUsageRatio
 
MIN - Static variable in class org.kuali.rice.web.health.DatabaseConnectionPoolMetricSet
 

N

NON_HEAP_MEMORY_THRESHOLD_PROPERTY - Static variable in class org.kuali.rice.web.health.HealthServlet.Config
 
NON_TRANSACTIONAL_POOL_USAGE_THRESHOLD_PROPERTY - Static variable in class org.kuali.rice.web.health.HealthServlet.Config
 

O

OK - Static variable in class org.kuali.rice.web.health.HealthStatus
 
org.kuali.rice.web.health - package org.kuali.rice.web.health
 

P

PRIMARY_POOL_USAGE_THRESHOLD_PROPERTY - Static variable in class org.kuali.rice.web.health.HealthServlet.Config
 

S

SERVER_POOL_USAGE_THRESHOLD_PROPERTY - Static variable in class org.kuali.rice.web.health.HealthServlet.Config
 
setMessage(String) - Method in class org.kuali.rice.web.health.HealthStatus
 
setMetrics(List<HealthMetric>) - Method in class org.kuali.rice.web.health.HealthStatus
 
setStatusCode(String) - Method in class org.kuali.rice.web.health.HealthStatus
 

T

TOTAL_MEMORY_THRESHOLD_PROPERTY - Static variable in class org.kuali.rice.web.health.HealthServlet.Config
 

U

USAGE - Static variable in class org.kuali.rice.web.health.DatabaseConnectionPoolMetricSet
 
A C D F G H I M N O P S T U 
Skip navigation links

Copyright © 2005–2016 The Kuali Foundation. All rights reserved.