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

A

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.
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
 
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
 
ACCESS_OVERRIDE_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
Order after the basic authentication access control provided automatically for the management endpoints.
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
 
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.
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.
addStatusMapping(Map<String, HttpStatus>) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
Add specfic 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.
addStatusMapping(String, 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.endpoint.mvc.EndpointHandlerMapping
 
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.
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
 
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
 
ApplicationPidFileWriter - Class in org.springframework.boot.actuate.system
An ApplicationListener that saves application PID into file.
ApplicationPidFileWriter() - Constructor for class org.springframework.boot.actuate.system.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance using the filename 'application.pid'.
ApplicationPidFileWriter(String) - Constructor for class org.springframework.boot.actuate.system.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance with a specified filename.
ApplicationPidFileWriter(File) - Constructor for class org.springframework.boot.actuate.system.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance with a specified file.
ApplicationPidListener - Class in org.springframework.boot.actuate.system
Deprecated.
since 1.2.0 in favor of ApplicationPidFileWriter
ApplicationPidListener() - Constructor for class org.springframework.boot.actuate.system.ApplicationPidListener
Deprecated.
 
ApplicationPidListener(File) - Constructor for class org.springframework.boot.actuate.system.ApplicationPidListener
Deprecated.
 
ApplicationPidListener(String) - Constructor for class org.springframework.boot.actuate.system.ApplicationPidListener
Deprecated.
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
Apply the properties to a CRaSH configuration.
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
asCrshShellConfig() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
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, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
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(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
AuditAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
 
AuditAutoConfiguration.AuditEventRepositoryConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
AuditAutoConfiguration.AuditEventRepositoryConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.AuditEventRepositoryConfiguration
 
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, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event for the current time.
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(Date, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event.
AuditEventRepository - Interface in org.springframework.boot.actuate.audit
Repository for AuditEvents.
auditEventRepository() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.AuditEventRepositoryConfiguration
 
AuditListener - Class in org.springframework.boot.actuate.audit.listener
ApplicationListener that listens for AuditApplicationEvents and stores them in a AuditEventRepository.
AuditListener(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditListener
 
auditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
 
authenticationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
 
AuthenticationAuditListener - Class in org.springframework.boot.actuate.security
ApplicationListener expose Spring Security authentication events as AuditEvents.
AuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthenticationAuditListener
 
authorizationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
 
AuthorizationAuditListener - Class in org.springframework.boot.actuate.security
ApplicationListener expose Spring Security authorization events as AuditEvents.
AuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthorizationAuditListener
 
autoConfigurationAuditEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
AutoConfigurationReportEndpoint - Class in org.springframework.boot.actuate.endpoint
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.MessageAndCondition(ConditionEvaluationReport.ConditionAndOutcome) - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
 
AutoConfigurationReportEndpoint.Report - Class in org.springframework.boot.actuate.endpoint
Adapts ConditionEvaluationReport to a JSON friendly structure.
AutoConfigurationReportEndpoint.Report(ConditionEvaluationReport) - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
 
AVG - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
 

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
 
build() - Method in class org.springframework.boot.actuate.health.Health.Builder
Create a new Health instance with the previously specified code and details.

C

changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
 
CodahaleMetricWriter - Class in org.springframework.boot.actuate.metrics.writer
A MetricWriter that send data to a Codahale MetricRegistry based on a naming convention: Updates to CodahaleMetricWriter.increment(Delta) with names in "meter.*" are treated as Meter events Other deltas are treated as simple Counter values Inputs to CodahaleMetricWriter.set(Metric) with names in "histogram.*" are treated as Histogram updates Inputs to CodahaleMetricWriter.set(Metric) with names in "timer.*" are treated as Timer updates Other metrics are treated as simple Gauge values (single valued measurements of type double)
CodahaleMetricWriter(MetricRegistry) - Constructor for class org.springframework.boot.actuate.metrics.writer.CodahaleMetricWriter
Create a new CodahaleMetricWriter instance.
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.
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(MetricWriter...) - Constructor for class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
CompositeMetricWriter(List<MetricWriter>) - Constructor for class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
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.ConfigurationPropertiesMetaData - Class in org.springframework.boot.actuate.endpoint
Convenience class for grabbing and caching valid property names from /META-INF/spring-configuration-metadata.json so that metadata that is known to be valid can be used to pull the correct nested properties out of beans that might otherwise be tricky (contain cycles or other unserializable properties).
ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesMetaData(String) - Constructor for class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesMetaData
 
ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesMetaData.MapHolder - Class in org.springframework.boot.actuate.endpoint
 
ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesMetaData.MapHolder(Map<String, Object>) - Constructor for class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesMetaData.MapHolder
 
ConfigurationPropertiesReportEndpoint.GenericSerializerModifier - Class in org.springframework.boot.actuate.endpoint
BeanSerializerModifier to return only relevant configuration properties.
ConfigurationPropertiesReportEndpoint.GenericSerializerModifier() - Constructor for class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
 
configure(HttpSecurity) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration.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.
convert(Object) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
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 - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
count() - Method in interface org.springframework.boot.actuate.metrics.rich.RichGaugeReader
 
count() - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
counterService() - Method in class org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration
 
CounterService - Interface in org.springframework.boot.actuate.metrics
A service that can be used to increment, decrement and reset a named counter value.
countGroups() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
countGroups() - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
 
countGroups() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
createFileSystem(String[], String[]) - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
 
createPluginContextAttributes() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
 
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
Auto-configuration for embedding an extensible shell into a Spring Boot enabled application.
CrshAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
 
CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Class to configure CRaSH to authenticate against Spring Security.
CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration
 
CrshAutoConfiguration.CrshBootstrapBean - Class in org.springframework.boot.actuate.autoconfigure
Spring Bean used to bootstrap the CRaSH shell.
CrshAutoConfiguration.CrshBootstrapBean() - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
 
customize(ConfigurableEmbeddedServletContainer) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.ServerCustomization
 
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<?>) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean
 
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
 
dbHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
 
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.writer.DefaultCounterService
 
DEFAULT_DOMAIN - Static variable in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
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.
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, Date) - Constructor for class org.springframework.boot.actuate.metrics.writer.Delta
 
Delta(String, T) - Constructor for class org.springframework.boot.actuate.metrics.writer.Delta
 
destroy() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
 
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
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
 
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.DataSourceHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicator
 
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
 
doStart() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
down(Exception) - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.DOWN and add details for given Exception.
down() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.DOWN.
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 method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with a Status.DOWN status.
DOWN - Static variable in class org.springframework.boot.actuate.health.Status
Convenient constant value representing down state
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.

E

EmbeddedServerPortFileWriter - Class in org.springframework.boot.actuate.system
An ApplicationListener that saves embedded server port and management port into file.
EmbeddedServerPortFileWriter() - Constructor for class org.springframework.boot.actuate.system.EmbeddedServerPortFileWriter
Create a new ApplicationPidFileWriter instance using the filename 'application.pid'.
EmbeddedServerPortFileWriter(String) - Constructor for class org.springframework.boot.actuate.system.EmbeddedServerPortFileWriter
Create a new ApplicationPidFileWriter instance with a specified filename.
EmbeddedServerPortFileWriter(File) - Constructor for class org.springframework.boot.actuate.system.EmbeddedServerPortFileWriter
Create a new ApplicationPidFileWriter instance with a specified file.
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() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
EndpointAutoConfiguration.GitInfo - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointAutoConfiguration.GitInfo() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
 
EndpointAutoConfiguration.GitInfo.Commit - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointAutoConfiguration.GitInfo.Commit() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
 
EndpointAutoConfiguration.InfoPropertiesConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointAutoConfiguration.InfoPropertiesConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.InfoPropertiesConfiguration
 
EndpointAutoConfiguration.RequestMappingEndpointConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointAutoConfiguration.RequestMappingEndpointConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.RequestMappingEndpointConfiguration
 
endpointHandlerMapping() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
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.
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
Simple wrapper around Endpoint implementations to enable JMX export.
EndpointMBean(String, Endpoint<?>) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
EndpointMBeanExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration to enable JMX export for Endpoints.
EndpointMBeanExportAutoConfiguration() - 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
ApplicationListener 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
 
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.
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.ApplicationContextFilterConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration
 
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.EndpointWebMvcChildContextSecurityConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration
 
EndpointWebMvcChildContextConfiguration.ServerCustomization - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointWebMvcChildContextConfiguration.ServerCustomization() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.ServerCustomization
 
enhanceTrace(Map<String, Object>, HttpServletResponse) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
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.
environmentMvcEndpoint(EnvironmentEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
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
 
EnvironmentMvcEndpoint.NoSuchPropertyException(String) - Constructor for exception org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.NoSuchPropertyException
 
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.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
 
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.
extract(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
Extract beans annotated ConfigurationProperties and serialize into Map.
extractHandlerMappings(ApplicationContext, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
extractHandlerMappings(Collection<AbstractUrlHandlerMapping>, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
extractMap(Object, String) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesMetaData
 
extractMethodMappings(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
 

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
 
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(String) - Method in interface org.springframework.boot.actuate.metrics.reader.PrefixMetricReader
Find all metrics whose name starts with the given prefix.
findAll() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
findAll(String) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
findAll() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
findAll(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
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.
findAllWithPrefix(String) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
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
 

G

gaugeService() - Method in class org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration
 
GaugeService - Interface in org.springframework.boot.actuate.metrics
A service that can be used to submit a named double value for storage and analysis.
get(BeanFactory) - Static method in enum org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
 
getAddApplicationContextHeader() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
getAdditionalInfo() - Method in class org.springframework.boot.actuate.endpoint.InfoEndpoint
 
getAdditionalProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getAddress() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
getAlpha() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
getAuditEvent() - Method in class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
 
getAuth() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getAverage() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
Either an exponential weighted moving average or a simple mean, respectively, depending on whether the weight 'alpha' has been set for this gauge.
getBranch() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
 
getCode() - Method in class org.springframework.boot.actuate.health.Status
 
getCommandPathPatterns() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getCommandRefreshInterval() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getCommit() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
 
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
 
getContextPath() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
getCount() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
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
 
getDelegate() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
 
getDescription() - Method in class org.springframework.boot.actuate.health.Status
 
getDetails() - Method in class org.springframework.boot.actuate.health.Health
 
getDisabledCommands() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getDisabledPlugins() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
 
getEndpoint() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
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.EndpointHandlerMapping
Return the endpoints
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
 
getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
 
getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
 
getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
 
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.
getId() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
 
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.
getInfo() - Method in class org.springframework.boot.actuate.trace.Trace
 
getKeyPath() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
getMap() - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesMetaData.MapHolder
 
getMapping() - Method in class org.springframework.boot.actuate.autoconfigure.HealthMvcEndpointProperties
 
getMax() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
getMessage() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
 
getMin() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
getName() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
 
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
 
getNegativeMatches() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
 
getObjectName(Object, String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
getOrder() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfigurationProperties
 
getOrder() - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
 
getOrder() - Method in class org.springframework.boot.actuate.system.ApplicationPidFileWriter
 
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
 
getPath() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
 
getPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
 
getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
 
getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
 
getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
 
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
 
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
 
getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
getPortFile(EmbeddedWebApplicationContext) - Method in class org.springframework.boot.actuate.system.EmbeddedServerPortFileWriter
Return the actual port file that should be written for the given application context.
getPositiveMatches() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
 
getPrefix() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
 
getPrincipal() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the user principal responsible for the event or null.
getQuery() - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
Return the validation query or null.
getRole() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
getRoles() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
 
getSecurity() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
getSessions() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
getSsh() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getStaticNames() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
getStatus() - Method in class org.springframework.boot.actuate.health.Health
 
getTelnet() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getThreshold() - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
 
getTime() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
 
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.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
 
getType() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the type of event.
getUser() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
 
getValidationQuery(String) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
 
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.rich.RichGauge
 
getValues() - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
gitInfo() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.InfoPropertiesConfiguration
 
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.InMemoryMetricRepository
 
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
 

H

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
 
handlerAdapter(HttpMessageConverters) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
handlerMapping(MvcEndpoints, ListableBeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
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.metrics.Metric
 
hashCode() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
health() - Method in class org.springframework.boot.actuate.health.AbstractHealthIndicator
 
health() - Method in class org.springframework.boot.actuate.health.CompositeHealthIndicator
 
Health - Class in org.springframework.boot.actuate.health
Carries information about the health of a component or subsystem.
health() - Method in interface org.springframework.boot.actuate.health.HealthIndicator
 
Health.Builder - Class in org.springframework.boot.actuate.health
Builder for creating immutable Health instances.
Health.Builder() - Constructor for class org.springframework.boot.actuate.health.Health.Builder
Create new Builder instance.
Health.Builder(Status) - Constructor for class org.springframework.boot.actuate.health.Health.Builder
Create new Builder instance, setting status to given status.
Health.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.
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 HealthIndicator 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
HealthIndicatorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration
 
HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
 
HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration
 
HealthIndicatorAutoConfiguration.MongoHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.MongoHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.MongoHealthIndicatorConfiguration
 
HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration
 
HealthIndicatorAutoConfiguration.RedisHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.RedisHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RedisHealthIndicatorConfiguration
 
HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration
 
HealthIndicatorAutoConfigurationProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for some health properties
HealthIndicatorAutoConfigurationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfigurationProperties
 
healthMvcEndpoint(HealthEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
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
 
HealthMvcEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for the HealthMvcEndpoint.
HealthMvcEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthMvcEndpointProperties
 

I

ignoredPathsWebSecurityConfigurerAdapter() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration
 
increment(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
Increment the specified counter by 1.
increment(int) - Method in class org.springframework.boot.actuate.metrics.Metric
Create a new Metric with an incremented value.
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
increment(String, 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(String, Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CodahaleMetricWriter
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
increment(String) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
 
increment(Delta<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.MetricWriter
Increment the value of a metric (or decrement if the delta is negative).
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).
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(Map<String, ? extends Object>) - Constructor for class org.springframework.boot.actuate.endpoint.InfoEndpoint
Create a new InfoEndpoint instance.
infoMap() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.InfoPropertiesConfiguration
 
init() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
 
init() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration
 
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
 
InMemoryMetricRepository - Class in org.springframework.boot.actuate.metrics.repository
MetricRepository and MultiMetricRepository implementation that stores metrics in memory.
InMemoryMetricRepository() - Constructor for class org.springframework.boot.actuate.metrics.repository.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
 
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.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.MetricsEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
 
invoke(Principal) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
 
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
 
isAutoStartup() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
isDisabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
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
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
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.mvc.JolokiaMvcEndpoint
 
isHandler(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Since all handler beans are passed into the constructor there is no need to detect anything here
isPrincipalHandler(HttpServletRequest) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Returns true if the given request is mapped to an endpoint and to a method that includes a Principal argument.
isRunning() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
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.EndpointMvcAdapter
 
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
 
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
 
isSensitive() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
Return if the endpoint exposes sensitive information.
isUniqueNames() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 

J

jaasAuthenticationProperties() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
 
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() - 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() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
 

L

locateAndRegisterEndpoints() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 

M

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(String, ErrorAttributes) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
 
ManagementSecurityAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for security of framework endpoints.
ManagementSecurityAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration
 
ManagementSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
ManagementSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration
 
ManagementSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter - Class in org.springframework.boot.actuate.autoconfigure
 
ManagementSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter
 
ManagementSecurityAutoConfiguration.WebSecurityEnabler - Class in org.springframework.boot.actuate.autoconfigure
 
ManagementSecurityAutoConfiguration.WebSecurityEnabler() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration.WebSecurityEnabler
 
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() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
 
ManagementServerProperties.Security - Class in org.springframework.boot.actuate.autoconfigure
Security configuration.
ManagementServerProperties.Security() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
ManagementServerPropertiesAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
ManagementServerPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
 
matches(String) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesMetaData
 
MAX - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
mbeanServer() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
 
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, MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
 
MetricCopyExporter(MetricReader, MetricWriter, String) - Constructor for class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
 
metricFilter() - Method in class org.springframework.boot.actuate.autoconfigure.MetricFilterAutoConfiguration
 
MetricFilterAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration that records Servlet interactions with a CounterService and GaugeService.
MetricFilterAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.MetricFilterAutoConfiguration
 
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
 
MetricRegistryMetricReader - Class in org.springframework.boot.actuate.metrics.reader
A Spring Boot MetricReader that reads metrics from a Codahale 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.DataSourcePublicMetrics
 
metrics() - Method in class org.springframework.boot.actuate.endpoint.MetricReaderPublicMetrics
 
metrics() - Method in interface org.springframework.boot.actuate.endpoint.PublicMetrics
 
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
 
metrics() - Method in class org.springframework.boot.actuate.endpoint.VanillaPublicMetrics
Deprecated.
 
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(PublicMetrics) - Constructor for class org.springframework.boot.actuate.endpoint.MetricsEndpoint
Create a new MetricsEndpoint instance.
MetricsEndpoint(Collection<PublicMetrics>) - Constructor for class org.springframework.boot.actuate.endpoint.MetricsEndpoint
Create a new MetricsEndpoint instance.
metricsMvcEndpoint(MetricsEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
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
 
MetricsMvcEndpoint.NoSuchMetricException(String) - Constructor for exception org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.NoSuchMetricException
 
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
 
MIN - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
modify(T) - Method in interface org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository.Callback
 
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
 
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.EndpointWebMvcAutoConfiguration
 
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
 

N

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
 

O

onApplicationEvent(AuditApplicationEvent) - Method in class org.springframework.boot.actuate.audit.listener.AuditListener
 
onApplicationEvent(AbstractAuthenticationEvent) - Method in class org.springframework.boot.actuate.security.AuthenticationAuditListener
 
onApplicationEvent(AbstractAuthorizationEvent) - Method in class org.springframework.boot.actuate.security.AuthorizationAuditListener
 
onApplicationEvent(SpringApplicationEvent) - Method in class org.springframework.boot.actuate.system.ApplicationPidFileWriter
 
onApplicationEvent(EmbeddedServletContainerInitializedEvent) - Method in class org.springframework.boot.actuate.system.EmbeddedServerPortFileWriter
 
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
 
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
 
org.springframework.boot.actuate.audit.listener - package org.springframework.boot.actuate.audit.listener
 
org.springframework.boot.actuate.autoconfigure - package org.springframework.boot.actuate.autoconfigure
 
org.springframework.boot.actuate.endpoint - package org.springframework.boot.actuate.endpoint
 
org.springframework.boot.actuate.endpoint.jmx - package org.springframework.boot.actuate.endpoint.jmx
 
org.springframework.boot.actuate.endpoint.mvc - package org.springframework.boot.actuate.endpoint.mvc
 
org.springframework.boot.actuate.health - package org.springframework.boot.actuate.health
 
org.springframework.boot.actuate.metrics - package org.springframework.boot.actuate.metrics
 
org.springframework.boot.actuate.metrics.export - package org.springframework.boot.actuate.metrics.export
 
org.springframework.boot.actuate.metrics.reader - package org.springframework.boot.actuate.metrics.reader
 
org.springframework.boot.actuate.metrics.repository - package org.springframework.boot.actuate.metrics.repository
 
org.springframework.boot.actuate.metrics.repository.redis - package org.springframework.boot.actuate.metrics.repository.redis
 
org.springframework.boot.actuate.metrics.rich - package org.springframework.boot.actuate.metrics.rich
 
org.springframework.boot.actuate.metrics.util - package org.springframework.boot.actuate.metrics.util
 
org.springframework.boot.actuate.metrics.writer - package org.springframework.boot.actuate.metrics.writer
 
org.springframework.boot.actuate.security - package org.springframework.boot.actuate.security
 
org.springframework.boot.actuate.system - package org.springframework.boot.actuate.system
 
org.springframework.boot.actuate.trace - package org.springframework.boot.actuate.trace
 
OUT_OF_SERVICE - Static variable in class org.springframework.boot.actuate.health.Status
Convenient constant value representing out-of-service state
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

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).
PublicMetrics - Interface in org.springframework.boot.actuate.endpoint
Interface to expose specific Metrics via a MetricsEndpoint.
PublicMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
PublicMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration
 

R

rabbitHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration
 
rabbitHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration
 
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
 
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
 
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
 
registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
 
remove(String) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
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
 
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.repository.InMemoryMetricRepository
 
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.writer.CodahaleMetricWriter
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
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.MetricWriter
Reset the value of a metric, usually to zero value.
reset(String) - Method in interface org.springframework.boot.actuate.metrics.writer.PrefixMetricWriter
Rest the values of all metrics in the group.
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

sanitize(String, Object) - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
 
securityProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
 
serverProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
 
set(S) - Method in class org.springframework.boot.actuate.metrics.Metric
Create a new Metric with a different value.
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
set(String, Collection<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(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
set(String, T) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CodahaleMetricWriter
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
 
set(Metric<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.MetricWriter
Set the value of a metric.
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.
setAddApplicationContextHeader(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
setAddress(InetAddress) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
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.AuthenticationAuditListener
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AuthorizationAuditListener
 
setAuth(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
setBranch(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
 
setCapacity(int) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
setCapacity(int) - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
 
setCommandPathPatterns(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setCommandRefreshInterval(int) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setConfig(Map<String, String>) - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaProperties
 
setConfigPathPatterns(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setContextPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
setDataSource(DataSource) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
Set the DataSource to use.
setDisabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Sets if this mapping is disabled.
setDisabledCommands(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setDisabledPlugins(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
 
setDomain(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
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
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
setEnabled(Boolean) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setEndpointHandlerMapping(EndpointHandlerMapping) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter
 
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.EnvironmentEndpoint
 
setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
 
setErrorAttributes(ErrorAttributes) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
setGroups(Set<String>) - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
 
setHandlerMappings(List<AbstractUrlHandlerMapping>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
setId(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
 
setId(String) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
setIgnoreTimestamps(boolean) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
Ignore timestamps (export all metrics).
setInitParameters(Properties) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setKeyPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
 
setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
 
setMap(Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesMetaData.MapHolder
 
setMapping(Map<String, HttpStatus>) - Method in class org.springframework.boot.actuate.autoconfigure.HealthMvcEndpointProperties
 
setMetadataLocations(String) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
Location path for JSON metadata about config properties.
setMethodMappings(List<AbstractHandlerMethodMapping<?>>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
setName(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
 
setObjectNameStaticProperties(Properties) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
setOrder(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfigurationProperties
 
setOrder(int) - Method in class org.springframework.boot.actuate.system.ApplicationPidFileWriter
 
setOrder(int) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
setPassword(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
 
setPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
 
setPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setPath(File) - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
 
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
 
setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
setPrefix(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
 
setQuery(String) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
Set a specific validation query to use to validate a connection.
setRole(String) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
setRoles(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
 
setSensitive(boolean) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
setSensitive(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setServletContext(ServletContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setSessions(SessionCreationPolicy) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
setStaticNames(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
setStatusMapping(Map<String, HttpStatus>) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
Set specific status mappings.
setStatusOrder(Status...) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
Set the ordering of the status.
setStatusOrder(List<String>) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
Set the ordering of the status.
setThreshold(long) - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
 
setTime(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
 
setTimeToLive(long) - Method in class org.springframework.boot.actuate.endpoint.HealthEndpoint
 
setTriggerEventType(Class<? extends SpringApplicationEvent>) - Method in class org.springframework.boot.actuate.system.ApplicationPidFileWriter
Sets the type of application event that will trigger writing of the PID file.
setUniqueNames(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
setUser(ShellProperties.SimpleAuthenticationProperties.User) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
 
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
 
shellAuthenticationManager() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration
 
shellBootstrap() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
 
ShellProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for the shell subsystem.
ShellProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
ShellProperties.CrshShellAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Base class for Auth specific properties.
ShellProperties.CrshShellAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellAuthenticationProperties
 
ShellProperties.CrshShellProperties - Class in org.springframework.boot.actuate.autoconfigure
Base class for CRaSH properties.
ShellProperties.CrshShellProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
 
ShellProperties.JaasAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Auth specific properties for JAAS authentication
ShellProperties.JaasAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
 
ShellProperties.KeyAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Auth specific properties for key authentication
ShellProperties.KeyAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
 
ShellProperties.SimpleAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Auth specific properties for simple authentication
ShellProperties.SimpleAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
 
ShellProperties.SimpleAuthenticationProperties.User - Class in org.springframework.boot.actuate.autoconfigure
 
ShellProperties.SimpleAuthenticationProperties.User() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
 
ShellProperties.SpringAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Auth specific properties for Spring authentication
ShellProperties.SpringAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
 
ShellProperties.Ssh - Class in org.springframework.boot.actuate.autoconfigure
SSH properties
ShellProperties.Ssh() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
ShellProperties.Telnet - Class in org.springframework.boot.actuate.autoconfigure
Telnet properties
ShellProperties.Telnet() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
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<?>) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.ShutdownEndpointMBean
 
shutdownMvcEndpoint(ShutdownEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
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
 
simpleAuthenticationProperties() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
 
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
 
SolrHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator for Apache Solr.
SolrHealthIndicator(SolrServer) - Constructor for class org.springframework.boot.actuate.health.SolrHealthIndicator
 
springAuthenticationProperties() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration
 
springSecurityFilterChain(HierarchicalBeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration
 
start() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
status(String) - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to given statusCode.
status(Status) - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to given Status instance
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) - 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 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
 
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

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
 
toString() - Method in class org.springframework.boot.actuate.audit.AuditEvent
 
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.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.
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
TraceRepositoryAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.TraceRepositoryAutoConfiguration
 
TraceWebFilterAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
TraceWebFilterAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.TraceWebFilterAutoConfiguration
 

U

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
Convenient constant value representing unknown state
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
Convenient constant value representing up state
update(String, SimpleInMemoryRepository.Callback<T>) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 

V

VAL - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
validateCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Basic validation of applied CRaSH shell configuration.
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.
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.
VanillaPublicMetrics - Class in org.springframework.boot.actuate.endpoint
Deprecated.
since 1.2 in favor of SystemPublicMetrics, MetricReaderPublicMetrics
VanillaPublicMetrics(MetricReader) - Constructor for class org.springframework.boot.actuate.endpoint.VanillaPublicMetrics
Deprecated.
 

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) - Constructor for class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
withDetail(String, Object) - Method in class org.springframework.boot.actuate.health.Health.Builder
Record detail using key and value.
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 R S T U V W 

Copyright © 2014 Pivotal Software, Inc.. All rights reserved.