A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages

A

AbstractAuditListener - Class in org.springframework.boot.actuate.audit.listener
Abstract ApplicationListener to handle AuditApplicationEvents.
AbstractAuditListener() - Constructor for class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
 
AbstractAuthenticationAuditListener - Class in org.springframework.boot.actuate.security
Abstract ApplicationListener to expose Spring Security authentication events as AuditEvents.
AbstractAuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
AbstractAuthorizationAuditListener - Class in org.springframework.boot.actuate.security
Abstract ApplicationListener to expose Spring Security authorization events as AuditEvents.
AbstractAuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
AbstractEndpoint<T> - Class in org.springframework.boot.actuate.endpoint
Abstract base for Endpoint implementations.
AbstractEndpoint(String) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
Create a new sensitive endpoint instance.
AbstractEndpoint(String, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
Create a new endpoint instance.
AbstractEndpoint(String, boolean, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
Create a new endpoint instance.
AbstractEndpointHandlerMapping<E extends MvcEndpoint> - Class in org.springframework.boot.actuate.endpoint.mvc
HandlerMapping to map Endpoints to URLs via Endpoint.getId().
AbstractEndpointHandlerMapping(Collection<? extends E>) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
Create a new AbstractEndpointHandlerMapping instance.
AbstractEndpointHandlerMapping(Collection<? extends E>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
Create a new AbstractEndpointHandlerMapping instance.
AbstractEndpointMvcAdapter<E extends Endpoint<?>> - Class in org.springframework.boot.actuate.endpoint.mvc
Abstract base class for MvcEndpoint implementations.
AbstractEndpointMvcAdapter(E) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
Create a new EndpointMvcAdapter.
AbstractHealthAggregator - Class in org.springframework.boot.actuate.health
Base HealthAggregator implementation to allow subclasses to focus on aggregating the Status instances and not deal with contextual details etc.
AbstractHealthAggregator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthAggregator
 
AbstractHealthIndicator - Class in org.springframework.boot.actuate.health
Base HealthIndicator implementations that encapsulates creation of Health instance and error handling.
AbstractHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
 
AbstractJmxCacheStatisticsProvider<C extends org.springframework.cache.Cache> - Class in org.springframework.boot.actuate.cache
Base CacheStatisticsProvider implementation that uses JMX to retrieve the cache statistics.
AbstractJmxCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
 
AbstractJmxEndpoint - Class in org.springframework.boot.actuate.endpoint.jmx
Abstract base class for JmxEndpoint implementations without a backing Endpoint.
AbstractJmxEndpoint(ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
 
AbstractMetricExporter - Class in org.springframework.boot.actuate.metrics.export
Base class for metric exporters that have common features, principally a prefix for exported metrics and filtering by timestamp (so only new values are included in the export).
AbstractMetricExporter(String) - Constructor for class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
 
AbstractMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Abstract base class for MvcEndpoint implementations without a backing Endpoint.
AbstractMvcEndpoint(String, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
AbstractMvcEndpoint(String, boolean, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
AbstractNamedMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Abstract base class for NamedMvcEndpoint implementations without a backing Endpoint.
AbstractNamedMvcEndpoint(String, String, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractNamedMvcEndpoint
 
AbstractNamedMvcEndpoint(String, String, boolean, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractNamedMvcEndpoint
 
ACCESS_OVERRIDE_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
Order before the basic authentication access control provided automatically for the management endpoints.
ActuatorEndpointLinksAdvice() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice
 
ActuatorMediaTypes - Class in org.springframework.boot.actuate.endpoint.mvc
MediaTypes that can be consumed and produced by Actuator endpoints.
ActuatorMetricWriter - Annotation Type in org.springframework.boot.actuate.autoconfigure
Qualifier annotation for a metric repository that is used by the actuator (to distinguish it from others that might be installed by the user).
adaptEndpoint(String, Endpoint<?>) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
Adapt the given Endpoint to a JmxEndpoint.
add(long) - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffer
 
add(Map<String, Object>) - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
 
add(Map<String, Object>) - Method in interface org.springframework.boot.actuate.trace.TraceRepository
Add a new Trace object at the current time.
add(AuditEvent) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
Log an event.
add(AuditEvent) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
addBasicMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
Add basic system metrics.
addClassLoadingMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
Add class loading metrics.
addGarbageCollectionMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
Add garbage collection metrics.
addHealthIndicator(String, HealthIndicator) - Method in class org.springframework.boot.actuate.health.CompositeHealthIndicator
 
addHeapMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
Add JVM heap metrics.
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
 
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint
 
addStatusMapping(String, HttpStatus) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
Add a status mapping to the existing set.
addStatusMapping(Map<String, HttpStatus>) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
Add specific status mappings to the existing set.
addStatusMapping(Status, HttpStatus) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
Add a status mapping to the existing set.
addThreadMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
Add thread metrics.
afterPropertiesSet() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
 
afterSingletonsInstantiated() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
aggregate(Map<String, Health>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
 
aggregate(Map<String, Health>) - Method in interface org.springframework.boot.actuate.health.HealthAggregator
Aggregate several given Health instances into one.
Aggregate() - Constructor for class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
 
aggregateDetails(Map<String, Health>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
Return the map of 'aggregate' details that should be used from the specified healths.
AggregateMetricReader - Class in org.springframework.boot.actuate.metrics.aggregate
A metric reader that aggregates values from a source reader, normally one that has been collecting data from many sources in the same form (like a scaled-out application).
AggregateMetricReader(MetricReader) - Constructor for class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
 
aggregateStatus(List<Status>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
Return the single 'aggregate' status that should be used from the specified candidates.
aggregateStatus(List<Status>) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
 
ALPHA - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
The suffix for alpha gauges.
ALWAYS - org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.SessionCreationPolicy
Always create an HttpSession.
APPLICATION_ACTUATOR_V1_JSON - Static variable in class org.springframework.boot.actuate.endpoint.mvc.ActuatorMediaTypes
The application/vnd.spring-boot.actuator.v1+json media type.
APPLICATION_ACTUATOR_V1_JSON_VALUE - Static variable in class org.springframework.boot.actuate.endpoint.mvc.ActuatorMediaTypes
ApplicationContextFilterConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration
 
applicationContextIdFilter(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration
 
applicationHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration
 
ApplicationHealthIndicator - Class in org.springframework.boot.actuate.health
Default implementation of HealthIndicator that returns Status.UP.
ApplicationHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.ApplicationHealthIndicator
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
Deprecated.
Apply the properties to a CRaSH configuration.
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
Deprecated.
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
Deprecated.
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
Deprecated.
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
Deprecated.
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
Deprecated.
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
Deprecated.
 
asCrshShellConfig() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Deprecated.
Return a properties file configured from these settings that can be applied to a CRaSH shell instance.
AuditApplicationEvent - Class in org.springframework.boot.actuate.audit.listener
Spring ApplicationEvent to encapsulate AuditEvents.
AuditApplicationEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
AuditApplicationEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
AuditApplicationEvent(Date, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
AuditApplicationEvent(AuditEvent) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps the specified AuditEvent.
AuditAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for AuditEvents.
AuditAutoConfiguration(ObjectProvider<AuditEventRepository>) - Constructor for class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
 
AuditAutoConfiguration.AuditEventRepositoryConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
AuditEvent - Class in org.springframework.boot.actuate.audit
A value object representing an audit event: at a particular time, a particular user or agent carried out an action of a particular type.
AuditEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event for the current time from data provided as name-value pairs.
AuditEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event for the current time.
AuditEvent(Date, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event.
auditEventMvcEndpoint(AuditEventRepository) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
auditEventRepository() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.AuditEventRepositoryConfiguration
 
AuditEventRepository - Interface in org.springframework.boot.actuate.audit
Repository for AuditEvents.
AuditEventRepositoryConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.AuditEventRepositoryConfiguration
 
auditEventsEndpoint(AuditEventRepository) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
 
AuditEventsJmxEndpoint - Class in org.springframework.boot.actuate.endpoint.jmx
AuditEventsJmxEndpoint(ObjectMapper, AuditEventRepository) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.AuditEventsJmxEndpoint
 
AuditEventsMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
AuditEventsMvcEndpoint(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AuditEventsMvcEndpoint
 
auditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
 
AuditListener - Class in org.springframework.boot.actuate.audit.listener
The default AbstractAuditListener implementation.
AuditListener(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditListener
 
Auth() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.Auth
Deprecated.
 
AUTH_PREFIX - Static variable in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
Deprecated.
 
AUTH_TYPE - org.springframework.boot.actuate.trace.TraceProperties.Include
Include the authentication type.
AUTHENTICATION_FAILURE - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
Authentication failure event type.
AUTHENTICATION_SUCCESS - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
Authentication success event type.
AUTHENTICATION_SWITCH - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
Authentication switch event type.
authenticationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
 
AuthenticationAuditListener - Class in org.springframework.boot.actuate.security
Default implementation of AbstractAuthenticationAuditListener.
AuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthenticationAuditListener
 
AuthenticationManagerAdapterConfiguration(ObjectProvider<ManagementServerProperties>) - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterConfiguration
Deprecated.
 
AUTHORIZATION_FAILURE - Static variable in class org.springframework.boot.actuate.security.AuthorizationAuditListener
Authorization failure event type.
AUTHORIZATION_HEADER - org.springframework.boot.actuate.trace.TraceProperties.Include
Include authorization header (if any).
authorizationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
 
AuthorizationAuditListener - Class in org.springframework.boot.actuate.security
Default implementation of AbstractAuthorizationAuditListener.
AuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthorizationAuditListener
 
autoConfigurationReportEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
AutoConfigurationReportEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose the ConditionEvaluationReport.
AutoConfigurationReportEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint
 
AutoConfigurationReportEndpoint.MessageAndCondition - Class in org.springframework.boot.actuate.endpoint
Adapts ConditionEvaluationReport.ConditionAndOutcome to a JSON friendly structure.
AutoConfigurationReportEndpoint.MessageAndConditions - Class in org.springframework.boot.actuate.endpoint
Adapts ConditionEvaluationReport.ConditionAndOutcomes to a JSON friendly structure.
AutoConfigurationReportEndpoint.Report - Class in org.springframework.boot.actuate.endpoint
Adapts ConditionEvaluationReport to a JSON friendly structure.
AVG - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
The suffix for average value gauges.

B

BASIC_AUTH_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
Order applied to the WebSecurityConfigurerAdapter that is used to configure basic authentication for management endpoints.
beansEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
BeansEndpoint - Class in org.springframework.boot.actuate.endpoint
Exposes JSON view of Spring beans.
BeansEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.BeansEndpoint
 
beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice
 
browse() - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
 
browse(HttpServletRequest) - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint
 
BufferCounterService - Class in org.springframework.boot.actuate.metrics.buffer
Fast implementation of CounterService using CounterBuffers.
BufferCounterService(CounterBuffers) - Constructor for class org.springframework.boot.actuate.metrics.buffer.BufferCounterService
Create a BufferCounterService instance.
BufferGaugeService - Class in org.springframework.boot.actuate.metrics.buffer
Fast implementation of GaugeService using GaugeBuffers.
BufferGaugeService(GaugeBuffers) - Constructor for class org.springframework.boot.actuate.metrics.buffer.BufferGaugeService
Create a BufferGaugeService instance.
BufferMetricReader - Class in org.springframework.boot.actuate.metrics.buffer
MetricReader implementation using CounterBuffers and GaugeBuffers.
BufferMetricReader(CounterBuffers, GaugeBuffers) - Constructor for class org.springframework.boot.actuate.metrics.buffer.BufferMetricReader
 
build() - Method in class org.springframework.boot.actuate.health.Health.Builder
Create a new Health instance with the previously specified code and details.
build() - Method in class org.springframework.boot.actuate.info.Info.Builder
Create a new Info instance based on the state of this builder.
Builder() - Constructor for class org.springframework.boot.actuate.health.Health.Builder
Create new Builder instance.
Builder() - Constructor for class org.springframework.boot.actuate.info.Info.Builder
 
Builder(Status) - Constructor for class org.springframework.boot.actuate.health.Health.Builder
Create new Builder instance, setting status to given status.
Builder(Status, Map<String, ?>) - Constructor for class org.springframework.boot.actuate.health.Health.Builder
Create new Builder instance, setting status to given status and details to given details.
buildInfoContributor(BuildProperties) - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorAutoConfiguration
 
BuildInfoContributor - Class in org.springframework.boot.actuate.info
An InfoContributor that exposes BuildProperties.
BuildInfoContributor(BuildProperties) - Constructor for class org.springframework.boot.actuate.info.BuildInfoContributor
 

C

CachePublicMetrics - Class in org.springframework.boot.actuate.endpoint
A PublicMetrics implementation that provides cache statistics.
CachePublicMetrics() - Constructor for class org.springframework.boot.actuate.endpoint.CachePublicMetrics
Deprecated.
as of 1.5.4 in favor of CachePublicMetrics(Map, Collection)
CachePublicMetrics(Map<String, CacheManager>, Collection<CacheStatisticsProvider<?>>) - Constructor for class org.springframework.boot.actuate.endpoint.CachePublicMetrics
Create a new CachePublicMetrics instance.
CacheStatistics - Interface in org.springframework.boot.actuate.cache
Snapshot of the statistics of a given cache.
CacheStatisticsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for CacheStatisticsProvider beans.
CacheStatisticsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.CacheStatisticsAutoConfiguration
 
CacheStatisticsProvider<C extends org.springframework.cache.Cache> - Interface in org.springframework.boot.actuate.cache
Provide a CacheStatistics based on a Cache.
CaffeineCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
CacheStatisticsProvider implementation for Caffeine.
CaffeineCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.CaffeineCacheStatisticsProvider
 
cassandraHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.CassandraHealthIndicatorConfiguration
 
CassandraHealthIndicator - Class in org.springframework.boot.actuate.health
Simple implementation of a HealthIndicator returning status information for Cassandra data stores.
CassandraHealthIndicator(CassandraOperations) - Constructor for class org.springframework.boot.actuate.health.CassandraHealthIndicator
Create a new CassandraHealthIndicator instance.
CassandraHealthIndicatorConfiguration(Map<String, CassandraOperations>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.CassandraHealthIndicatorConfiguration
 
changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
 
close() - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
 
close() - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
 
close() - Method in class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
 
CloudFoundryActuatorAutoConfiguration - Class in org.springframework.boot.actuate.cloudfoundry
Auto-configuration to expose actuator endpoints for cloud foundry to use.
CloudFoundryActuatorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.cloudfoundry.CloudFoundryActuatorAutoConfiguration
 
cloudFoundryEndpointHandlerMapping(MvcEndpoints, RestTemplateBuilder, Environment) - Method in class org.springframework.boot.actuate.cloudfoundry.CloudFoundryActuatorAutoConfiguration
 
compositeHandlerAdapter() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
compositeHandlerExceptionResolver() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
compositeHandlerMapping() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
CompositeHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator that returns health indications from all registered delegates.
CompositeHealthIndicator(HealthAggregator) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
CompositeHealthIndicator(HealthAggregator, Map<String, HealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
Create a new CompositeHealthIndicator from the specified indicators.
CompositeHealthIndicatorConfiguration<H extends HealthIndicator,​S> - Class in org.springframework.boot.actuate.autoconfigure
Base class for configurations that can combine source beans using a CompositeHealthIndicator.
CompositeHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.CompositeHealthIndicatorConfiguration
 
CompositeMetricReader - Class in org.springframework.boot.actuate.metrics.reader
Composite implementation of MetricReader.
CompositeMetricReader(MetricReader...) - Constructor for class org.springframework.boot.actuate.metrics.reader.CompositeMetricReader
 
CompositeMetricWriter - Class in org.springframework.boot.actuate.metrics.writer
Composite implementation of MetricWriter that just sends its input to all of the delegates that have been registered.
CompositeMetricWriter(List<MetricWriter>) - Constructor for class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
CompositeMetricWriter(MetricWriter...) - Constructor for class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
ConcurrentMapCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
CacheStatisticsProvider implementation for ConcurrentMapCache.
ConcurrentMapCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.ConcurrentMapCacheStatisticsProvider
 
ConditionalOnEnabledEndpoint - Annotation Type in org.springframework.boot.actuate.condition
Conditional that checks whether or not an endpoint is enabled.
ConditionalOnEnabledHealthIndicator - Annotation Type in org.springframework.boot.actuate.autoconfigure
Conditional that checks whether or not a default health indicator is enabled.
ConditionalOnEnabledInfoContributor - Annotation Type in org.springframework.boot.actuate.autoconfigure
Conditional that checks whether or not a default info contributor is enabled.
configurationPropertiesReportEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
ConfigurationPropertiesReportEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose application properties from ConfigurationProperties annotated beans.
ConfigurationPropertiesReportEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
 
ConfigurationPropertiesReportEndpoint.GenericSerializerModifier - Class in org.springframework.boot.actuate.endpoint
BeanSerializerModifier to return only relevant configuration properties.
configure(HttpSecurity) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter
 
configureObjectMapper(ObjectMapper) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
Configure Jackson's ObjectMapper to be used to serialize the ConfigurationProperties objects into a Map structure.
configureTasks(ScheduledTaskRegistrar) - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
 
CONTEXT_PATH - org.springframework.boot.actuate.trace.TraceProperties.Include
Include the context path.
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.EnvironmentInfoContributor
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.GitInfoContributor
 
contribute(Info.Builder) - Method in interface org.springframework.boot.actuate.info.InfoContributor
Contributes additional details using the specified Builder.
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.MapInfoContributor
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.SimpleInfoContributor
 
convert(Object) - Method in class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
Convert the given data into JSON.
convert(Object) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
Convert the given data into JSON.
COOKIES - org.springframework.boot.actuate.trace.TraceProperties.Include
Include "Cookie" in request and "Set-Cookie" in response headers.
copyIfSet(Properties, String) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Copy the specified key to the target Properties if it is set.
couchbaseHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.CouchbaseHealthIndicatorConfiguration
 
CouchbaseHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator for Couchbase.
CouchbaseHealthIndicator(CouchbaseOperations) - Constructor for class org.springframework.boot.actuate.health.CouchbaseHealthIndicator
 
CouchbaseHealthIndicatorConfiguration(Map<String, CouchbaseOperations>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.CouchbaseHealthIndicatorConfiguration
 
count() - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpointMetricReader
 
count() - Method in class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
 
count() - Method in class org.springframework.boot.actuate.metrics.buffer.BufferMetricReader
 
count() - Method in class org.springframework.boot.actuate.metrics.integration.SpringIntegrationMetricReader
 
count() - Method in class org.springframework.boot.actuate.metrics.reader.CompositeMetricReader
 
count() - Method in interface org.springframework.boot.actuate.metrics.reader.MetricReader
The number of metrics known to this reader.
count() - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
count() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
count() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
count() - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
count() - Method in class org.springframework.boot.actuate.metrics.rich.MultiMetricRichGaugeReader
 
count() - Method in interface org.springframework.boot.actuate.metrics.rich.RichGaugeReader
Return the number of gauge values available.
count() - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
COUNT - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
The suffix for count gauges.
CounterBuffer - Class in org.springframework.boot.actuate.metrics.buffer
Mutable buffer containing a long adder (Java 8) and a timestamp.
CounterBuffer(long) - Constructor for class org.springframework.boot.actuate.metrics.buffer.CounterBuffer
 
CounterBuffers - Class in org.springframework.boot.actuate.metrics.buffer
Fast writes to in-memory metrics store using CounterBuffer.
CounterBuffers() - Constructor for class org.springframework.boot.actuate.metrics.buffer.CounterBuffers
 
CounterService - Interface in org.springframework.boot.actuate.metrics
A service that can be used to increment, decrement and reset a named counter value.
CounterWriter - Interface in org.springframework.boot.actuate.metrics.writer
Simple writer for counters (metrics that increment).
countGroups() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMultiMetricRepository
 
countGroups() - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
The number of groups available in this repository.
countGroups() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
createBuffer() - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffers
 
createBuffer() - Method in class org.springframework.boot.actuate.metrics.buffer.GaugeBuffers
 
createFileSystem(String[], String[]) - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
Deprecated.
 
createHealthIndicator(Map<String, S>) - Method in class org.springframework.boot.actuate.autoconfigure.CompositeHealthIndicatorConfiguration
 
createHealthIndicator(DataSource) - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
 
createHealthIndicator(S) - Method in class org.springframework.boot.actuate.autoconfigure.CompositeHealthIndicatorConfiguration
 
createHeapDumper() - Method in class org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint
Factory method used to create the HeapdumpMvcEndpoint.HeapDumper.
createPluginContextAttributes() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
Deprecated.
 
createPrefix(String, DataSource, boolean) - Method in class org.springframework.boot.actuate.endpoint.DataSourcePublicMetrics
Create the prefix to use for the metrics to associate with the given DataSource.
CrshAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Deprecated.
as of 1.5 since CRaSH is not actively maintained
CrshAutoConfiguration(ShellProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
Deprecated.
 
CrshAutoConfiguration.AuthenticationManagerAdapterConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Deprecated.
CrshAutoConfiguration.CrshBootstrapBean - Class in org.springframework.boot.actuate.autoconfigure
Deprecated.
Spring Bean used to bootstrap the CRaSH shell.
CrshBootstrapBean() - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
Deprecated.
 
CrshShellAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellAuthenticationProperties
Deprecated.
 
CrshShellProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
Deprecated.
 
curieProvider(ServerProperties, ManagementServerProperties, DocsMvcEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration
 
Curies() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint.Curies
 
customize(EndpointHandlerMapping) - Method in interface org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMappingCustomizer
Customize the specified EndpointHandlerMapping.

D

DataEndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
Simple wrapper around Endpoint implementations that provide actuator data of some sort.
DataEndpointMBean(String, Endpoint<?>, ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean
Create a new DataEndpointMBean instance.
DataSourceHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator that tests the status of a DataSource and optionally runs a test query.
DataSourceHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator instance.
DataSourceHealthIndicator(DataSource) - Constructor for class org.springframework.boot.actuate.health.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator using the specified DataSource.
DataSourceHealthIndicator(DataSource, String) - Constructor for class org.springframework.boot.actuate.health.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator using the specified DataSource and validation query.
DataSourcePublicMetrics - Class in org.springframework.boot.actuate.endpoint
A PublicMetrics implementation that provides data source usage statistics.
DataSourcePublicMetrics() - Constructor for class org.springframework.boot.actuate.endpoint.DataSourcePublicMetrics
 
DataSourcesHealthIndicatorConfiguration(ObjectProvider<Map<String, DataSource>>, ObjectProvider<Collection<DataSourcePoolMetadataProvider>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
 
dbHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
 
decrement(String) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferCounterService
 
decrement(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
Decrement the specified counter by 1.
decrement(String) - Method in class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
 
decrement(String) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
 
DEFAULT_DOMAIN - Static variable in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
The default JMX domain.
DEFAULT_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.InfoContributorAutoConfiguration
The default order for the core InfoContributor beans.
DefaultCacheStatistics - Class in org.springframework.boot.actuate.cache
A default CacheStatistics implementation.
DefaultCacheStatistics() - Constructor for class org.springframework.boot.actuate.cache.DefaultCacheStatistics
 
DefaultCounterService - Class in org.springframework.boot.actuate.metrics.writer
Default implementation of CounterService.
DefaultCounterService(MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
Create a DefaultCounterService instance.
DefaultGaugeService - Class in org.springframework.boot.actuate.metrics.writer
Default implementation of GaugeService.
DefaultGaugeService(MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.writer.DefaultGaugeService
Create a DefaultGaugeService instance.
DefaultMetricNamingStrategy - Class in org.springframework.boot.actuate.metrics.jmx
MBean naming strategy for metric keys.
DefaultMetricNamingStrategy() - Constructor for class org.springframework.boot.actuate.metrics.jmx.DefaultMetricNamingStrategy
 
DefaultOpenTsdbNamingStrategy - Class in org.springframework.boot.actuate.metrics.opentsdb
A naming strategy that just passes through the metric name, together with tags from a set of static values.
DefaultOpenTsdbNamingStrategy() - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
 
Delta<T extends Number> - Class in org.springframework.boot.actuate.metrics.writer
A value object representing an increment in a metric value (usually a counter).
Delta(String, T) - Constructor for class org.springframework.boot.actuate.metrics.writer.Delta
 
Delta(String, T, Date) - Constructor for class org.springframework.boot.actuate.metrics.writer.Delta
 
destroy() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
Deprecated.
 
destroy() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
DIFFERENT - org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
 
DISABLE - org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
 
DISABLED_RESPONSE - Static variable in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
A ResponseEntity returned for disabled endpoints.
diskSpaceHealthIndicator(DiskSpaceHealthIndicatorProperties) - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration
 
DiskSpaceHealthIndicator - Class in org.springframework.boot.actuate.health
A HealthIndicator that checks available disk space and reports a status of Status.DOWN when it drops below a configurable threshold.
DiskSpaceHealthIndicator(DiskSpaceHealthIndicatorProperties) - Constructor for class org.springframework.boot.actuate.health.DiskSpaceHealthIndicator
Create a new DiskSpaceHealthIndicator.
DiskSpaceHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration
 
diskSpaceHealthIndicatorProperties() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration
 
DiskSpaceHealthIndicatorProperties - Class in org.springframework.boot.actuate.health
External configuration properties for DiskSpaceHealthIndicator.
DiskSpaceHealthIndicatorProperties() - Constructor for class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
 
dispatcherServlet() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
DocsMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
MvcEndpoint to expose actuator documentation.
DocsMvcEndpoint(ManagementServletContext) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
 
DocsMvcEndpoint.Curies - Class in org.springframework.boot.actuate.endpoint.mvc
Properties of the default CurieProvider (used for adding docs links).
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.AbstractHealthIndicator
Actual health check logic.
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.ApplicationHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.CassandraHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.CouchbaseHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.ElasticsearchJestHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.JmsHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.LdapHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.MailHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.MongoHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.RabbitHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.RedisHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.SolrHealthIndicator
 
DOMAIN_KEY - Static variable in class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
The domain key.
doStart() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
down() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.DOWN.
down() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with a Status.DOWN status.
down(Exception) - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.DOWN and add details for given Exception.
down(Exception) - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.DOWN status an the specified exception details.
DOWN - Static variable in class org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem has suffered an unexpected failure.
dropwizardMetricServices(MetricRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.MetricsDropwizardAutoConfiguration
 
DropwizardMetricServices - Class in org.springframework.boot.actuate.metrics.dropwizard
A GaugeService and CounterService that sends data to a Dropwizard MetricRegistry based on a naming convention.
DropwizardMetricServices(MetricRegistry) - Constructor for class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
Create a new DropwizardMetricServices instance.
DropwizardMetricServices(MetricRegistry, ReservoirFactory) - Constructor for class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
Create a new DropwizardMetricServices instance.
dropwizardPublicMetrics(MetricRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.MetricsDropwizardAutoConfiguration
 
dumpEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
DumpEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose thread info.
DumpEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.DumpEndpoint
Create a new DumpEndpoint instance.
dumpHeap(File, boolean) - Method in interface org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.HeapDumper
Dump the current heap to the specified file.
dumpHeap(File, boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.HotSpotDiagnosticMXBeanHeapDumper
 

E

EhCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
CacheStatisticsProvider implementation for EhCache.
EhCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.EhCacheStatisticsProvider
 
ElasticsearchHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator for an Elasticsearch cluster.
ElasticsearchHealthIndicator(Client, ElasticsearchHealthIndicatorProperties) - Constructor for class org.springframework.boot.actuate.health.ElasticsearchHealthIndicator
 
ElasticsearchHealthIndicatorProperties - Class in org.springframework.boot.actuate.health
External configuration properties for ElasticsearchHealthIndicator.
ElasticsearchHealthIndicatorProperties() - Constructor for class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
 
ElasticsearchJestHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator for Elasticsearch using a JestClient.
ElasticsearchJestHealthIndicator(JestClient) - Constructor for class org.springframework.boot.actuate.health.ElasticsearchJestHealthIndicator
 
enabledByDefault() - Method in annotation type org.springframework.boot.actuate.condition.ConditionalOnEnabledEndpoint
Returns whether or not the endpoint is enabled by default.
Endpoint<T> - Interface in org.springframework.boot.actuate.endpoint
An endpoint that can be used to expose useful information to operations.
EndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for common management Endpoints.
EndpointAutoConfiguration(ObjectProvider<HealthAggregator>, ObjectProvider<Map<String, HealthIndicator>>, ObjectProvider<List<InfoContributor>>, ObjectProvider<Collection<PublicMetrics>>, ObjectProvider<TraceRepository>) - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
EndpointAutoConfiguration.RequestMappingEndpointConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointCorsProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for MVC endpoints' CORS support.
EndpointCorsProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
endpointHandlerMapping() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
EndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.mvc
HandlerMapping to map Endpoints to URLs via Endpoint.getId().
EndpointHandlerMapping(Collection<? extends MvcEndpoint>) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Create a new EndpointHandlerMapping instance.
EndpointHandlerMapping(Collection<? extends MvcEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Create a new EndpointHandlerMapping instance.
EndpointHandlerMappingConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration
 
EndpointHandlerMappingCustomizer - Interface in org.springframework.boot.actuate.endpoint.mvc
Callback for customizing the EndpointHandlerMapping at configuration time.
EndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
Base for adapters that convert Endpoint implementations to JmxEndpoint.
EndpointMBean(String, Endpoint<?>, ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
Create a new EndpointMBean instance.
EndpointMBeanExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration to enable JMX export for Endpoints.
EndpointMBeanExportAutoConfiguration(EndpointMBeanExportProperties, ObjectProvider<ObjectMapper>) - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
 
endpointMBeanExporter(MBeanServer) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
 
EndpointMBeanExporter - Class in org.springframework.boot.actuate.endpoint.jmx
SmartLifecycle bean that registers all known Endpoints with an MBeanServer using the MBeanExporter located from the application context.
EndpointMBeanExporter() - Constructor for class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
Create a new EndpointMBeanExporter instance.
EndpointMBeanExporter(ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
Create a new EndpointMBeanExporter instance.
EndpointMBeanExportProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for JMX.
EndpointMBeanExportProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
EndpointMvcAdapter - Class in org.springframework.boot.actuate.endpoint.mvc
Adapter class to expose Endpoints as MvcEndpoints.
EndpointMvcAdapter(Endpoint<?>) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
Create a new EndpointMvcAdapter.
EndpointProperties - Class in org.springframework.boot.actuate.endpoint
Global endpoint properties.
EndpointProperties() - Constructor for class org.springframework.boot.actuate.endpoint.EndpointProperties
 
EndpointWebMvcAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration to enable Spring MVC to handle Endpoint requests.
EndpointWebMvcAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointWebMvcAutoConfiguration.EndpointWebMvcConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointWebMvcAutoConfiguration.ManagementServerPort - Enum in org.springframework.boot.actuate.autoconfigure
 
EndpointWebMvcChildContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Configuration triggered from EndpointWebMvcAutoConfiguration when a new EmbeddedServletContainer running on a different port is required.
EndpointWebMvcChildContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Configuration to add HandlerMapping for MvcEndpoints.
EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointWebMvcChildContextSecurityConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration
 
EndpointWebMvcConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.EndpointWebMvcConfiguration
 
EndpointWebMvcHypermediaManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Configuration for hypermedia in HTTP endpoints.
EndpointWebMvcHypermediaManagementContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration
 
EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice - Class in org.springframework.boot.actuate.autoconfigure
Controller advice that adds links to the actuator endpoint's path.
EndpointWebMvcManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Configuration to expose Endpoint instances over Spring MVC.
EndpointWebMvcManagementContextConfiguration(HealthMvcEndpointProperties, ManagementServerProperties, EndpointCorsProperties, ObjectProvider<List<EndpointHandlerMappingCustomizer>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
enhanceTrace(Map<String, Object>, HttpServletResponse) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
envInfoContributor(ConfigurableEnvironment) - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorAutoConfiguration
 
environmentEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
EnvironmentEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose environment information.
EnvironmentEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
Create a new EnvironmentEndpoint instance.
EnvironmentInfoContributor - Class in org.springframework.boot.actuate.info
An InfoContributor that provides all environment entries prefixed with info.
EnvironmentInfoContributor(ConfigurableEnvironment) - Constructor for class org.springframework.boot.actuate.info.EnvironmentInfoContributor
 
environmentMvcEndpoint(EnvironmentEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
EnvironmentMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Adapter to expose EnvironmentEndpoint as an MvcEndpoint.
EnvironmentMvcEndpoint(EnvironmentEndpoint) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
 
EnvironmentMvcEndpoint.NoSuchPropertyException - Exception in org.springframework.boot.actuate.endpoint.mvc
Exception thrown when the specified property cannot be found.
equals(Object) - Method in class org.springframework.boot.actuate.health.Health
 
equals(Object) - Method in class org.springframework.boot.actuate.health.Status
 
equals(Object) - Method in class org.springframework.boot.actuate.info.Info
 
equals(Object) - Method in class org.springframework.boot.actuate.metrics.Metric
 
equals(Object) - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
errorEndpoint(ErrorAttributes) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
ERRORS - org.springframework.boot.actuate.trace.TraceProperties.Include
Include errors (if any).
export() - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
 
export() - Method in interface org.springframework.boot.actuate.metrics.export.Exporter
Export metric data.
Exporter - Interface in org.springframework.boot.actuate.metrics.export
Generic interface for metric exports.
ExportMetricReader - Annotation Type in org.springframework.boot.actuate.autoconfigure
Qualifier annotation for a metric reader that can be exported (to distinguish it from others that might be installed by the user for other purposes).
ExportMetricWriter - Annotation Type in org.springframework.boot.actuate.autoconfigure
Qualifier annotation for a metric repository that is to be used to export metrics from the ExportMetricReader readers.
exposeHealthDetails(HttpServletRequest, Principal) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
 
extendInterceptors(List<Object>) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
 
extract(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
Extract beans annotated ConfigurationProperties and serialize into Map.
extractContent(PropertySource<?>) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Extract the raw content based on the specified PropertySource.
extractHandlerMappings(Collection<AbstractUrlHandlerMapping>, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
extractHandlerMappings(ApplicationContext, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
extractMethodMappings(Collection<AbstractHandlerMethodMapping<?>>, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
extractMethodMappings(ApplicationContext, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 

F

find(String, Date) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
Find audit events relating to the specified principal since the time provided.
find(String, Date) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
find(String, Date, String) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
Find audit events of specified type relating to the specified principal since the time provided.
find(String, Date, String) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
find(Date) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
Find audit events since the time provided.
find(Date) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
findAll() - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpointMetricReader
 
findAll() - Method in class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
 
findAll() - Method in class org.springframework.boot.actuate.metrics.buffer.BufferMetricReader
 
findAll() - Method in class org.springframework.boot.actuate.metrics.integration.SpringIntegrationMetricReader
 
findAll() - Method in class org.springframework.boot.actuate.metrics.reader.CompositeMetricReader
 
findAll() - Method in interface org.springframework.boot.actuate.metrics.reader.MetricReader
Find all the metrics known to this reader.
findAll() - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
findAll() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
findAll() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
findAll() - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
findAll() - Method in class org.springframework.boot.actuate.metrics.rich.MultiMetricRichGaugeReader
 
findAll() - Method in interface org.springframework.boot.actuate.metrics.rich.RichGaugeReader
Find all instances of rich gauge known to this reader.
findAll() - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
findAll() - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
 
findAll() - Method in interface org.springframework.boot.actuate.trace.TraceRepository
Find all Trace objects contained in the repository.
findAll(String) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferMetricReader
 
findAll(String) - Method in interface org.springframework.boot.actuate.metrics.reader.PrefixMetricReader
Find all metrics whose name starts with the given prefix.
findAll(String) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMultiMetricRepository
 
findAll(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
findAllWithPrefix(String) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
findAllWithPrefix(String) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
findByPrincipalAndAfterAndType(String, Date, String) - Method in class org.springframework.boot.actuate.endpoint.mvc.AuditEventsMvcEndpoint
 
findOne(String) - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpointMetricReader
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferMetricReader
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.integration.SpringIntegrationMetricReader
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.reader.CompositeMetricReader
 
findOne(String) - Method in interface org.springframework.boot.actuate.metrics.reader.MetricReader
Find an instance of the metric with the given name (usually the latest recorded value).
findOne(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.rich.MultiMetricRichGaugeReader
 
findOne(String) - Method in interface org.springframework.boot.actuate.metrics.rich.RichGaugeReader
Find a single instance of a rich gauge by name.
findOne(String) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
findTrigger(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
Find a matching trigger configuration.
flush() - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
 
flush() - Method in class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
 
flush() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
Flush the buffer without waiting for it to fill any further.
FlywayEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose flyway info.
FlywayEndpoint(Map<String, Flyway>) - Constructor for class org.springframework.boot.actuate.endpoint.FlywayEndpoint
 
FlywayEndpoint(Flyway) - Constructor for class org.springframework.boot.actuate.endpoint.FlywayEndpoint
 
FlywayEndpoint.FlywayMigration - Class in org.springframework.boot.actuate.endpoint
Migration properties.
FlywayEndpoint.FlywayReport - Class in org.springframework.boot.actuate.endpoint
Flyway report for one datasource.
FlywayMigration(MigrationInfo) - Constructor for class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
 
FlywayReport(String, List<FlywayEndpoint.FlywayMigration>) - Constructor for class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayReport
 
FULL - org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Expose all available data, including custom properties.

G

GaugeBuffer - Class in org.springframework.boot.actuate.metrics.buffer
Mutable buffer containing a double value and a timestamp.
GaugeBuffer(long) - Constructor for class org.springframework.boot.actuate.metrics.buffer.GaugeBuffer
 
GaugeBuffers - Class in org.springframework.boot.actuate.metrics.buffer
Fast writes to in-memory metrics store using GaugeBuffer.
GaugeBuffers() - Constructor for class org.springframework.boot.actuate.metrics.buffer.GaugeBuffers
 
GaugeService - Interface in org.springframework.boot.actuate.metrics
A service that can be used to submit a named double value for storage and analysis.
GaugeWriter - Interface in org.springframework.boot.actuate.metrics.writer
Writer for gauge values (simple metric with a number value).
generateContent() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Extract the content to contribute to the info endpoint.
GenericSerializerModifier() - Constructor for class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
 
get(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint
 
get(String) - Method in class org.springframework.boot.actuate.info.Info
 
get(String, Class<T>) - Method in class org.springframework.boot.actuate.info.Info
 
get(Environment, BeanFactory) - Static method in enum org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
 
getAddApplicationContextHeader() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
getAdditionalProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Deprecated.
 
getAddress() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
getAggregate() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
 
getAggregatePrefix() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
 
getAllowCredentials() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
getAllowedHeaders() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
getAllowedMethods() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
getAllowedOrigins() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
getAlpha() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
Return the smoothing constant value.
getApplicationContext() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementContextResolver
Return the management ApplicationContext.
getAttribute(ObjectName, String, Class<T>) - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
 
getAuditEvent() - Method in class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Get the audit event.
getAuth() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Deprecated.
 
getAuthTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
Deprecated.
 
getAverage() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
Return either an exponential weighted moving average or a simple mean, respectively, depending on whether the weight 'alpha' has been set for this gauge.
getCacheStatistics(ObjectName) - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
Return the current CacheStatistics snapshot from the MBean identified by the specified ObjectName.
getCacheStatistics(ObjectName) - Method in class org.springframework.boot.actuate.cache.InfinispanCacheStatisticsProvider
 
getCacheStatistics(ObjectName) - Method in class org.springframework.boot.actuate.cache.JCacheCacheStatisticsProvider
 
getCacheStatistics(CacheManager, C) - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
 
getCacheStatistics(CacheManager, C) - Method in interface org.springframework.boot.actuate.cache.CacheStatisticsProvider
Return the current CacheStatistics snapshot for the specified Cache or null if the given cache could not be handled.
getCacheStatistics(CacheManager, HazelcastCache) - Method in class org.springframework.boot.actuate.cache.HazelcastCacheStatisticsProvider
 
getCacheStatistics(CacheManager, CaffeineCache) - Method in class org.springframework.boot.actuate.cache.CaffeineCacheStatisticsProvider
 
getCacheStatistics(CacheManager, ConcurrentMapCache) - Method in class org.springframework.boot.actuate.cache.ConcurrentMapCacheStatisticsProvider
 
getCacheStatistics(CacheManager, EhCacheCache) - Method in class org.springframework.boot.actuate.cache.EhCacheStatisticsProvider
 
getCacheStatistics(CacheManager, GuavaCache) - Method in class org.springframework.boot.actuate.cache.GuavaCacheStatisticsProvider
Deprecated.
 
getChangeLogs() - Method in class org.springframework.boot.actuate.endpoint.LiquibaseEndpoint.LiquibaseReport
 
getChecksum() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
 
getCode() - Method in class org.springframework.boot.actuate.health.Status
Return the code for this status.
getCommandPathPatterns() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Deprecated.
 
getCommandRefreshInterval() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Deprecated.
 
getCondition() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
 
getConfig() - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaProperties
 
getConfigPathPatterns() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Deprecated.
 
getConfiguredLevel() - Method in class org.springframework.boot.actuate.endpoint.LoggersEndpoint.LoggerLevels
 
getContextPath() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
Return the context path with no trailing slash (i.e.
getContextPath() - Method in interface org.springframework.boot.actuate.endpoint.mvc.ManagementServletContext
Return the context path of the management server.
getCorsHandlerExecutionChain(HttpServletRequest, HandlerExecutionChain, CorsConfiguration) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
 
getCount() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
Return the number of times the value has been set.
getCounterSubmissions() - Method in class org.springframework.boot.actuate.autoconfigure.MetricFilterProperties
 
getCuries() - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
 
getData() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the event data.
getData() - Method in class org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean
 
getData(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.AuditEventsJmxEndpoint
 
getData(String, String) - Method in class org.springframework.boot.actuate.endpoint.jmx.AuditEventsJmxEndpoint
 
getData(String, String, String) - Method in class org.springframework.boot.actuate.endpoint.jmx.AuditEventsJmxEndpoint
 
getDelayMillis() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
 
getDelegate() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
 
getDescription() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
 
getDescription() - Method in class org.springframework.boot.actuate.health.Status
Return the description of this status.
getDetails() - Method in class org.springframework.boot.actuate.health.Health
Return the details of the health.
getDetails() - Method in class org.springframework.boot.actuate.info.Info
Return the content.
getDisabledCommands() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Deprecated.
 
getDisabledPlugins() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Deprecated.
 
getDisabledResponse() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
Returns the response that should be returned when the endpoint is disabled.
getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
Deprecated.
 
getEffectiveLevel() - Method in class org.springframework.boot.actuate.endpoint.LoggersEndpoint.LoggerLevels
 
getEnabled() - Method in class org.springframework.boot.actuate.endpoint.EndpointProperties
 
getEndpoint() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getEndpoint() - Method in class org.springframework.boot.actuate.endpoint.jmx.LoggersEndpointMBean
 
getEndpointClass() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getEndpointMBean(String, Endpoint<?>) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
Return the endpoints.
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
 
getEndpoints(Class<E>) - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
Return the endpoints of the specified type.
getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
 
getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getEndpointType() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxEndpoint
Return the type of Endpoint exposed, or null if this JmxEndpoint exposes information that cannot be represented as a traditional Endpoint.
getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
 
getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
getEndpointType() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
Return the type of Endpoint exposed, or null if this MvcEndpoint exposes information that cannot be represented as a traditional Endpoint.
getEnvironment() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
getEnvironment() - Method in class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
 
getEnvironment() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
getExcludes() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
 
getExclusions() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
 
getExecutionTime() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
 
getExporters() - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
 
getExposedHeaders() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
getExternalFile() - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
 
getGaugeSubmissions() - Method in class org.springframework.boot.actuate.autoconfigure.MetricFilterProperties
 
getGit() - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorProperties
 
getHalBrowserLocation(ResourceLoader) - Static method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint
 
getHandlerExecutionChain(Object, HttpServletRequest) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
 
getHitRatio() - Method in interface org.springframework.boot.actuate.cache.CacheStatistics
Return the ratio of cache requests which were hits as a value between 0 and 1 where 0 means that the hit ratio is 0% and 1 means it is 100%.
getHitRatio() - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
 
getHost() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
 
getHtmlFile() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint.HalBrowserLocation
 
getId() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
getId() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
The logical ID of the endpoint.
getIdentity() - Method in class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
 
getIdentity() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getIdentity() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxEndpoint
Return the MBean identity for this endpoint.
getIdleTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
Deprecated.
 
getInclude() - Method in class org.springframework.boot.actuate.trace.TraceProperties
 
getIncludes() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
 
getIndices() - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
 
getInfo() - Method in class org.springframework.boot.actuate.trace.Trace
 
getInstalledOn() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
 
getKey() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
 
getKeyPath() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
Deprecated.
 
getKeyPattern() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
 
getLastUpdated() - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
 
getLogger(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.LoggersEndpointMBean
 
getLoggers() - Method in class org.springframework.boot.actuate.endpoint.jmx.LoggersEndpointMBean
 
getManagementServletContext() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint
 
getMapping() - Method in class org.springframework.boot.actuate.autoconfigure.HealthMvcEndpointProperties
 
getMatched() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndConditions
 
getMax() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
Return the maximum value of the gauge.
getMaxAge() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
getMBeanServer() - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
 
getMessage() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
 
getMetric() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
getMetric() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
 
getMigrations() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayReport
 
getMin() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
Return the minimum value of the gauge.
getMissRatio() - Method in interface org.springframework.boot.actuate.cache.CacheStatistics
Return the ratio of cache requests which were misses as value between 0 and 1 where 0 means that the miss ratio is 0% and 1 means it is 100%.
getMissRatio() - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
 
getMode() - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorProperties.Git
 
getMode() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the mode that should be used to expose the content.
getMvcEndpoints() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementContextResolver
Return all MvcEndpoints from the management context.
getName() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
Deprecated.
 
getName() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayReport
 
getName() - Method in class org.springframework.boot.actuate.endpoint.LiquibaseEndpoint.LiquibaseReport
 
getName() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
 
getName() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractNamedMvcEndpoint
 
getName() - Method in interface org.springframework.boot.actuate.endpoint.mvc.NamedMvcEndpoint
Return the logical name of the endpoint.
getName() - Method in class org.springframework.boot.actuate.metrics.Metric
Returns the name of the metric.
getName() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
Return the name of the gauge.
getName(String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
 
getName(String) - Method in interface org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbNamingStrategy
Convert the metric name into a OpenTsdbName.
getNames() - Method in class org.springframework.boot.actuate.metrics.export.SpecificTriggerProperties
 
getNegativeMatches() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
 
getNestedMap(Map<String, Object>, String) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the nested map with the specified key or empty map if the specified map contains no mapping for the key.
getNotMatched() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndConditions
 
getObjectName(C) - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
Return the ObjectName of the MBean that is managing the specified cache or null if none is found.
getObjectName(Object, String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
getObjectName(Object, String) - Method in class org.springframework.boot.actuate.metrics.jmx.DefaultMetricNamingStrategy
 
getObjectName(SpringCache) - Method in class org.springframework.boot.actuate.cache.InfinispanCacheStatisticsProvider
 
getObjectName(JCacheCache) - Method in class org.springframework.boot.actuate.cache.JCacheCacheStatisticsProvider
 
getOrder() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorProperties
 
getOrder() - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
 
getOrder() - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
getParent() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
 
getPassword() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
Deprecated.
 
getPath() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
Deprecated.
 
getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
 
getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
getPath() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
Return the MVC path of the endpoint.
getPath() - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
 
getPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
Get the path of the endpoint.
getPath(MvcEndpoint) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
Return the path that should be used to map the given MvcEndpoint.
getPhase() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
Returns the management port or null if the server port should be used.
getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
Deprecated.
 
getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
Deprecated.
 
getPort() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
 
getPositiveMatches() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
 
getPrefix() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
Get the prefix used in mappings.
getPrefix() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
 
getPrefix() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
 
getPrefix() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
 
getPrincipal() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the user principal responsible for the event.
getProperties() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the properties that this instance manages.
getPublisher() - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
getPublisher() - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
getQuery() - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
Return the validation query or null.
getRedis() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
 
getReservoir(String) - Method in interface org.springframework.boot.actuate.metrics.dropwizard.ReservoirFactory
Return the Reservoir instance to use or null if a custom reservoir is not needed.
getResolver() - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
 
getResourceLocation() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint.HalBrowserLocation
 
getResponseTimeout() - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
 
getRestTemplate() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
 
getRoles() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
getRoles() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
Deprecated.
 
getScript() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
 
getSecurity() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
getSensitive() - Method in class org.springframework.boot.actuate.endpoint.EndpointProperties
 
getSessions() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
getSize() - Method in interface org.springframework.boot.actuate.cache.CacheStatistics
Return the size of the cache or null if that information is not available.
getSize() - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
 
getSsh() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Deprecated.
 
getSsl() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
getState() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
 
getStaticNames() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
getStatsd() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
 
getStatus() - Method in class org.springframework.boot.actuate.health.Health
Return the status of the health.
getTags() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
getTags() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
 
getTelnet() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Deprecated.
 
getThreshold() - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
 
getTimestamp() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the date/time that the even was logged.
getTimestamp() - Method in class org.springframework.boot.actuate.metrics.Metric
 
getTimestamp() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
getTimestamp() - Method in class org.springframework.boot.actuate.trace.Trace
 
getTimeToLive() - Method in class org.springframework.boot.actuate.endpoint.HealthEndpoint
Time to live for cached result.
getTrace(HttpServletRequest) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
getTriggers() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
Configuration for triggers on individual named writers.
getType() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the type of event.
getType() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Auth
Deprecated.
 
getType() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
 
getUser() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
Deprecated.
 
getValidationQuery(String) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
 
getValue() - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffer
 
getValue() - Method in class org.springframework.boot.actuate.metrics.buffer.GaugeBuffer
 
getValue() - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
 
getValue() - Method in class org.springframework.boot.actuate.metrics.Metric
Returns the value of the metric.
getValue() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
getValue() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
Return the current value of the gauge.
getValues() - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
getVersion() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
 
Git() - Constructor for class org.springframework.boot.actuate.autoconfigure.InfoContributorProperties.Git
 
gitInfoContributor(GitProperties) - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorAutoConfiguration
 
GitInfoContributor - Class in org.springframework.boot.actuate.info
An InfoContributor that exposes GitProperties.
GitInfoContributor(GitProperties) - Constructor for class org.springframework.boot.actuate.info.GitInfoContributor
 
GitInfoContributor(GitProperties, InfoPropertiesInfoContributor.Mode) - Constructor for class org.springframework.boot.actuate.info.GitInfoContributor
 
groups() - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
Generate a group of metrics to iterate over in the form of a set of Strings (e.g.
groups() - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
 
groups() - Method in class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
 
groups() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMultiMetricRepository
 
groups() - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
The names of all the groups known to this repository.
groups() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
GuavaCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
Deprecated.
as of 1.5 following the removal of Guava support in Spring Framework 5
GuavaCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.GuavaCacheStatisticsProvider
Deprecated.
 

H

HalBrowserLocation(String, String) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint.HalBrowserLocation
 
HalBrowserMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
MvcEndpoint to expose a HAL browser.
HalBrowserMvcEndpoint(ManagementServletContext) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint
 
HalBrowserMvcEndpoint.HalBrowserLocation - Class in org.springframework.boot.actuate.endpoint.mvc
HAL Browser properties.
halJsonMvcEndpoint(ManagementServletContext, ResourceProperties, ResourceLoader) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration
 
HalJsonMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
MvcEndpoint to expose HAL-formatted JSON.
HalJsonMvcEndpoint(ManagementServletContext) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint
 
handle(File, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint
Handle the heap dump file and respond.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
handleMessage(Message<?>) - Method in class org.springframework.boot.actuate.metrics.writer.MetricWriterMessageHandler
 
handlerMapping(MvcEndpoints, ListableBeanFactory, EndpointHandlerMapping) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration
 
hashCode() - Method in class org.springframework.boot.actuate.health.Health
 
hashCode() - Method in class org.springframework.boot.actuate.health.Status
 
hashCode() - Method in class org.springframework.boot.actuate.info.Info
 
hashCode() - Method in class org.springframework.boot.actuate.metrics.Metric
 
hashCode() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
HazelcastCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
CacheStatisticsProvider implementation for Hazelcast.
HazelcastCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.HazelcastCacheStatisticsProvider
 
health() - Method in class org.springframework.boot.actuate.health.AbstractHealthIndicator
 
health() - Method in class org.springframework.boot.actuate.health.CompositeHealthIndicator
 
health() - Method in interface org.springframework.boot.actuate.health.HealthIndicator
Return an indication of health.
Health - Class in org.springframework.boot.actuate.health
Carries information about the health of a component or subsystem.
Health.Builder - Class in org.springframework.boot.actuate.health
Builder for creating immutable Health instances.
healthAggregator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration
 
HealthAggregator - Interface in org.springframework.boot.actuate.health
Strategy interface used by CompositeHealthIndicator to aggregate Health instances into a final one.
healthEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
HealthEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose application health.
HealthEndpoint(HealthAggregator, Map<String, HealthIndicator>) - Constructor for class org.springframework.boot.actuate.endpoint.HealthEndpoint
Create a new HealthEndpoint instance.
HealthIndicator - Interface in org.springframework.boot.actuate.health
Strategy interface used to provide an indication of application health.
HealthIndicatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for HealthIndicators.
HealthIndicatorAutoConfiguration(HealthIndicatorProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration
 
HealthIndicatorAutoConfiguration.CassandraHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.CouchbaseHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.JmsHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.LdapHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.MailHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.MongoHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.RedisHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for some health properties.
HealthIndicatorProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorProperties
 
healthMvcEndpoint(HealthEndpoint, ManagementServerProperties) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
HealthMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Adapter to expose HealthEndpoint as an MvcEndpoint.
HealthMvcEndpoint(HealthEndpoint) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
 
HealthMvcEndpoint(HealthEndpoint, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
 
HealthMvcEndpoint(HealthEndpoint, boolean, List<String>) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
 
HealthMvcEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for the HealthMvcEndpoint.
HealthMvcEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthMvcEndpointProperties
 
HeapDumperUnavailableException(String, Throwable) - Constructor for exception org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.HeapDumperUnavailableException
 
heapdumpMvcEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
HeapdumpMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
MvcEndpoint to expose heap dumps.
HeapdumpMvcEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint
 
HeapdumpMvcEndpoint(long) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint
 
HeapdumpMvcEndpoint.HeapDumper - Interface in org.springframework.boot.actuate.endpoint.mvc
Strategy interface used to dump the heap to a file.
HeapdumpMvcEndpoint.HeapDumperUnavailableException - Exception in org.springframework.boot.actuate.endpoint.mvc
Exception to be thrown if the HeapdumpMvcEndpoint.HeapDumper cannot be created.
HeapdumpMvcEndpoint.HotSpotDiagnosticMXBeanHeapDumper - Class in org.springframework.boot.actuate.endpoint.mvc
HeapdumpMvcEndpoint.HeapDumper that uses com.sun.management.HotSpotDiagnosticMXBean available on Oracle and OpenJDK to dump the heap to a file.
HotSpotDiagnosticMXBeanHeapDumper() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.HotSpotDiagnosticMXBeanHeapDumper
 
HypermediaDisabled - Annotation Type in org.springframework.boot.actuate.endpoint.mvc
Annotation to indicate that an MvcEndpoint class or RequestMapping method shouldn't generate a hypermedia response.

I

IF_REQUIRED - org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.SessionCreationPolicy
Only create an HttpSession if required.
increment(int) - Method in class org.springframework.boot.actuate.metrics.Metric
Create a new Metric with an incremented value.
increment(long) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
 
increment(String) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferCounterService
 
increment(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
Increment the specified counter by 1.
increment(String) - Method in class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
 
increment(String) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
 
increment(String, long) - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffers
 
increment(String, long) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
 
increment(String, Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMultiMetricRepository
 
increment(String, Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
increment(String, Delta<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.PrefixMetricWriter
Increment the value of a metric (or decrement if the delta is negative).
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
increment(Delta<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.CounterWriter
Increment the value of a metric (or decrement if the delta is negative).
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
 
InfinispanCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
CacheStatisticsProvider implementation for Infinispan.
InfinispanCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.InfinispanCacheStatisticsProvider
 
Info - Class in org.springframework.boot.actuate.info
Carries information of the application.
Info.Builder - Class in org.springframework.boot.actuate.info
Builder for creating immutable Info instances.
InfoContributor - Interface in org.springframework.boot.actuate.info
Contributes additional info details.
InfoContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for standard InfoContributors.
InfoContributorAutoConfiguration(InfoContributorProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.InfoContributorAutoConfiguration
 
InfoContributorProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for core info contributors.
InfoContributorProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.InfoContributorProperties
 
InfoContributorProperties.Git - Class in org.springframework.boot.actuate.autoconfigure
 
infoEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
InfoEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose arbitrary application information.
InfoEndpoint(List<InfoContributor>) - Constructor for class org.springframework.boot.actuate.endpoint.InfoEndpoint
Create a new InfoEndpoint instance.
InfoPropertiesInfoContributor<T extends org.springframework.boot.info.InfoProperties> - Class in org.springframework.boot.actuate.info
A base InfoContributor to expose an InfoProperties.
InfoPropertiesInfoContributor(T, InfoPropertiesInfoContributor.Mode) - Constructor for class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
 
InfoPropertiesInfoContributor.Mode - Enum in org.springframework.boot.actuate.info
Defines how properties should be exposed.
init() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
Deprecated.
 
init() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice
 
init() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration
 
initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
 
initialize() - Method in class org.springframework.boot.actuate.endpoint.DataSourcePublicMetrics
 
InMemoryAuditEventRepository - Class in org.springframework.boot.actuate.audit
In-memory AuditEventRepository implementation.
InMemoryAuditEventRepository() - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
InMemoryAuditEventRepository(int) - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
InMemoryMetricRepository - Class in org.springframework.boot.actuate.metrics.repository
MetricRepository implementation that stores metrics in memory.
InMemoryMetricRepository() - Constructor for class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
InMemoryMultiMetricRepository - Class in org.springframework.boot.actuate.metrics.repository
InMemoryMultiMetricRepository() - Constructor for class org.springframework.boot.actuate.metrics.repository.InMemoryMultiMetricRepository
InMemoryMultiMetricRepository(InMemoryMetricRepository) - Constructor for class org.springframework.boot.actuate.metrics.repository.InMemoryMultiMetricRepository
Create a new InMemoryMetricRepository backed by the specified InMemoryMetricRepository.
InMemoryRichGaugeRepository - Class in org.springframework.boot.actuate.metrics.rich
In memory implementation of MetricWriter and RichGaugeReader.
InMemoryRichGaugeRepository() - Constructor for class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
InMemoryTraceRepository - Class in org.springframework.boot.actuate.trace
In-memory implementation of TraceRepository.
InMemoryTraceRepository() - Constructor for class org.springframework.boot.actuate.trace.InMemoryTraceRepository
 
InvalidLogLevelException(String) - Constructor for exception org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.InvalidLogLevelException
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.BeansEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.DumpEndpoint
 
invoke() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
Called to invoke the endpoint.
invoke() - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.HealthEndpoint
Invoke all HealthIndicator delegates and collect their health information.
invoke() - Method in class org.springframework.boot.actuate.endpoint.InfoEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.LiquibaseEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.LoggersEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.ShutdownMvcEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.TraceEndpoint
 
invoke(boolean, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint
 
invoke(String) - Method in class org.springframework.boot.actuate.endpoint.LoggersEndpoint
 
invoke(HttpServletRequest, Principal) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
 
invoke(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
 
isAutoStartup() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
isDisabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
Returns if this mapping is disabled.
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
Deprecated.
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
Deprecated.
 
isEnabled() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
isEnabled() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
Return if the endpoint is enabled.
isEnabled() - Method in class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
 
isEnabled() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
isEnabled() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxEndpoint
Return if the JMX endpoint is enabled.
isEnabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
isEnabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint.Curies
 
isEnabled() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
 
isEnabled(Environment, Boolean) - Static method in class org.springframework.boot.actuate.endpoint.EndpointProperties
Determine if an endpoint is enabled based on its specific property and taking into account the global default.
isHandler(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
Since all handler beans are passed into the constructor there is no need to detect anything here.
isRunning() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
isSendLatest() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
 
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
isSensitive() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
Return if the endpoint is sensitive, i.e.
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
 
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
isSensitive() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
Return if the endpoint exposes sensitive information.
isSensitive(Environment, Boolean, boolean) - Static method in class org.springframework.boot.actuate.endpoint.EndpointProperties
Determine if an endpoint is sensitive based on its specific property and taking into account the global default.
isUniqueNames() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
iterator() - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 

J

JaasAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
Deprecated.
 
JCacheCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
CacheStatisticsProvider implementation for a JSR-107 compliant cache.
JCacheCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.JCacheCacheStatisticsProvider
 
jmsHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.JmsHealthIndicatorConfiguration
 
JmsHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator for a JMS ConnectionFactory.
JmsHealthIndicator(ConnectionFactory) - Constructor for class org.springframework.boot.actuate.health.JmsHealthIndicator
 
JmsHealthIndicatorConfiguration(ObjectProvider<Map<String, ConnectionFactory>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.JmsHealthIndicatorConfiguration
 
JmxEndpoint - Interface in org.springframework.boot.actuate.endpoint.jmx
A strategy for the JMX layer on top of an Endpoint.
JmxMetricWriter - Class in org.springframework.boot.actuate.metrics.jmx
A MetricWriter for MBeans.
JmxMetricWriter(MBeanExporter) - Constructor for class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
 
JmxMetricWriter.MetricValue - Class in org.springframework.boot.actuate.metrics.jmx
A single metric value.
JolokiaAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for embedding Jolokia, a JMX-HTTP bridge giving an alternative to JSR-160 connectors.
JolokiaAutoConfiguration(JolokiaProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.JolokiaAutoConfiguration
 
jolokiaEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaAutoConfiguration
 
JolokiaMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
MvcEndpoint to expose Jolokia.
JolokiaMvcEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
JolokiaProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for Jolokia.
JolokiaProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.JolokiaProperties
 

K

KeyAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
Deprecated.
 

L

ldapHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.LdapHealthIndicatorConfiguration
 
LdapHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator for configured LDAP server(s).
LdapHealthIndicator(LdapOperations) - Constructor for class org.springframework.boot.actuate.health.LdapHealthIndicator
 
LdapHealthIndicatorConfiguration(Map<String, LdapOperations>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.LdapHealthIndicatorConfiguration
 
links() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint
 
LiquibaseEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose liquibase info.
LiquibaseEndpoint(Map<String, SpringLiquibase>) - Constructor for class org.springframework.boot.actuate.endpoint.LiquibaseEndpoint
 
LiquibaseEndpoint(SpringLiquibase) - Constructor for class org.springframework.boot.actuate.endpoint.LiquibaseEndpoint
 
LiquibaseEndpoint.LiquibaseReport - Class in org.springframework.boot.actuate.endpoint
Liquibase report for one datasource.
LiquibaseReport(String, List<Map<String, ?>>) - Constructor for class org.springframework.boot.actuate.endpoint.LiquibaseEndpoint.LiquibaseReport
 
LocalManagementPort - Annotation Type in org.springframework.boot.actuate.autoconfigure
Annotation at the field or method/constructor parameter level that injects the HTTP management port that got allocated at runtime.
locateAndRegisterEndpoints() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
logfileMvcEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
LogFileMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Controller that provides an API for logfiles, i.e.
LogFileMvcEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
 
LoggerLevels(LoggerConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.LoggersEndpoint.LoggerLevels
 
loggersEndpoint(LoggingSystem) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
LoggersEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose a collection of LoggerConfigurations.
LoggersEndpoint(LoggingSystem) - Constructor for class org.springframework.boot.actuate.endpoint.LoggersEndpoint
Create a new LoggersEndpoint instance.
LoggersEndpoint.LoggerLevels - Class in org.springframework.boot.actuate.endpoint
Levels configured for a given logger exposed in a JSON friendly way.
LoggersEndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
Adapter to expose LoggersEndpoint as an MvcEndpoint.
LoggersEndpointMBean(String, Endpoint<?>, ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.LoggersEndpointMBean
 
loggersMvcEndpoint(LoggersEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
LoggersMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Adapter to expose LoggersEndpoint as an MvcEndpoint.
LoggersMvcEndpoint(LoggersEndpoint) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint
 
LoggersMvcEndpoint.InvalidLogLevelException - Exception in org.springframework.boot.actuate.endpoint.mvc
Exception thrown when the specified log level cannot be found.

M

mailHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.MailHealthIndicatorConfiguration
 
MailHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator for configured smtp server(s).
MailHealthIndicator(JavaMailSenderImpl) - Constructor for class org.springframework.boot.actuate.health.MailHealthIndicator
 
MailHealthIndicatorConfiguration(ObjectProvider<Map<String, JavaMailSenderImpl>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.MailHealthIndicatorConfiguration
 
ManagementContextConfiguration - Annotation Type in org.springframework.boot.actuate.autoconfigure
Specialized @Configuration class that defines configuration specific for the management context.
managementContextResolver() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
ManagementContextResolver - Class in org.springframework.boot.actuate.autoconfigure
Provides access to the ApplicationContext being used to manage actuator endpoints.
ManagementErrorEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Special MvcEndpoint for handling "/error" path when the management servlet is in a child context.
ManagementErrorEndpoint(ErrorAttributes) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
 
managementIgnoredRequestCustomizer(ManagementServerProperties, ObjectProvider<ManagementContextResolver>) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration
 
ManagementSecurityPropertiesConfiguration(ObjectProvider<SecurityProperties>, ObjectProvider<ManagementServerProperties>) - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration
 
managementServerProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
 
ManagementServerProperties - Class in org.springframework.boot.actuate.autoconfigure
Properties for the management server (e.g.
ManagementServerProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
ManagementServerProperties.Security - Class in org.springframework.boot.actuate.autoconfigure
Security configuration.
ManagementServerProperties.SessionCreationPolicy - Enum in org.springframework.boot.actuate.autoconfigure
 
ManagementServerPropertiesAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for the ManagementServerProperties bean.
ManagementServerPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
 
managementServletContext(ManagementServerProperties) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
managementServletContext(ManagementServerProperties) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration
 
ManagementServletContext - Interface in org.springframework.boot.actuate.endpoint.mvc
Provides information about the management servlet context for MVC controllers to use.
ManagementWebSecurityAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for security of framework endpoints.
ManagementWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration
 
ManagementWebSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
ManagementWebSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter - Class in org.springframework.boot.actuate.autoconfigure
 
ManagementWebSecurityAutoConfiguration.WebSecurityEnabler - Class in org.springframework.boot.actuate.autoconfigure
 
ManagementWebSecurityConfigurerAdapter(SecurityProperties, ManagementServerProperties, ObjectProvider<ManagementContextResolver>) - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter
 
MapInfoContributor - Class in org.springframework.boot.actuate.info
A simple InfoContributor that exposes a map.
MapInfoContributor(Map<String, Object>) - Constructor for class org.springframework.boot.actuate.info.MapInfoContributor
 
MAX - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
The suffix for max gauges.
mbeanServer() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
 
MERGED - org.springframework.boot.actuate.autoconfigure.MetricsFilterSubmission
Merge all HTTP methods into a single submission.
MessageAndCondition(ConditionEvaluationReport.ConditionAndOutcome) - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
 
MessageAndConditions(ConditionEvaluationReport.ConditionAndOutcomes) - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndConditions
 
messageChannelMetricWriter(MessageChannel) - Method in class org.springframework.boot.actuate.autoconfigure.MetricsChannelAutoConfiguration
 
MessageChannelMetricWriter - Class in org.springframework.boot.actuate.metrics.writer
A MetricWriter that publishes the metric updates on a MessageChannel.
MessageChannelMetricWriter(MessageChannel) - Constructor for class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
 
Metric<T extends Number> - Class in org.springframework.boot.actuate.metrics
Immutable class that can be used to hold any arbitrary system measurement value (a named numeric value with a timestamp).
Metric(String, T) - Constructor for class org.springframework.boot.actuate.metrics.Metric
Create a new Metric instance for the current time.
Metric(String, T, Date) - Constructor for class org.springframework.boot.actuate.metrics.Metric
Create a new Metric instance.
MetricCopyExporter - Class in org.springframework.boot.actuate.metrics.export
Exporter that "exports" by copying metric data from a source MetricReader to a destination MetricWriter.
MetricCopyExporter(MetricReader, GaugeWriter) - Constructor for class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
Create a new MetricCopyExporter instance.
MetricCopyExporter(MetricReader, GaugeWriter, String) - Constructor for class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
Create a new MetricCopyExporter instance.
MetricExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for metrics export.
MetricExportAutoConfiguration(MetricExportProperties, ObjectProvider<MetricsEndpointMetricReader>, ObjectProvider<List<MetricReader>>, ObjectProvider<Map<String, GaugeWriter>>, ObjectProvider<Map<String, Exporter>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.MetricExportAutoConfiguration
 
MetricExportAutoConfiguration.MetricExportPropertiesConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
MetricExporters - Class in org.springframework.boot.actuate.metrics.export
SchedulingConfigurer to handle metrics export.
MetricExporters(MetricExportProperties) - Constructor for class org.springframework.boot.actuate.metrics.export.MetricExporters
 
metricExportProperties() - Method in class org.springframework.boot.actuate.autoconfigure.MetricExportAutoConfiguration.MetricExportPropertiesConfiguration
 
MetricExportProperties - Class in org.springframework.boot.actuate.metrics.export
Configuration properties for metrics export.
MetricExportProperties() - Constructor for class org.springframework.boot.actuate.metrics.export.MetricExportProperties
 
MetricExportProperties.Aggregate - Class in org.springframework.boot.actuate.metrics.export
Aggregate properties.
MetricExportProperties.Redis - Class in org.springframework.boot.actuate.metrics.export
Redis properties.
MetricExportProperties.Statsd - Class in org.springframework.boot.actuate.metrics.export
Statsd properties.
MetricExportPropertiesConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.MetricExportAutoConfiguration.MetricExportPropertiesConfiguration
 
MetricFilterAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration that records Servlet interactions with a CounterService and GaugeService.
MetricFilterAutoConfiguration(CounterService, GaugeService, MetricFilterProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.MetricFilterAutoConfiguration
 
MetricFilterProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for the MetricsFilter.
MetricFilterProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.MetricFilterProperties
 
MetricReader - Interface in org.springframework.boot.actuate.metrics.reader
A simple reader interface used to interrogate Metrics.
metricReaderPublicMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration
 
MetricReaderPublicMetrics - Class in org.springframework.boot.actuate.endpoint
PublicMetrics exposed from a MetricReader.
MetricReaderPublicMetrics(MetricReader) - Constructor for class org.springframework.boot.actuate.endpoint.MetricReaderPublicMetrics
 
metricRegistry() - Method in class org.springframework.boot.actuate.autoconfigure.MetricsDropwizardAutoConfiguration
 
MetricRegistryMetricReader - Class in org.springframework.boot.actuate.metrics.reader
A Spring Boot MetricReader that reads metrics from a Dropwizard MetricRegistry.
MetricRegistryMetricReader(MetricRegistry) - Constructor for class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
MetricRepository - Interface in org.springframework.boot.actuate.metrics.repository
Convenient combination of reader and writer concerns.
MetricRepositoryAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for metrics services.
MetricRepositoryAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration
 
metrics() - Method in class org.springframework.boot.actuate.endpoint.CachePublicMetrics
 
metrics() - Method in class org.springframework.boot.actuate.endpoint.DataSourcePublicMetrics
 
metrics() - Method in class org.springframework.boot.actuate.endpoint.MetricReaderPublicMetrics
 
metrics() - Method in interface org.springframework.boot.actuate.endpoint.PublicMetrics
Return an indication of current state through metrics.
metrics() - Method in class org.springframework.boot.actuate.endpoint.RichGaugeReaderPublicMetrics
 
metrics() - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
 
metrics() - Method in class org.springframework.boot.actuate.endpoint.TomcatPublicMetrics
 
MetricsChannelAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for writing metrics to a MessageChannel.
MetricsChannelAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.MetricsChannelAutoConfiguration
 
MetricsDropwizardAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for Dropwizard-based metrics.
MetricsDropwizardAutoConfiguration(ObjectProvider<ReservoirFactory>) - Constructor for class org.springframework.boot.actuate.autoconfigure.MetricsDropwizardAutoConfiguration
 
metricsEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
MetricsEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose a collection of PublicMetrics.
MetricsEndpoint(Collection<PublicMetrics>) - Constructor for class org.springframework.boot.actuate.endpoint.MetricsEndpoint
Create a new MetricsEndpoint instance.
MetricsEndpoint(PublicMetrics) - Constructor for class org.springframework.boot.actuate.endpoint.MetricsEndpoint
Create a new MetricsEndpoint instance.
MetricsEndpointMetricReader - Class in org.springframework.boot.actuate.endpoint
MetricReader that pulls all current values out of the MetricsEndpoint.
MetricsEndpointMetricReader(MetricsEndpoint) - Constructor for class org.springframework.boot.actuate.endpoint.MetricsEndpointMetricReader
 
metricsFilter() - Method in class org.springframework.boot.actuate.autoconfigure.MetricFilterAutoConfiguration
 
MetricsFilterSubmission - Enum in org.springframework.boot.actuate.autoconfigure
Submission types that can be made by the MetricsFilter.
metricsMvcEndpoint(MetricsEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
MetricsMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Adapter to expose MetricsEndpoint as an MvcEndpoint.
MetricsMvcEndpoint(MetricsEndpoint) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint
 
MetricsMvcEndpoint.NoSuchMetricException - Exception in org.springframework.boot.actuate.endpoint.mvc
Exception thrown when the specified metric cannot be found.
MetricValue() - Constructor for class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
 
MetricWriter - Interface in org.springframework.boot.actuate.metrics.writer
Basic strategy for write operations on Metric data.
MetricWriterMessageHandler - Class in org.springframework.boot.actuate.metrics.writer
A MessageHandler that updates Metric values through a MetricWriter.
MetricWriterMessageHandler(MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.writer.MetricWriterMessageHandler
 
metricWritersMetricExporter(MetricExportProperties) - Method in class org.springframework.boot.actuate.autoconfigure.MetricExportAutoConfiguration
 
MIN - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
The suffix for min gauges.
modify(T) - Method in interface org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository.Callback
Modify an existing value.
mongoHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.MongoHealthIndicatorConfiguration
 
MongoHealthIndicator - Class in org.springframework.boot.actuate.health
Simple implementation of a HealthIndicator returning status information for Mongo data stores.
MongoHealthIndicator(MongoTemplate) - Constructor for class org.springframework.boot.actuate.health.MongoHealthIndicator
 
MongoHealthIndicatorConfiguration(Map<String, MongoTemplate>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.MongoHealthIndicatorConfiguration
 
MultiMetricRepository - Interface in org.springframework.boot.actuate.metrics.repository
A repository for metrics that allows efficient storage and retrieval of groups of metrics with a common name prefix (their group name).
MultiMetricRichGaugeReader - Class in org.springframework.boot.actuate.metrics.rich
A RichGaugeReader that works by reading metric values from a MultiMetricRepository where the group name is the RichGauge name.
MultiMetricRichGaugeReader(MultiMetricRepository) - Constructor for class org.springframework.boot.actuate.metrics.rich.MultiMetricRichGaugeReader
 
MvcEndpoint - Interface in org.springframework.boot.actuate.endpoint.mvc
A strategy for the MVC layer on top of an Endpoint.
mvcEndpoints() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
MvcEndpoints - Class in org.springframework.boot.actuate.endpoint.mvc
A registry for all MvcEndpoint beans, and a factory for a set of generic ones wrapping existing Endpoint instances that are not already exposed as MVC endpoints.
MvcEndpoints() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
 
MvcEndpointSecurityInterceptor - Class in org.springframework.boot.actuate.endpoint.mvc
Security interceptor for MvcEndpoints.
MvcEndpointSecurityInterceptor(boolean, List<String>) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.MvcEndpointSecurityInterceptor
 

N

NamedMvcEndpoint - Interface in org.springframework.boot.actuate.endpoint.mvc
An MvcEndpoint that also includes a logical name.
NEVER - org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.SessionCreationPolicy
Never create an HttpSession, but use any HttpSession that already exists.
next(String) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
Get the next group of metrics to write.
next(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
 
next(String) - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
 
next(String) - Method in class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
 
NONE - Static variable in interface org.springframework.boot.actuate.metrics.dropwizard.ReservoirFactory
Default empty ReservoirFactory implementation.
NoSuchMetricException(String) - Constructor for exception org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.NoSuchMetricException
 
NoSuchPropertyException(String) - Constructor for exception org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.NoSuchPropertyException
 

O

onApplicationEvent(AuditApplicationEvent) - Method in class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
 
onApplicationEvent(AbstractAuthorizationEvent) - Method in class org.springframework.boot.actuate.security.AuthorizationAuditListener
 
onApplicationEvent(AbstractAuthenticationEvent) - Method in class org.springframework.boot.actuate.security.AuthenticationAuditListener
 
onAuditEvent(AuditEvent) - Method in class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
 
onAuditEvent(AuditEvent) - Method in class org.springframework.boot.actuate.audit.listener.AuditListener
 
onCounterAdded(String, Counter) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onCounterRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onGaugeAdded(String, Gauge<?>) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onGaugeRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onHistogramAdded(String, Histogram) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onHistogramRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onMeterAdded(String, Meter) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onMeterRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onTimerAdded(String, Timer) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onTimerRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
OpenTsdbData - Class in org.springframework.boot.actuate.metrics.opentsdb
OpenTSDB Data.
OpenTsdbData() - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
OpenTsdbData(String, Number) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
OpenTsdbData(String, Number, Long) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
OpenTsdbData(OpenTsdbName, Number, Long) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
OpenTsdbGaugeWriter - Class in org.springframework.boot.actuate.metrics.opentsdb
A GaugeWriter for the Open TSDB database (version 2.0), writing metrics to the HTTP endpoint provided by the server.
OpenTsdbGaugeWriter() - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
Creates a new OpenTsdbGaugeWriter with the default connect (10 seconds) and read (30 seconds) timeouts.
OpenTsdbGaugeWriter(int, int) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
Creates a new OpenTsdbGaugeWriter with the given millisecond connectTimeout and readTimeout.
OpenTsdbName - Class in org.springframework.boot.actuate.metrics.opentsdb
OpenTSDB Name.
OpenTsdbName() - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
 
OpenTsdbName(String) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
 
OpenTsdbNamingStrategy - Interface in org.springframework.boot.actuate.metrics.opentsdb
Strategy used to convert a metric name into an OpenTsdbName.
OrderedHealthAggregator - Class in org.springframework.boot.actuate.health
Default HealthAggregator implementation that aggregates Health instances and determines the final system state based on a simple ordered list.
OrderedHealthAggregator() - Constructor for class org.springframework.boot.actuate.health.OrderedHealthAggregator
Create a new OrderedHealthAggregator instance.
org.springframework.boot.actuate.audit - package org.springframework.boot.actuate.audit
Core actuator auditing classes.
org.springframework.boot.actuate.audit.listener - package org.springframework.boot.actuate.audit.listener
Actuator auditing listeners.
org.springframework.boot.actuate.autoconfigure - package org.springframework.boot.actuate.autoconfigure
Auto-configuration for the actuator.
org.springframework.boot.actuate.cache - package org.springframework.boot.actuate.cache
 
org.springframework.boot.actuate.cloudfoundry - package org.springframework.boot.actuate.cloudfoundry
 
org.springframework.boot.actuate.condition - package org.springframework.boot.actuate.condition
@Condition annotations and supporting classes.
org.springframework.boot.actuate.endpoint - package org.springframework.boot.actuate.endpoint
Endpoints used to expose actuator information.
org.springframework.boot.actuate.endpoint.jmx - package org.springframework.boot.actuate.endpoint.jmx
Actuator JMX endpoint support.
org.springframework.boot.actuate.endpoint.mvc - package org.springframework.boot.actuate.endpoint.mvc
Actuator Spring MVC endpoint support.
org.springframework.boot.actuate.health - package org.springframework.boot.actuate.health
Actuator health indicators.
org.springframework.boot.actuate.info - package org.springframework.boot.actuate.info
 
org.springframework.boot.actuate.metrics - package org.springframework.boot.actuate.metrics
Core metrics classes.
org.springframework.boot.actuate.metrics.aggregate - package org.springframework.boot.actuate.metrics.aggregate
 
org.springframework.boot.actuate.metrics.buffer - package org.springframework.boot.actuate.metrics.buffer
Metrics buffering support.
org.springframework.boot.actuate.metrics.dropwizard - package org.springframework.boot.actuate.metrics.dropwizard
Metrics integration with Dropwizard Metrics.
org.springframework.boot.actuate.metrics.export - package org.springframework.boot.actuate.metrics.export
Metrics export support.
org.springframework.boot.actuate.metrics.integration - package org.springframework.boot.actuate.metrics.integration
 
org.springframework.boot.actuate.metrics.jmx - package org.springframework.boot.actuate.metrics.jmx
Metrics integration with JMX.
org.springframework.boot.actuate.metrics.opentsdb - package org.springframework.boot.actuate.metrics.opentsdb
Metrics integration with OpenTSDB.
org.springframework.boot.actuate.metrics.reader - package org.springframework.boot.actuate.metrics.reader
Metrics readers.
org.springframework.boot.actuate.metrics.repository - package org.springframework.boot.actuate.metrics.repository
Metrics repository support.
org.springframework.boot.actuate.metrics.repository.redis - package org.springframework.boot.actuate.metrics.repository.redis
Metrics Redis repository support.
org.springframework.boot.actuate.metrics.rich - package org.springframework.boot.actuate.metrics.rich
Metrics rich gauge support.
org.springframework.boot.actuate.metrics.statsd - package org.springframework.boot.actuate.metrics.statsd
Metrics integration with Statsd.
org.springframework.boot.actuate.metrics.util - package org.springframework.boot.actuate.metrics.util
Metrics utility classes.
org.springframework.boot.actuate.metrics.writer - package org.springframework.boot.actuate.metrics.writer
Support for writing metrics.
org.springframework.boot.actuate.security - package org.springframework.boot.actuate.security
Metrics integration with Dropwizard Metrics.
org.springframework.boot.actuate.trace - package org.springframework.boot.actuate.trace
Actuator tracing support.
OUT_OF_SERVICE - Static variable in class org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem has been taken out of service and should not be used.
outOfService() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.OUT_OF_SERVICE.
outOfService() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.OUT_OF_SERVICE status.

P

PARAMETERS - org.springframework.boot.actuate.trace.TraceProperties.Include
Include the parameters.
PATH_INFO - org.springframework.boot.actuate.trace.TraceProperties.Include
Include path info.
PATH_TRANSLATED - org.springframework.boot.actuate.trace.TraceProperties.Include
Include the translated path.
PER_HTTP_METHOD - org.springframework.boot.actuate.autoconfigure.MetricsFilterSubmission
Group submissions by the HTTP method of the request.
postProcessContent(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
 
postProcessContent(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.GitInfoContributor
Post-process the content to expose.
postProcessContent(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Post-process the content to expose.
postProcessEndpoints(Set<E>) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
Post process the endpoint setting before they are used.
postProcessRequestHeaders(Map<String, Object>) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
Post process request headers before they are added to the trace.
postProcessSourceProperties(String, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
Apply any post processing to source data before it is added.
PrefixMetricGroupExporter - Class in org.springframework.boot.actuate.metrics.export
A convenient exporter for a group of metrics from a PrefixMetricReader.
PrefixMetricGroupExporter(PrefixMetricReader, PrefixMetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
Create a new exporter for metrics to a writer based on an empty prefix for the metric names.
PrefixMetricGroupExporter(PrefixMetricReader, PrefixMetricWriter, String) - Constructor for class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
Create a new exporter for metrics to a writer based on a prefix for the metric names.
PrefixMetricReader - Interface in org.springframework.boot.actuate.metrics.reader
Interface for extracting metrics as a group whose name starts with a prefix.
PrefixMetricWriter - Interface in org.springframework.boot.actuate.metrics.writer
A writer for metrics that allows efficient storage of groups of metrics with a common name prefix (their group name).
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpointSecurityInterceptor
 
PROCESS_KEY - Static variable in class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
The process key.
PublicMetrics - Interface in org.springframework.boot.actuate.endpoint
Interface to expose specific Metrics via a MetricsEndpoint.
PublicMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for PublicMetrics.
PublicMetricsAutoConfiguration(ObjectProvider<List<MetricReader>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration
 
publish(AuditEvent) - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
publish(AuditEvent) - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 

Q

QUERY_STRING - org.springframework.boot.actuate.trace.TraceProperties.Include
Include the query string.

R

rabbitHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration
 
RabbitHealthIndicator - Class in org.springframework.boot.actuate.health
Simple implementation of a HealthIndicator returning status information for the RabbitMQ messaging system.
RabbitHealthIndicator(RabbitTemplate) - Constructor for class org.springframework.boot.actuate.health.RabbitHealthIndicator
 
RabbitHealthIndicatorConfiguration(Map<String, RabbitTemplate>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration
 
redirect() - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
 
Redis() - Constructor for class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
 
redisHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RedisHealthIndicatorConfiguration
 
RedisHealthIndicator - Class in org.springframework.boot.actuate.health
Simple implementation of a HealthIndicator returning status information for Redis data stores.
RedisHealthIndicator(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.health.RedisHealthIndicator
 
RedisHealthIndicatorConfiguration(Map<String, RedisConnectionFactory>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RedisHealthIndicatorConfiguration
 
RedisMetricRepository - Class in org.springframework.boot.actuate.metrics.repository.redis
A MetricRepository implementation for a redis backend.
RedisMetricRepository(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
Create a RedisMetricRepository with a default prefix to apply to all metric names.
RedisMetricRepository(RedisConnectionFactory, String) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
Create a RedisMetricRepository with a prefix to apply to all metric names (ideally unique to this repository or to a logical repository contributed to by multiple instances, where they all see the same values).
RedisMetricRepository(RedisConnectionFactory, String, String) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
Allows user to set the prefix and key to use to store the index of other keys.
RedisMultiMetricRepository - Class in org.springframework.boot.actuate.metrics.repository.redis
MultiMetricRepository implementation backed by a redis store.
RedisMultiMetricRepository(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
RedisMultiMetricRepository(RedisConnectionFactory, String) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
registerEndpoint(String, Endpoint<?>) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
Deprecated.
as of 1.5 in favor of direct JmxEndpoint registration or EndpointMBeanExporter.adaptEndpoint(String, Endpoint)
registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
Deprecated.
registerPublicMetrics(PublicMetrics) - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpoint
 
REMOTE_ADDRESS - org.springframework.boot.actuate.trace.TraceProperties.Include
Include the remote address.
REMOTE_USER - org.springframework.boot.actuate.trace.TraceProperties.Include
Include the remote user.
remove(String) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
replaceValue(Map<String, Object>, String, Object) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Replace the value for the specified key if the value is not null.
Report(ConditionEvaluationReport) - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
 
REQUEST_HEADERS - org.springframework.boot.actuate.trace.TraceProperties.Include
Include request headers.
requestMappingEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.RequestMappingEndpointConfiguration
 
RequestMappingEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose Spring MVC mappings.
RequestMappingEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
RequestMappingEndpointConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.RequestMappingEndpointConfiguration
 
ReservoirFactory - Interface in org.springframework.boot.actuate.metrics.dropwizard
Factory interface that can be used by DropwizardMetricServices to create a custom Reservoir.
reset() - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffer
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferCounterService
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffers
 
reset(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
Reset the specified counter.
reset(String) - Method in class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMultiMetricRepository
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
reset(String) - Method in interface org.springframework.boot.actuate.metrics.writer.CounterWriter
Reset the value of a metric, usually to zero value.
reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
 
reset(String) - Method in interface org.springframework.boot.actuate.metrics.writer.PrefixMetricWriter
Rest the values of all metrics in the group.
RESPONSE_HEADERS - org.springframework.boot.actuate.trace.TraceProperties.Include
Include response headers.
RichGauge - Class in org.springframework.boot.actuate.metrics.rich
A gauge which stores the maximum, minimum and average in addition to the current value.
RichGauge(String) - Constructor for class org.springframework.boot.actuate.metrics.rich.RichGauge
Creates an "empty" gauge.
RichGauge(String, double) - Constructor for class org.springframework.boot.actuate.metrics.rich.RichGauge
 
RichGauge(String, double, double, double, double, double, long) - Constructor for class org.springframework.boot.actuate.metrics.rich.RichGauge
 
RichGaugeExporter - Class in org.springframework.boot.actuate.metrics.export
Exporter or converter for RichGauge data to a metric-based back end.
RichGaugeExporter(RichGaugeReader, PrefixMetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
 
RichGaugeExporter(RichGaugeReader, PrefixMetricWriter, String) - Constructor for class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
 
richGaugePublicMetrics(RichGaugeReader) - Method in class org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration
 
RichGaugeReader - Interface in org.springframework.boot.actuate.metrics.rich
A basic set of read operations for RichGauge instances.
RichGaugeReaderPublicMetrics - Class in org.springframework.boot.actuate.endpoint
RichGaugeReaderPublicMetrics(RichGaugeReader) - Constructor for class org.springframework.boot.actuate.endpoint.RichGaugeReaderPublicMetrics
 
RichGaugeRepository - Interface in org.springframework.boot.actuate.metrics.rich
Convenient combination of reader and writer concerns for RichGauge instances.

S

SAME - org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
 
sanitize(String, Object) - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
 
Security() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
securityProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
 
serverCustomization() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
serverProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
 
SESSION_ID - org.springframework.boot.actuate.trace.TraceProperties.Include
Include the session ID.
set(String, double) - Method in class org.springframework.boot.actuate.metrics.buffer.GaugeBuffers
 
set(String, double) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
 
set(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMultiMetricRepository
 
set(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
set(String, Collection<Metric<?>>) - Method in interface org.springframework.boot.actuate.metrics.writer.PrefixMetricWriter
Save some metric values and associate them with a group name.
set(String, Map<String, String>) - Method in class org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint
 
set(String, T) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
set(Metric<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.GaugeWriter
Set the value of a metric.
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
 
set(S) - Method in class org.springframework.boot.actuate.metrics.Metric
Create a new Metric with a different value.
setAddApplicationContextHeader(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
setAddress(InetAddress) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
setAggregate(MetricExportProperties.Aggregate) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
 
setAllowCredentials(Boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
setAllowedHeaders(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
setAllowedMethods(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
setAllowedOrigins(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
setAlpha(double) - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.BeansEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.TomcatPublicMetrics
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
setAuthTimeout(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
Deprecated.
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
setBufferSize(int) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
 
setCapacity(int) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
Set the capacity of this event repository.
setCapacity(int) - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
Set the capacity of the in-memory repository.
setCommandPathPatterns(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Deprecated.
 
setCommandRefreshInterval(int) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Deprecated.
 
setConfig(Map<String, String>) - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaProperties
 
setConfigPathPatterns(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Deprecated.
 
setContextPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
setCounterSubmissions(Set<MetricsFilterSubmission>) - Method in class org.springframework.boot.actuate.autoconfigure.MetricFilterProperties
 
setDataSource(DataSource) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
Set the DataSource to use.
setDelayMillis(long) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
 
setDisabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
Sets if this mapping is disabled.
setDisabledCommands(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Deprecated.
 
setDisabledPlugins(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Deprecated.
 
setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
Deprecated.
 
setDomain(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
setDomain(String) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
 
setDumpRequests(boolean) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
Debugging feature.
setEarliestTimestamp(Date) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
The earliest time for which data will be exported.
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
Deprecated.
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
Deprecated.
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint.Curies
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
 
setEnabled(Boolean) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
setEnabled(Boolean) - Method in class org.springframework.boot.actuate.endpoint.EndpointProperties
 
setEnabled(Boolean) - Method in class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
 
setEnabled(Boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
setEnsureUniqueRuntimeObjectNames(boolean) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
 
setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
 
setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
 
setErrorAttributes(ErrorAttributes) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
setExcludes(String...) - Method in class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
Set the exclude patterns used to filter metrics.
setExcludes(String[]) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
 
setExporters(Map<String, Exporter>) - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
 
setExposedHeaders(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
setExternalFile(File) - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
 
setGaugeSubmissions(Set<MetricsFilterSubmission>) - Method in class org.springframework.boot.actuate.autoconfigure.MetricFilterProperties
 
setGetCacheCounts(long, long) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
 
setGroups(Set<String>) - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
The groups to export.
setHandlerMappings(List<AbstractUrlHandlerMapping>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
Set the handler mappings.
setHitRatio(Double) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
 
setHost(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
 
setId(String) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
setIdleTimeout(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
Deprecated.
 
setIgnoreTimestamps(boolean) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
Ignore timestamps (export all metrics).
setInclude(Set<TraceProperties.Include>) - Method in class org.springframework.boot.actuate.trace.TraceProperties
 
setIncludes(String...) - Method in class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
Set the include patterns used to filter metrics.
setIncludes(String[]) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
 
setIndices(List<String>) - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
 
setInitParameters(Properties) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setKey(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
 
setKeyPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
Deprecated.
 
setKeyPattern(String) - Method in class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
Pattern that tells the aggregator what to do with the keys from the source repository.
setKeyPattern(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
 
setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
 
setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
 
setLogLevel(String, String) - Method in class org.springframework.boot.actuate.endpoint.jmx.LoggersEndpointMBean
 
setLogLevel(String, LogLevel) - Method in class org.springframework.boot.actuate.endpoint.LoggersEndpoint
 
setMapping(Map<String, HttpStatus>) - Method in class org.springframework.boot.actuate.autoconfigure.HealthMvcEndpointProperties
 
setMaxAge(Long) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
setMediaType(MediaType) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
 
setMethodMappings(List<AbstractHandlerMethodMapping<?>>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
Set the method mappings.
setMetric(String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
setMetric(String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
 
setMissRatio(Double) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
 
setMode(InfoPropertiesInfoContributor.Mode) - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorProperties.Git
 
setName(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
Deprecated.
 
setNames(String[]) - Method in class org.springframework.boot.actuate.metrics.export.SpecificTriggerProperties
 
setNamingStrategy(OpenTsdbNamingStrategy) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
 
setNamingStrategy(ObjectNamingStrategy) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
 
setObjectNameStaticProperties(Properties) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
setOrder(int) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
setOrder(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorProperties
 
setPassword(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
Deprecated.
 
setPath(File) - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
 
setPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
Deprecated.
 
setPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
 
setPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
setPort(int) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
 
setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
Sets the port of the management server, use null if the server port should be used.
setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
Deprecated.
 
setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
Deprecated.
 
setPrefix(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
Set the prefix used in mappings.
setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
Prefix to apply to all output metrics.
setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
 
setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
 
setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
 
setQuery(String) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
Set a specific validation query to use to validate a connection.
setReader(MetricReader) - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
 
setRedis(MetricExportProperties.Redis) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint
 
setResponseTimeout(long) - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
 
setRestTemplate(RestOperations) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
 
setReverse(boolean) - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
Flag to say that the repository lists traces in reverse order.
setRoles(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
Deprecated.
 
setRoles(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
setSecurityInterceptor(HandlerInterceptor) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
Set the handler interceptor that will be used for security.
setSendLatest(boolean) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
Send only the data that changed since the last export.
setSendLatest(boolean) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
 
setSensitive(Boolean) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
setSensitive(Boolean) - Method in class org.springframework.boot.actuate.endpoint.EndpointProperties
 
setSensitive(Boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
setServletContext(ServletContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setSessions(ManagementServerProperties.SessionCreationPolicy) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
setSize(Long) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
 
setSsl(Ssl) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
setStaticNames(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
setStatsd(MetricExportProperties.Statsd) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
 
setStatusMapping(Map<String, HttpStatus>) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
Set specific status mappings.
setStatusOrder(List<String>) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
Set the ordering of the status.
setStatusOrder(Status...) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
Set the ordering of the status.
setTags(Map<String, String>) - Method in class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
 
setTags(Map<String, String>) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
setTags(Map<String, String>) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
 
setThreshold(long) - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
 
setTimestamp(Long) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
setTimeToLive(long) - Method in class org.springframework.boot.actuate.endpoint.HealthEndpoint
Set the time to live for cached results.
setType(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Auth
Deprecated.
 
setUniqueNames(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
setUpDefaults() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
 
setUrl(String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
 
setUser(ShellProperties.SimpleAuthenticationProperties.User) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
Deprecated.
 
setValue(double) - Method in class org.springframework.boot.actuate.metrics.buffer.GaugeBuffer
 
setValue(double) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
 
setValue(Number) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
setValues(ConcurrentNavigableMap<String, Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
setValues(ConcurrentNavigableMap<String, T>) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
setWriters(Map<String, GaugeWriter>) - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
 
SHELL_PREFIX - Static variable in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Deprecated.
 
shellAuthenticationManager() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterConfiguration
Deprecated.
 
shellBootstrap() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
Deprecated.
 
ShellProperties - Class in org.springframework.boot.actuate.autoconfigure
Deprecated.
as of 1.5 since CRaSH is not actively maintained
ShellProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties
Deprecated.
 
ShellProperties.Auth - Class in org.springframework.boot.actuate.autoconfigure
Deprecated.
 
ShellProperties.CrshShellAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Deprecated.
Base class for Auth specific properties.
ShellProperties.CrshShellProperties - Class in org.springframework.boot.actuate.autoconfigure
Deprecated.
Base class for CRaSH properties.
ShellProperties.JaasAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Deprecated.
Auth specific properties for JAAS authentication.
ShellProperties.KeyAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Deprecated.
Auth specific properties for key authentication.
ShellProperties.SimpleAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Deprecated.
Auth specific properties for simple authentication.
ShellProperties.SimpleAuthenticationProperties.User - Class in org.springframework.boot.actuate.autoconfigure
Deprecated.
 
ShellProperties.SpringAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Deprecated.
Auth specific properties for Spring authentication.
ShellProperties.Ssh - Class in org.springframework.boot.actuate.autoconfigure
Deprecated.
SSH properties.
ShellProperties.Telnet - Class in org.springframework.boot.actuate.autoconfigure
Deprecated.
Telnet properties.
shutdown() - Method in class org.springframework.boot.actuate.endpoint.jmx.ShutdownEndpointMBean
 
shutdownEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
ShutdownEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to shutdown the ApplicationContext.
ShutdownEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
Create a new ShutdownEndpoint instance.
ShutdownEndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
Special endpoint wrapper for ShutdownEndpoint.
ShutdownEndpointMBean(String, Endpoint<?>, ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.ShutdownEndpointMBean
Create a new ShutdownEndpointMBean instance.
shutdownMvcEndpoint(ShutdownEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
ShutdownMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Adapter to expose ShutdownEndpoint as an MvcEndpoint.
ShutdownMvcEndpoint(ShutdownEndpoint) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.ShutdownMvcEndpoint
 
SIMPLE - org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Expose a pre-defined set of core settings only.
SimpleAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
Deprecated.
 
SimpleInfoContributor - Class in org.springframework.boot.actuate.info
A simple InfoContributor that exposes a single detail.
SimpleInfoContributor(String, Object) - Constructor for class org.springframework.boot.actuate.info.SimpleInfoContributor
 
SimpleInMemoryRepository<T> - Class in org.springframework.boot.actuate.metrics.util
Repository utility that stores stuff in memory with period-separated String keys.
SimpleInMemoryRepository() - Constructor for class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
SimpleInMemoryRepository.Callback<T> - Interface in org.springframework.boot.actuate.metrics.util
Callback used to update a value.
solrHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration
 
SolrHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator for Apache Solr.
SolrHealthIndicator(SolrClient) - Constructor for class org.springframework.boot.actuate.health.SolrHealthIndicator
 
SolrHealthIndicatorConfiguration(Map<String, SolrClient>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration
 
SpecificTriggerProperties - Class in org.springframework.boot.actuate.metrics.export
Trigger for specific names or patterns.
SpecificTriggerProperties() - Constructor for class org.springframework.boot.actuate.metrics.export.SpecificTriggerProperties
 
springAuthenticationProperties() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterConfiguration
Deprecated.
 
SpringAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
Deprecated.
 
SpringIntegrationMetricReader - Class in org.springframework.boot.actuate.metrics.integration
A MetricReader for Spring Integration metrics (as provided by IntegrationManagementConfigurer).
SpringIntegrationMetricReader(IntegrationManagementConfigurer) - Constructor for class org.springframework.boot.actuate.metrics.integration.SpringIntegrationMetricReader
 
springSecurityFilterChain(HierarchicalBeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration
 
Ssh() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
Deprecated.
 
start() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
STATELESS - org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.SessionCreationPolicy
Never create an HttpSession.
Statsd() - Constructor for class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
 
StatsdMetricWriter - Class in org.springframework.boot.actuate.metrics.statsd
A MetricWriter that pushes data to statsd.
StatsdMetricWriter(StatsDClient) - Constructor for class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
Create a new writer with the given client.
StatsdMetricWriter(String, int) - Constructor for class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
Create a new writer instance with the given parameters.
StatsdMetricWriter(String, String, int) - Constructor for class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
Create a new writer with the given parameters.
status(String) - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to given statusCode.
status(String) - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with a specific status code.
status(Status) - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to given Status instance.
status(Status) - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with a specific Status.
Status - Class in org.springframework.boot.actuate.health
Value object to express state of a component or subsystem.
Status(String) - Constructor for class org.springframework.boot.actuate.health.Status
Create a new Status instance with the given code and an empty description.
Status(String, String) - Constructor for class org.springframework.boot.actuate.health.Status
Create a new Status instance with the given code and description.
stop() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
stop(Runnable) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
submit(String, double) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferGaugeService
 
submit(String, double) - Method in class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
 
submit(String, double) - Method in interface org.springframework.boot.actuate.metrics.GaugeService
Set the specified gauge value.
submit(String, double) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultGaugeService
 
supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice
 
systemPublicMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration
 
SystemPublicMetrics - Class in org.springframework.boot.actuate.endpoint
A PublicMetrics implementation that provides various system-related metrics.
SystemPublicMetrics() - Constructor for class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
 

T

tag(String, String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
 
Telnet() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
Deprecated.
 
TIME_TAKEN - org.springframework.boot.actuate.trace.TraceProperties.Include
Include the time taken to service the request in milliseconds.
tomcatAccessLogCustomizer() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
TomcatPublicMetrics - Class in org.springframework.boot.actuate.endpoint
A PublicMetrics implementation that provides Tomcat statistics.
TomcatPublicMetrics() - Constructor for class org.springframework.boot.actuate.endpoint.TomcatPublicMetrics
 
toMetrics(String) - Method in interface org.springframework.boot.actuate.cache.CacheStatistics
Generate the relevant Metric instances based on the specified prefix.
toMetrics(String) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
 
toPropertySource() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the PropertySource to use based on the chosen InfoPropertiesInfoContributor.Mode.
toSimplePropertySource() - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
 
toSimplePropertySource() - Method in class org.springframework.boot.actuate.info.GitInfoContributor
 
toSimplePropertySource() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return a PropertySource for the SIMPLE mode.
toString() - Method in class org.springframework.boot.actuate.audit.AuditEvent
 
toString() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint.HalBrowserLocation
 
toString() - Method in class org.springframework.boot.actuate.health.Health
 
toString() - Method in class org.springframework.boot.actuate.health.Status
 
toString() - Method in class org.springframework.boot.actuate.info.Info
 
toString() - Method in class org.springframework.boot.actuate.metrics.Metric
 
toString() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
Trace - Class in org.springframework.boot.actuate.trace
A value object representing a trace event: at a particular time with a simple (map) information.
Trace(Date, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.trace.Trace
 
traceEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
TraceEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose Trace information.
TraceEndpoint(TraceRepository) - Constructor for class org.springframework.boot.actuate.endpoint.TraceEndpoint
Create a new TraceEndpoint instance.
TraceProperties - Class in org.springframework.boot.actuate.trace
Configuration properties for tracing.
TraceProperties() - Constructor for class org.springframework.boot.actuate.trace.TraceProperties
 
TraceProperties.Include - Enum in org.springframework.boot.actuate.trace
Include options for tracing.
traceRepository() - Method in class org.springframework.boot.actuate.autoconfigure.TraceRepositoryAutoConfiguration
 
TraceRepository - Interface in org.springframework.boot.actuate.trace
A repository for Traces.
TraceRepositoryAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for tracing.
TraceRepositoryAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.TraceRepositoryAutoConfiguration
 
TraceWebFilterAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for tracing.
TraceWebFilterAutoConfiguration(TraceRepository, TraceProperties, ObjectProvider<ErrorAttributes>) - Constructor for class org.springframework.boot.actuate.autoconfigure.TraceWebFilterAutoConfiguration
 
TriggerProperties - Class in org.springframework.boot.actuate.metrics.export
Abstract base class for trigger properties.
TriggerProperties() - Constructor for class org.springframework.boot.actuate.metrics.export.TriggerProperties
 

U

undertowAccessLogCustomizer() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
unknown() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.UNKNOWN status.
unknown() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.UNKNOWN status.
UNKNOWN - Static variable in class org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem is in an unknown state.
unregisterPublicMetrics(PublicMetrics) - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpoint
 
up() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.UP status.
up() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.UP status.
UP - Static variable in class org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem is functioning as expected.
update(String, SimpleInMemoryRepository.Callback<T>) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
User() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
Deprecated.
 
USER_PRINCIPAL - org.springframework.boot.actuate.trace.TraceProperties.Include
Include the user principal.

V

VAL - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
The suffix for value gauges.
validateCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Auth
Deprecated.
Basic validation of applied CRaSH shell configuration.
validateCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Deprecated.
Basic validation of applied CRaSH shell configuration.
value() - Method in annotation type org.springframework.boot.actuate.autoconfigure.ConditionalOnEnabledHealthIndicator
The name of the health indicator.
value() - Method in annotation type org.springframework.boot.actuate.autoconfigure.ConditionalOnEnabledInfoContributor
The name of the info contributor.
value() - Method in annotation type org.springframework.boot.actuate.condition.ConditionalOnEnabledEndpoint
The name of the endpoint.
value(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
 
value(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint
 
valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.SessionCreationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.MetricsFilterSubmission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.trace.TraceProperties.Include
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.SessionCreationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.autoconfigure.MetricsFilterSubmission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.trace.TraceProperties.Include
Returns an array containing the constants of this enum type, in the order they are declared.

W

webRequestLoggingFilter(BeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.TraceWebFilterAutoConfiguration
 
WebRequestTraceFilter - Class in org.springframework.boot.actuate.trace
Servlet Filter that logs all requests to a TraceRepository.
WebRequestTraceFilter(TraceRepository, TraceProperties) - Constructor for class org.springframework.boot.actuate.trace.WebRequestTraceFilter
Create a new WebRequestTraceFilter instance.
WebSecurityEnabler() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration.WebSecurityEnabler
 
withDetail(String, Object) - Method in class org.springframework.boot.actuate.health.Health.Builder
Record detail using given key and value.
withDetail(String, Object) - Method in class org.springframework.boot.actuate.info.Info.Builder
Record detail using given key and value.
withDetails(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.Info.Builder
Record several details.
withException(Exception) - Method in class org.springframework.boot.actuate.health.Health.Builder
Record detail for given Exception.
write(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
Write the values associated with a group.
write(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
 
write(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
 
write(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
 
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages