- AbstractAuditListener - Class in org.springframework.boot.actuate.audit.listener
-
- AbstractAuditListener() - Constructor for class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
-
- AbstractAuthenticationAuditListener - Class in org.springframework.boot.actuate.security
-
Abstract
ApplicationListener
to expose Spring Security
authentication events
as
AuditEvent
s.
- AbstractAuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
-
- AbstractAuthorizationAuditListener - Class in org.springframework.boot.actuate.security
-
Abstract
ApplicationListener
to expose Spring Security
authorization events
as
AuditEvent
s.
- AbstractAuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
-
- AbstractEndpoint<T> - Class in org.springframework.boot.actuate.endpoint
-
Abstract base for
Endpoint
implementations.
- AbstractEndpoint(String) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
Create a new sensitive endpoint instance.
- AbstractEndpoint(String, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
Create a new endpoint instance.
- AbstractEndpoint(String, boolean, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
Create a new endpoint instance.
- AbstractEndpointHandlerMapping<E extends MvcEndpoint> - Class in org.springframework.boot.actuate.endpoint.mvc
-
- AbstractEndpointHandlerMapping(Collection<? extends E>) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
- AbstractEndpointHandlerMapping(Collection<? extends E>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
- AbstractEndpointMvcAdapter<E extends Endpoint<?>> - Class in org.springframework.boot.actuate.endpoint.mvc
-
- AbstractEndpointMvcAdapter(E) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- 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
-
- AbstractHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
-
- AbstractJmxCacheStatisticsProvider<C extends org.springframework.cache.Cache> - Class in org.springframework.boot.actuate.cache
-
- AbstractJmxCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
-
- AbstractJmxEndpoint - Class in org.springframework.boot.actuate.endpoint.jmx
-
- AbstractJmxEndpoint(ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
-
- AbstractMetricExporter - Class in org.springframework.boot.actuate.metrics.export
-
Base class for metric exporters that have common features, principally a prefix for
exported metrics and filtering by timestamp (so only new values are included in the
export).
- AbstractMetricExporter(String) - Constructor for class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
-
- AbstractMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
-
- AbstractMvcEndpoint(String, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- AbstractMvcEndpoint(String, boolean, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- AbstractNamedMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
-
- AbstractNamedMvcEndpoint(String, String, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractNamedMvcEndpoint
-
- AbstractNamedMvcEndpoint(String, String, boolean, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractNamedMvcEndpoint
-
- ACCESS_OVERRIDE_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
Order before the basic authentication access control provided automatically for the
management endpoints.
- ActuatorEndpointLinksAdvice() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice
-
- ActuatorMediaTypes - Class in org.springframework.boot.actuate.endpoint.mvc
-
MediaTypes
that can be consumed and produced by Actuator endpoints.
- ActuatorMetricWriter - Annotation Type in org.springframework.boot.actuate.autoconfigure
-
Qualifier annotation for a metric repository that is used by the actuator (to
distinguish it from others that might be installed by the user).
- adaptEndpoint(String, Endpoint<?>) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- 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(long) - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffer
-
- add(Map<String, Object>) - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
-
- add(Map<String, Object>) - Method in interface org.springframework.boot.actuate.trace.TraceRepository
-
Add a new
Trace
object at the current time.
- addBasicMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
Add basic system metrics.
- addClassLoadingMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
Add class loading metrics.
- addGarbageCollectionMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
Add garbage collection metrics.
- addHealthIndicator(String, HealthIndicator) - Method in class org.springframework.boot.actuate.health.CompositeHealthIndicator
-
- addHeapMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
Add JVM heap metrics.
- addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
-
- addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint
-
- addStatusMapping(Map<String, HttpStatus>) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
Add specific status mappings to the existing set.
- addStatusMapping(Status, HttpStatus) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
Add a status mapping to the existing set.
- 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.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
-
- afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
- afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
-
- afterPropertiesSet() - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
-
- afterSingletonsInstantiated() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
-
- aggregate(Map<String, Health>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
-
- aggregate(Map<String, Health>) - Method in interface org.springframework.boot.actuate.health.HealthAggregator
-
Aggregate several given
Health
instances into one.
- Aggregate() - Constructor for class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
-
- aggregateDetails(Map<String, Health>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
-
Return the map of 'aggregate' details that should be used from the specified
healths.
- AggregateMetricReader - Class in org.springframework.boot.actuate.metrics.aggregate
-
A metric reader that aggregates values from a source reader, normally one that has been
collecting data from many sources in the same form (like a scaled-out application).
- AggregateMetricReader(MetricReader) - Constructor for class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
-
- aggregateStatus(List<Status>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
-
Return the single 'aggregate' status that should be used from the specified
candidates.
- aggregateStatus(List<Status>) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
-
- ALPHA - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
The suffix for alpha gauges.
- APPLICATION_ACTUATOR_V1_JSON - Static variable in class org.springframework.boot.actuate.endpoint.mvc.ActuatorMediaTypes
-
The application/vnd.spring-boot.actuator.v1+json
media type.
- APPLICATION_ACTUATOR_V1_JSON_VALUE - Static variable in class org.springframework.boot.actuate.endpoint.mvc.ActuatorMediaTypes
-
- ApplicationContextFilterConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration
-
- applicationContextIdFilter(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration
-
- applicationHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration
-
- ApplicationHealthIndicator - Class in org.springframework.boot.actuate.health
-
- ApplicationHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.ApplicationHealthIndicator
-
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
-
Deprecated.
Apply the properties to a CRaSH configuration.
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
-
Deprecated.
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
-
Deprecated.
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
-
Deprecated.
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
-
Deprecated.
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
-
Deprecated.
- asCrshShellConfig() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
Return a properties file configured from these settings that can be applied to a
CRaSH shell instance.
- AuditApplicationEvent - Class in org.springframework.boot.actuate.audit.listener
-
Spring
ApplicationEvent
to encapsulate
AuditEvent
s.
- AuditApplicationEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
- AuditApplicationEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
- AuditApplicationEvent(Date, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
- AuditApplicationEvent(AuditEvent) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
- AuditAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
- AuditAutoConfiguration(ObjectProvider<AuditEventRepository>) - Constructor for class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
-
- AuditAutoConfiguration.AuditEventRepositoryConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
- AuditEvent - Class in org.springframework.boot.actuate.audit
-
A value object representing an audit event: at a particular time, a particular user or
agent carried out an action of a particular type.
- AuditEvent(String, String, 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.
- auditEventMvcEndpoint(AuditEventRepository) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
-
- AuditEventRepository - Interface in org.springframework.boot.actuate.audit
-
- auditEventRepository() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.AuditEventRepositoryConfiguration
-
- AuditEventRepositoryConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.AuditEventRepositoryConfiguration
-
- auditEventsEndpoint(AuditEventRepository) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
-
- AuditEventsJmxEndpoint - Class in org.springframework.boot.actuate.endpoint.jmx
-
- AuditEventsJmxEndpoint(ObjectMapper, AuditEventRepository) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.AuditEventsJmxEndpoint
-
- AuditEventsMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
-
- AuditEventsMvcEndpoint(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AuditEventsMvcEndpoint
-
- AuditListener - Class in org.springframework.boot.actuate.audit.listener
-
- AuditListener(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditListener
-
- auditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
-
- Auth() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.Auth
-
Deprecated.
- AUTH_PREFIX - Static variable in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
-
Deprecated.
- AUTHENTICATION_FAILURE - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
-
Authentication failure event type.
- AUTHENTICATION_SUCCESS - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
-
Authentication success event type.
- AUTHENTICATION_SWITCH - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
-
Authentication switch event type.
- authenticationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
-
- AuthenticationAuditListener - Class in org.springframework.boot.actuate.security
-
- AuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthenticationAuditListener
-
- AuthenticationManagerAdapterConfiguration(ObjectProvider<ManagementServerProperties>) - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterConfiguration
-
Deprecated.
- AUTHORIZATION_FAILURE - Static variable in class org.springframework.boot.actuate.security.AuthorizationAuditListener
-
Authorization failure event type.
- authorizationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
-
- AuthorizationAuditListener - Class in org.springframework.boot.actuate.security
-
- AuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthorizationAuditListener
-
- autoConfigurationReportEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
-
- AutoConfigurationReportEndpoint - Class in org.springframework.boot.actuate.endpoint
-
- AutoConfigurationReportEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint
-
- AutoConfigurationReportEndpoint.MessageAndCondition - Class in org.springframework.boot.actuate.endpoint
-
- AutoConfigurationReportEndpoint.MessageAndConditions - Class in org.springframework.boot.actuate.endpoint
-
- AutoConfigurationReportEndpoint.Report - Class in org.springframework.boot.actuate.endpoint
-
- AVG - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
The suffix for average value gauges.
- GaugeBuffer - Class in org.springframework.boot.actuate.metrics.buffer
-
Mutable buffer containing a double value and a timestamp.
- GaugeBuffer(long) - Constructor for class org.springframework.boot.actuate.metrics.buffer.GaugeBuffer
-
- GaugeBuffers - Class in org.springframework.boot.actuate.metrics.buffer
-
Fast writes to in-memory metrics store using
GaugeBuffer
.
- GaugeBuffers() - Constructor for class org.springframework.boot.actuate.metrics.buffer.GaugeBuffers
-
- GaugeService - Interface in org.springframework.boot.actuate.metrics
-
A service that can be used to submit a named double value for storage and analysis.
- GaugeWriter - Interface in org.springframework.boot.actuate.metrics.writer
-
Writer for gauge values (simple metric with a number value).
- generateContent() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
Extract the content to contribute to the info endpoint.
- GenericSerializerModifier() - Constructor for class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
-
- get(Environment, BeanFactory) - Static method in enum org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
-
- get(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint
-
- get(String) - Method in class org.springframework.boot.actuate.info.Info
-
- get(String, Class<T>) - Method in class org.springframework.boot.actuate.info.Info
-
- getAddApplicationContextHeader() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
- getAdditionalProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- getAddress() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
- getAggregate() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- getAggregatePrefix() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
-
- getAllowCredentials() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- getAllowedHeaders() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- getAllowedMethods() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- getAllowedOrigins() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- getAlpha() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Return the smoothing constant value.
- getApplicationContext() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementContextResolver
-
Return the management ApplicationContext
.
- getAttribute(ObjectName, String, Class<T>) - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
-
- getAuditEvent() - Method in class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
Get the audit event.
- getAuth() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- getAuthTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- getAverage() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Return either an exponential weighted moving average or a simple mean,
respectively, depending on whether the weight 'alpha' has been set for this gauge.
- getCacheStatistics(CacheManager, C) - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
-
- getCacheStatistics(ObjectName) - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
-
- getCacheStatistics(CacheManager, C) - Method in interface org.springframework.boot.actuate.cache.CacheStatisticsProvider
-
Return the current
CacheStatistics
snapshot for the specified
Cache
or
null
if the given cache could not be handled.
- getCacheStatistics(CacheManager, CaffeineCache) - Method in class org.springframework.boot.actuate.cache.CaffeineCacheStatisticsProvider
-
- getCacheStatistics(CacheManager, ConcurrentMapCache) - Method in class org.springframework.boot.actuate.cache.ConcurrentMapCacheStatisticsProvider
-
- getCacheStatistics(CacheManager, EhCacheCache) - Method in class org.springframework.boot.actuate.cache.EhCacheStatisticsProvider
-
- getCacheStatistics(CacheManager, GuavaCache) - Method in class org.springframework.boot.actuate.cache.GuavaCacheStatisticsProvider
-
Deprecated.
- getCacheStatistics(CacheManager, HazelcastCache) - Method in class org.springframework.boot.actuate.cache.HazelcastCacheStatisticsProvider
-
- getCacheStatistics(ObjectName) - Method in class org.springframework.boot.actuate.cache.InfinispanCacheStatisticsProvider
-
- getCacheStatistics(ObjectName) - Method in class org.springframework.boot.actuate.cache.JCacheCacheStatisticsProvider
-
- getChangeLogs() - Method in class org.springframework.boot.actuate.endpoint.LiquibaseEndpoint.LiquibaseReport
-
- getChecksum() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
-
- getCode() - Method in class org.springframework.boot.actuate.health.Status
-
Return the code for this status.
- getCommandPathPatterns() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- getCommandRefreshInterval() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- getCondition() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
-
- getConfig() - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaProperties
-
- getConfigPathPatterns() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- getConfiguredLevel() - Method in class org.springframework.boot.actuate.endpoint.LoggersEndpoint.LoggerLevels
-
- getContextPath() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
Return the context path with no trailing slash (i.e.
- getContextPath() - Method in interface org.springframework.boot.actuate.endpoint.mvc.ManagementServletContext
-
Return the context path of the management server.
- getCorsHandlerExecutionChain(HttpServletRequest, HandlerExecutionChain, CorsConfiguration) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
- getCount() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Return the number of times the value has been set.
- getCounterSubmissions() - Method in class org.springframework.boot.actuate.autoconfigure.MetricFilterProperties
-
- getCuries() - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
-
- getData() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the event data.
- getData(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.AuditEventsJmxEndpoint
-
- getData(String, String) - Method in class org.springframework.boot.actuate.endpoint.jmx.AuditEventsJmxEndpoint
-
- getData(String, String, String) - Method in class org.springframework.boot.actuate.endpoint.jmx.AuditEventsJmxEndpoint
-
- getData() - Method in class org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean
-
- getDelayMillis() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- getDelegate() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- getDescription() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
-
- getDescription() - Method in class org.springframework.boot.actuate.health.Status
-
Return the description of this status.
- getDetails() - Method in class org.springframework.boot.actuate.health.Health
-
Return the details of the health.
- getDetails() - Method in class org.springframework.boot.actuate.info.Info
-
Return the content.
- getDisabledCommands() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- getDisabledPlugins() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- getDisabledResponse() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
Returns the response that should be returned when the endpoint is disabled.
- getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
-
Deprecated.
- getEffectiveLevel() - Method in class org.springframework.boot.actuate.endpoint.LoggersEndpoint.LoggerLevels
-
- getEnabled() - Method in class org.springframework.boot.actuate.endpoint.EndpointProperties
-
- getEndpoint() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- getEndpoint() - Method in class org.springframework.boot.actuate.endpoint.jmx.LoggersEndpointMBean
-
- getEndpointClass() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- getEndpointMBean(String, Endpoint<?>) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
Return the endpoints.
- getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
-
- getEndpoints(Class<E>) - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
-
Return the endpoints of the specified type.
- getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
-
- getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- getEndpointType() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxEndpoint
-
Return the type of
Endpoint
exposed, or
null
if this
JmxEndpoint
exposes information that cannot be represented as a traditional
Endpoint
.
- getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- getEndpointType() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
-
Return the type of
Endpoint
exposed, or
null
if this
MvcEndpoint
exposes information that cannot be represented as a traditional
Endpoint
.
- getEnvironment() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- getEnvironment() - Method in class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
-
- getEnvironment() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- getExcludes() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- getExclusions() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
-
- getExecutionTime() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
-
- getExporters() - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
-
- getExposedHeaders() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- getExternalFile() - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
-
- getGaugeSubmissions() - Method in class org.springframework.boot.actuate.autoconfigure.MetricFilterProperties
-
- getGit() - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorProperties
-
- getHalBrowserLocation(ResourceLoader) - Static method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint
-
- getHandlerExecutionChain(Object, HttpServletRequest) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
- getHitRatio() - Method in interface org.springframework.boot.actuate.cache.CacheStatistics
-
Return the ratio of cache requests which were hits as a value between 0 and 1 where
0 means that the hit ratio is 0% and 1 means it is 100%.
- getHitRatio() - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- getHost() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
-
- getHtmlFile() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint.HalBrowserLocation
-
- getId() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- getId() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
-
The logical ID of the endpoint.
- getIdentity() - Method in class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
-
- getIdentity() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- getIdentity() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxEndpoint
-
Return the MBean identity for this endpoint.
- getIdleTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- getInclude() - Method in class org.springframework.boot.actuate.trace.TraceProperties
-
- getIncludes() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- getIndices() - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
-
- getInfo() - Method in class org.springframework.boot.actuate.trace.Trace
-
- getInstalledOn() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
-
- getKey() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
-
- getKeyPath() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- getKeyPattern() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
-
- getLastUpdated() - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
-
- getLogger(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.LoggersEndpointMBean
-
- getLoggers() - Method in class org.springframework.boot.actuate.endpoint.jmx.LoggersEndpointMBean
-
- getManagementServletContext() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint
-
- getMapping() - Method in class org.springframework.boot.actuate.autoconfigure.HealthMvcEndpointProperties
-
- getMatched() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndConditions
-
- getMax() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Return the maximum value of the gauge.
- getMaxAge() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- getMBeanServer() - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
-
- getMessage() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
-
- getMetric() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- getMetric() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
-
- getMigrations() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayReport
-
- getMin() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Return the minimum value of the gauge.
- getMissRatio() - Method in interface org.springframework.boot.actuate.cache.CacheStatistics
-
Return the ratio of cache requests which were misses as value between 0 and 1 where
0 means that the miss ratio is 0% and 1 means it is 100%.
- getMissRatio() - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- getMode() - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorProperties.Git
-
- getMode() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
Return the mode that should be used to expose the content.
- getMvcEndpoints() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementContextResolver
-
- getName() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
-
Deprecated.
- getName() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayReport
-
- getName() - Method in class org.springframework.boot.actuate.endpoint.LiquibaseEndpoint.LiquibaseReport
-
- getName() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- getName() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractNamedMvcEndpoint
-
- getName() - Method in interface org.springframework.boot.actuate.endpoint.mvc.NamedMvcEndpoint
-
Return the logical name of the endpoint.
- getName() - Method in class org.springframework.boot.actuate.metrics.Metric
-
Returns the name of the metric.
- getName(String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
-
- getName(String) - Method in interface org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbNamingStrategy
-
- getName() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Return the name of the gauge.
- getNames() - Method in class org.springframework.boot.actuate.metrics.export.SpecificTriggerProperties
-
- getNegativeMatches() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
-
- getNestedMap(Map<String, Object>, String) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
Return the nested map with the specified key or empty map if the specified map
contains no mapping for the key.
- getNotMatched() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndConditions
-
- getObjectName(C) - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
-
Return the
ObjectName
of the MBean that is managing the specified cache or
null
if none is found.
- getObjectName(SpringCache) - Method in class org.springframework.boot.actuate.cache.InfinispanCacheStatisticsProvider
-
- getObjectName(JCacheCache) - Method in class org.springframework.boot.actuate.cache.JCacheCacheStatisticsProvider
-
- getObjectName(Object, String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- getObjectName(Object, String) - Method in class org.springframework.boot.actuate.metrics.jmx.DefaultMetricNamingStrategy
-
- getOrder() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorProperties
-
- getOrder() - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
- getOrder() - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
- getParent() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
-
- getPassword() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
-
Deprecated.
- getPath() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
-
Deprecated.
- getPath(MvcEndpoint) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
Return the path that should be used to map the given
MvcEndpoint
.
- getPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
Get the path of the endpoint.
- getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- getPath() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
-
Return the MVC path of the endpoint.
- getPath() - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
-
- getPhase() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
Returns the management port or
null
if the
server port
should be used.
- getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
-
Deprecated.
- getPort() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
-
- getPositiveMatches() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
-
- getPrefix() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
Get the prefix used in mappings.
- getPrefix() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
-
- getPrefix() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
-
- getPrefix() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
-
- getPrincipal() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the user principal responsible for the event or an empty String if the
principal is not available.
- getProperties() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
Return the properties that this instance manages.
- getPublisher() - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
-
- getPublisher() - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
-
- getQuery() - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
-
Return the validation query or null
.
- getRedis() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- getReservoir(String) - Method in interface org.springframework.boot.actuate.metrics.dropwizard.ReservoirFactory
-
Return the Reservoir
instance to use or null
if a custom reservoir
is not needed.
- getResolver() - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
-
- getResourceLocation() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint.HalBrowserLocation
-
- getResponseTimeout() - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
-
- getRestTemplate() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
- getRoles() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
-
- getRoles() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
-
Deprecated.
- getScript() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
-
- getSecurity() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
- getSensitive() - Method in class org.springframework.boot.actuate.endpoint.EndpointProperties
-
- getSessions() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
-
- getSize() - Method in interface org.springframework.boot.actuate.cache.CacheStatistics
-
Return the size of the cache or null
if that information is not available.
- getSize() - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- getSsh() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- getSsl() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
- getState() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
-
- getStaticNames() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- getStatsd() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- getStatus() - Method in class org.springframework.boot.actuate.health.Health
-
Return the status of the health.
- getTags() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- getTags() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
-
- getTelnet() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- getThreshold() - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
-
- getTimestamp() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the date/time that the even was logged.
- getTimestamp() - Method in class org.springframework.boot.actuate.metrics.Metric
-
- getTimestamp() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- getTimestamp() - Method in class org.springframework.boot.actuate.trace.Trace
-
- getTimeToLive() - Method in class org.springframework.boot.actuate.endpoint.HealthEndpoint
-
Time to live for cached result.
- getTrace(HttpServletRequest) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
- getTriggers() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
Configuration for triggers on individual named writers.
- getType() - Method in class org.springframework.boot.actuate.audit.AuditEvent
-
Returns the type of event.
- getType() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Auth
-
Deprecated.
- getType() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
-
- getUser() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
-
Deprecated.
- getValidationQuery(String) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
-
- getValue() - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffer
-
- getValue() - Method in class org.springframework.boot.actuate.metrics.buffer.GaugeBuffer
-
- getValue() - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
-
- getValue() - Method in class org.springframework.boot.actuate.metrics.Metric
-
Returns the value of the metric.
- getValue() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- getValue() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
Return the current value of the gauge.
- getValues() - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
-
- getVersion() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
-
- Git() - Constructor for class org.springframework.boot.actuate.autoconfigure.InfoContributorProperties.Git
-
- gitInfoContributor(GitProperties) - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorAutoConfiguration
-
- GitInfoContributor - Class in org.springframework.boot.actuate.info
-
- GitInfoContributor(GitProperties, InfoPropertiesInfoContributor.Mode) - Constructor for class org.springframework.boot.actuate.info.GitInfoContributor
-
- GitInfoContributor(GitProperties) - Constructor for class org.springframework.boot.actuate.info.GitInfoContributor
-
- groups() - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
-
Generate a group of metrics to iterate over in the form of a set of Strings (e.g.
- groups() - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
-
- groups() - Method in class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
-
- groups() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMultiMetricRepository
-
- groups() - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
-
The names of all the groups known to this repository.
- groups() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
-
- GuavaCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
-
- GuavaCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.GuavaCacheStatisticsProvider
-
Deprecated.
- increment(String) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferCounterService
-
- increment(String, long) - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffers
-
- increment(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
-
Increment the specified counter by 1.
- increment(String) - Method in class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
-
- increment(String, long) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
-
- increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
-
- increment(long) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
-
- 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.InMemoryMultiMetricRepository
-
- 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.statsd.StatsdMetricWriter
-
- increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
-
- increment(Delta<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.CounterWriter
-
Increment the value of a metric (or decrement if the delta is negative).
- increment(String) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
-
- increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
-
- 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).
- InfinispanCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
-
- InfinispanCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.InfinispanCacheStatisticsProvider
-
- Info - Class in org.springframework.boot.actuate.info
-
Carries information of the application.
- Info.Builder - Class in org.springframework.boot.actuate.info
-
Builder for creating immutable
Info
instances.
- InfoContributor - Interface in org.springframework.boot.actuate.info
-
Contributes additional info details.
- InfoContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-
- InfoContributorAutoConfiguration(InfoContributorProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.InfoContributorAutoConfiguration
-
- InfoContributorProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Configuration properties for core info contributors.
- InfoContributorProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.InfoContributorProperties
-
- InfoContributorProperties.Git - Class in org.springframework.boot.actuate.autoconfigure
-
- infoEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
-
- InfoEndpoint - Class in org.springframework.boot.actuate.endpoint
-
Endpoint
to expose arbitrary application information.
- InfoEndpoint(List<InfoContributor>) - Constructor for class org.springframework.boot.actuate.endpoint.InfoEndpoint
-
- InfoPropertiesInfoContributor<T extends InfoProperties> - Class in org.springframework.boot.actuate.info
-
- InfoPropertiesInfoContributor(T, InfoPropertiesInfoContributor.Mode) - Constructor for class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
- InfoPropertiesInfoContributor.Mode - Enum in org.springframework.boot.actuate.info
-
Defines how properties should be exposed.
- init() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
-
Deprecated.
- init() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice
-
- init() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration
-
- initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
- initialize() - Method in class org.springframework.boot.actuate.endpoint.DataSourcePublicMetrics
-
- InMemoryAuditEventRepository - Class in org.springframework.boot.actuate.audit
-
- InMemoryAuditEventRepository() - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
-
- InMemoryAuditEventRepository(int) - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
-
- InMemoryMetricRepository - Class in org.springframework.boot.actuate.metrics.repository
-
- InMemoryMetricRepository() - Constructor for class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- InMemoryMultiMetricRepository - Class in org.springframework.boot.actuate.metrics.repository
-
- InMemoryMultiMetricRepository() - Constructor for class org.springframework.boot.actuate.metrics.repository.InMemoryMultiMetricRepository
-
- InMemoryMultiMetricRepository(InMemoryMetricRepository) - Constructor for class org.springframework.boot.actuate.metrics.repository.InMemoryMultiMetricRepository
-
- InMemoryRichGaugeRepository - Class in org.springframework.boot.actuate.metrics.rich
-
- InMemoryRichGaugeRepository() - Constructor for class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
-
- InMemoryTraceRepository - Class in org.springframework.boot.actuate.trace
-
- InMemoryTraceRepository() - Constructor for class org.springframework.boot.actuate.trace.InMemoryTraceRepository
-
- InvalidLogLevelException(String) - Constructor for exception org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.InvalidLogLevelException
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.BeansEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.DumpEndpoint
-
- invoke() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
-
Called to invoke the endpoint.
- invoke() - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.HealthEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.InfoEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.LiquibaseEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.LoggersEndpoint
-
- invoke(String) - Method in class org.springframework.boot.actuate.endpoint.LoggersEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpoint
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
-
- invoke(HttpServletRequest, Principal) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
- invoke(boolean, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint
-
- invoke(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
-
- 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.AbstractEndpointHandlerMapping
-
Returns if this mapping is disabled.
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
-
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
-
Deprecated.
- isEnabled() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- isEnabled() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
-
Return if the endpoint is enabled.
- isEnabled(Environment, Boolean) - Static method in class org.springframework.boot.actuate.endpoint.EndpointProperties
-
Determine if an endpoint is enabled based on its specific property and taking into
account the global default.
- isEnabled() - Method in class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
-
- isEnabled() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- isEnabled() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxEndpoint
-
Return if the JMX endpoint is enabled.
- isEnabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- isEnabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint.Curies
-
- isEnabled() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- isHandler(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
Since all handler beans are passed into the constructor there is no need to detect
anything here.
- isRunning() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- isSendLatest() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- isSensitive() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- isSensitive() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
-
Return if the endpoint is sensitive, i.e.
- isSensitive(Environment, Boolean, boolean) - Static method in class org.springframework.boot.actuate.endpoint.EndpointProperties
-
Determine if an endpoint is sensitive based on its specific property and taking
into account the global default.
- isSensitive() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-
- isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- isSensitive() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
-
Return if the endpoint exposes sensitive information.
- isUniqueNames() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- iterator() - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
-
- onApplicationEvent(AuditApplicationEvent) - Method in class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
-
- onApplicationEvent(AbstractAuthenticationEvent) - Method in class org.springframework.boot.actuate.security.AuthenticationAuditListener
-
- onApplicationEvent(AbstractAuthorizationEvent) - Method in class org.springframework.boot.actuate.security.AuthorizationAuditListener
-
- onAuditEvent(AuditEvent) - Method in class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
-
- onAuditEvent(AuditEvent) - Method in class org.springframework.boot.actuate.audit.listener.AuditListener
-
- onCounterAdded(String, Counter) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onCounterRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onGaugeAdded(String, Gauge<?>) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onGaugeRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onHistogramAdded(String, Histogram) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onHistogramRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onMeterAdded(String, Meter) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onMeterRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onTimerAdded(String, Timer) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- onTimerRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
-
- OpenTsdbData - Class in org.springframework.boot.actuate.metrics.opentsdb
-
OpenTSDB Data.
- OpenTsdbData() - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- OpenTsdbData(String, Number) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- OpenTsdbData(String, Number, Long) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- OpenTsdbData(OpenTsdbName, Number, Long) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- OpenTsdbGaugeWriter - Class in org.springframework.boot.actuate.metrics.opentsdb
-
A
GaugeWriter
for the Open TSDB database (version 2.0), writing metrics to the
HTTP endpoint provided by the server.
- OpenTsdbGaugeWriter() - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
Creates a new OpenTsdbGaugeWriter
with the default connect (10 seconds) and
read (30 seconds) timeouts.
- OpenTsdbGaugeWriter(int, int) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
Creates a new OpenTsdbGaugeWriter
with the given millisecond
connectTimeout
and readTimeout
.
- OpenTsdbName - Class in org.springframework.boot.actuate.metrics.opentsdb
-
OpenTSDB Name.
- OpenTsdbName() - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
-
- OpenTsdbName(String) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
-
- OpenTsdbNamingStrategy - Interface in org.springframework.boot.actuate.metrics.opentsdb
-
Strategy used to convert a metric name into an
OpenTsdbName
.
- OrderedHealthAggregator - Class in org.springframework.boot.actuate.health
-
Default
HealthAggregator
implementation that aggregates
Health
instances and determines the final system state based on a simple ordered list.
- OrderedHealthAggregator() - Constructor for class org.springframework.boot.actuate.health.OrderedHealthAggregator
-
- org.springframework.boot.actuate.audit - package org.springframework.boot.actuate.audit
-
Core actuator auditing classes.
- org.springframework.boot.actuate.audit.listener - package org.springframework.boot.actuate.audit.listener
-
Actuator auditing listeners.
- org.springframework.boot.actuate.autoconfigure - package org.springframework.boot.actuate.autoconfigure
-
Auto-configuration for the actuator.
- org.springframework.boot.actuate.cache - package org.springframework.boot.actuate.cache
-
- org.springframework.boot.actuate.cloudfoundry - package org.springframework.boot.actuate.cloudfoundry
-
- org.springframework.boot.actuate.condition - package org.springframework.boot.actuate.condition
-
@Condition
annotations and supporting classes.
- org.springframework.boot.actuate.endpoint - package org.springframework.boot.actuate.endpoint
-
Endpoints used to expose actuator information.
- org.springframework.boot.actuate.endpoint.jmx - package org.springframework.boot.actuate.endpoint.jmx
-
Actuator JMX endpoint support.
- org.springframework.boot.actuate.endpoint.mvc - package org.springframework.boot.actuate.endpoint.mvc
-
Actuator Spring MVC endpoint support.
- org.springframework.boot.actuate.health - package org.springframework.boot.actuate.health
-
Actuator health indicators.
- org.springframework.boot.actuate.info - package org.springframework.boot.actuate.info
-
- org.springframework.boot.actuate.metrics - package org.springframework.boot.actuate.metrics
-
Core metrics classes.
- org.springframework.boot.actuate.metrics.aggregate - package org.springframework.boot.actuate.metrics.aggregate
-
- org.springframework.boot.actuate.metrics.buffer - package org.springframework.boot.actuate.metrics.buffer
-
Metrics buffering support.
- org.springframework.boot.actuate.metrics.dropwizard - package org.springframework.boot.actuate.metrics.dropwizard
-
Metrics integration with Dropwizard Metrics.
- org.springframework.boot.actuate.metrics.export - package org.springframework.boot.actuate.metrics.export
-
Metrics export support.
- org.springframework.boot.actuate.metrics.integration - package org.springframework.boot.actuate.metrics.integration
-
- org.springframework.boot.actuate.metrics.jmx - package org.springframework.boot.actuate.metrics.jmx
-
Metrics integration with JMX.
- org.springframework.boot.actuate.metrics.opentsdb - package org.springframework.boot.actuate.metrics.opentsdb
-
Metrics integration with OpenTSDB.
- org.springframework.boot.actuate.metrics.reader - package org.springframework.boot.actuate.metrics.reader
-
Metrics readers.
- org.springframework.boot.actuate.metrics.repository - package org.springframework.boot.actuate.metrics.repository
-
Metrics repository support.
- org.springframework.boot.actuate.metrics.repository.redis - package org.springframework.boot.actuate.metrics.repository.redis
-
Metrics Redis repository support.
- org.springframework.boot.actuate.metrics.rich - package org.springframework.boot.actuate.metrics.rich
-
Metrics rich gauge support.
- org.springframework.boot.actuate.metrics.statsd - package org.springframework.boot.actuate.metrics.statsd
-
Metrics integration with Statsd.
- org.springframework.boot.actuate.metrics.util - package org.springframework.boot.actuate.metrics.util
-
Metrics utility classes.
- org.springframework.boot.actuate.metrics.writer - package org.springframework.boot.actuate.metrics.writer
-
Support for writing metrics.
- org.springframework.boot.actuate.security - package org.springframework.boot.actuate.security
-
Metrics integration with Dropwizard Metrics.
- org.springframework.boot.actuate.trace - package org.springframework.boot.actuate.trace
-
Actuator tracing support.
- OUT_OF_SERVICE - Static variable in class org.springframework.boot.actuate.health.Status
-
Status
indicating that the component or subsystem has been taken out of
service and should not be used.
- outOfService() - Method in class org.springframework.boot.actuate.health.Health.Builder
-
- outOfService() - Static method in class org.springframework.boot.actuate.health.Health
-
- sanitize(String, Object) - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
-
- Security() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
-
- securityProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
-
- serverCustomization() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
-
- serverProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
-
- set(String, Map<String, String>) - Method in class org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint
-
- set(String, double) - Method in class org.springframework.boot.actuate.metrics.buffer.GaugeBuffers
-
- set(String, double) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
-
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
-
- 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.opentsdb.OpenTsdbGaugeWriter
-
- 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.InMemoryMultiMetricRepository
-
- 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(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
-
- set(String, T) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
-
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
-
- set(Metric<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.GaugeWriter
-
Set the value of a metric.
- set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
-
- set(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
-
- setAggregate(MetricExportProperties.Aggregate) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- setAllowCredentials(Boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- setAllowedHeaders(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- setAllowedMethods(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- setAllowedOrigins(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- setAlpha(double) - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.BeansEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.TomcatPublicMetrics
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
-
- setAuthTimeout(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- setBufferSize(int) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
- setCapacity(int) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
-
Set the capacity of this event repository.
- setCapacity(int) - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
-
Set the capacity of the in-memory repository.
- setCommandPathPatterns(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- setCommandRefreshInterval(int) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- setConfig(Map<String, String>) - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaProperties
-
- setConfigPathPatterns(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- setContextPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
- setCounterSubmissions(Set<MetricsFilterSubmission>) - Method in class org.springframework.boot.actuate.autoconfigure.MetricFilterProperties
-
- setDataSource(DataSource) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
-
- setDelayMillis(long) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- setDisabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
Sets if this mapping is disabled.
- setDisabledCommands(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- setDisabledPlugins(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
-
Deprecated.
- setDomain(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- setDomain(String) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
-
- setDumpRequests(boolean) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
Debugging feature.
- setEarliestTimestamp(Date) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
-
The earliest time for which data will be exported.
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
-
Deprecated.
- setEnabled(Boolean) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- setEnabled(Boolean) - Method in class org.springframework.boot.actuate.endpoint.EndpointProperties
-
- setEnabled(Boolean) - Method in class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
-
- setEnabled(Boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint.Curies
-
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- setEnsureUniqueRuntimeObjectNames(boolean) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
-
- setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
-
- setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
- setErrorAttributes(ErrorAttributes) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
- setExcludes(String...) - Method in class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
-
Set the exclude patterns used to filter metrics.
- setExcludes(String[]) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- setExporters(Map<String, Exporter>) - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
-
- setExposedHeaders(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- setExternalFile(File) - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
-
- setGaugeSubmissions(Set<MetricsFilterSubmission>) - Method in class org.springframework.boot.actuate.autoconfigure.MetricFilterProperties
-
- setGetCacheCounts(long, long) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- setGroups(Set<String>) - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
-
The groups to export.
- setHandlerMappings(List<AbstractUrlHandlerMapping>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
-
Set the handler mappings.
- setHitRatio(Double) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- setHost(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
-
- setId(String) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- setIdleTimeout(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- setIgnoreTimestamps(boolean) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
-
Ignore timestamps (export all metrics).
- setInclude(Set<TraceProperties.Include>) - Method in class org.springframework.boot.actuate.trace.TraceProperties
-
- setIncludes(String...) - Method in class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
-
Set the include patterns used to filter metrics.
- setIncludes(String[]) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- setIndices(List<String>) - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
-
- setInitParameters(Properties) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- setKey(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
-
- setKeyPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- setKeyPattern(String) - Method in class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
-
Pattern that tells the aggregator what to do with the keys from the source
repository.
- setKeyPattern(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
-
- setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
-
- setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
-
- setLogLevel(String, String) - Method in class org.springframework.boot.actuate.endpoint.jmx.LoggersEndpointMBean
-
- setLogLevel(String, LogLevel) - Method in class org.springframework.boot.actuate.endpoint.LoggersEndpoint
-
- setMapping(Map<String, HttpStatus>) - Method in class org.springframework.boot.actuate.autoconfigure.HealthMvcEndpointProperties
-
- setMaxAge(Long) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
-
- setMediaType(MediaType) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
- setMethodMappings(List<AbstractHandlerMethodMapping<?>>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
-
Set the method mappings.
- setMetric(String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- setMetric(String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
-
- setMissRatio(Double) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- setMode(InfoPropertiesInfoContributor.Mode) - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorProperties.Git
-
- setName(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
-
Deprecated.
- setNames(String[]) - Method in class org.springframework.boot.actuate.metrics.export.SpecificTriggerProperties
-
- setNamingStrategy(ObjectNamingStrategy) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
-
- setNamingStrategy(OpenTsdbNamingStrategy) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
- setObjectNameStaticProperties(Properties) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- setOrder(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorProperties
-
- setOrder(int) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-
- setPassword(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
-
Deprecated.
- setPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
-
Deprecated.
- setPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
-
- setPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- 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
-
Deprecated.
- setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
-
Deprecated.
- setPort(int) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
-
- setPrefix(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
Set the prefix used in mappings.
- setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
-
Prefix to apply to all output metrics.
- setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
-
- setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
-
- setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
-
- setQuery(String) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
-
Set a specific validation query to use to validate a connection.
- setReader(MetricReader) - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
-
- setRedis(MetricExportProperties.Redis) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint
-
- setResponseTimeout(long) - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
-
- setRestTemplate(RestOperations) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
- setReverse(boolean) - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
-
Flag to say that the repository lists traces in reverse order.
- setRoles(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
-
- setRoles(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
-
Deprecated.
- setSecurityInterceptor(HandlerInterceptor) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
-
Set the handler interceptor that will be used for security.
- setSendLatest(boolean) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
-
Send only the data that changed since the last export.
- setSendLatest(boolean) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
-
- setSensitive(Boolean) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-
- setSensitive(Boolean) - Method in class org.springframework.boot.actuate.endpoint.EndpointProperties
-
- setSensitive(Boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
-
- setServletContext(ServletContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
-
- setSessions(ManagementServerProperties.SessionCreationPolicy) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
-
- setSize(Long) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
-
- setSsl(Ssl) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
-
- setStaticNames(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- setStatsd(MetricExportProperties.Statsd) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- setStatusMapping(Map<String, HttpStatus>) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
-
Set specific status mappings.
- setStatusOrder(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.
- setTags(Map<String, String>) - Method in class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
-
- setTags(Map<String, String>) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- setTags(Map<String, String>) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
-
- setThreshold(long) - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
-
- setTimestamp(Long) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- setTimeToLive(long) - Method in class org.springframework.boot.actuate.endpoint.HealthEndpoint
-
Set the time to live for cached results.
- setType(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Auth
-
Deprecated.
- setUniqueNames(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
-
- setUpDefaults() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
-
- setUrl(String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
-
- setUser(ShellProperties.SimpleAuthenticationProperties.User) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
-
Deprecated.
- setValue(double) - Method in class org.springframework.boot.actuate.metrics.buffer.GaugeBuffer
-
- setValue(double) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
-
- setValue(Number) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
-
- setValues(ConcurrentNavigableMap<String, Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
-
- setValues(ConcurrentNavigableMap<String, T>) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
-
- setWriters(Map<String, GaugeWriter>) - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
-
- SHELL_PREFIX - Static variable in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- shellAuthenticationManager() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterConfiguration
-
Deprecated.
- shellBootstrap() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
-
Deprecated.
- ShellProperties - Class in org.springframework.boot.actuate.autoconfigure
-
- ShellProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
- ShellProperties.Auth - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
- ShellProperties.CrshShellAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
Base class for Auth specific properties.
- ShellProperties.CrshShellProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
Base class for CRaSH properties.
- ShellProperties.JaasAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
Auth specific properties for JAAS authentication.
- ShellProperties.KeyAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
Auth specific properties for key authentication.
- ShellProperties.SimpleAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
Auth specific properties for simple authentication.
- ShellProperties.SimpleAuthenticationProperties.User - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
- ShellProperties.SpringAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
Auth specific properties for Spring authentication.
- ShellProperties.Ssh - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
SSH properties.
- ShellProperties.Telnet - Class in org.springframework.boot.actuate.autoconfigure
-
Deprecated.
Telnet properties.
- shutdown() - Method in class org.springframework.boot.actuate.endpoint.jmx.ShutdownEndpointMBean
-
- shutdownEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
-
- ShutdownEndpoint - Class in org.springframework.boot.actuate.endpoint
-
Endpoint
to shutdown the
ApplicationContext
.
- ShutdownEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
-
- ShutdownEndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
-
- ShutdownEndpointMBean(String, Endpoint<?>, ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.ShutdownEndpointMBean
-
- shutdownMvcEndpoint(ShutdownEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
-
- ShutdownMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
-
- ShutdownMvcEndpoint(ShutdownEndpoint) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.ShutdownMvcEndpoint
-
- SimpleAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
-
Deprecated.
- SimpleInfoContributor - Class in org.springframework.boot.actuate.info
-
- SimpleInfoContributor(String, Object) - Constructor for class org.springframework.boot.actuate.info.SimpleInfoContributor
-
- SimpleInMemoryRepository<T> - Class in org.springframework.boot.actuate.metrics.util
-
Repository utility that stores stuff in memory with period-separated String keys.
- SimpleInMemoryRepository() - Constructor for class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
-
- SimpleInMemoryRepository.Callback<T> - Interface in org.springframework.boot.actuate.metrics.util
-
Callback used to update a value.
- solrHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration
-
- SolrHealthIndicator - Class in org.springframework.boot.actuate.health
-
- SolrHealthIndicator(SolrClient) - Constructor for class org.springframework.boot.actuate.health.SolrHealthIndicator
-
- SolrHealthIndicatorConfiguration(Map<String, SolrClient>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration
-
- SpecificTriggerProperties - Class in org.springframework.boot.actuate.metrics.export
-
Trigger for specific names or patterns.
- SpecificTriggerProperties() - Constructor for class org.springframework.boot.actuate.metrics.export.SpecificTriggerProperties
-
- springAuthenticationProperties() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterConfiguration
-
Deprecated.
- SpringAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
-
Deprecated.
- SpringIntegrationMetricReader - Class in org.springframework.boot.actuate.metrics.integration
-
A
MetricReader
for Spring Integration metrics (as provided by
IntegrationManagementConfigurer
).
- SpringIntegrationMetricReader(IntegrationManagementConfigurer) - Constructor for class org.springframework.boot.actuate.metrics.integration.SpringIntegrationMetricReader
-
- springSecurityFilterChain(HierarchicalBeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration
-
- Ssh() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
-
Deprecated.
- start() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- Statsd() - Constructor for class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
-
- StatsdMetricWriter - Class in org.springframework.boot.actuate.metrics.statsd
-
- StatsdMetricWriter(String, int) - Constructor for class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
-
Create a new writer instance with the given parameters.
- StatsdMetricWriter(String, String, int) - Constructor for class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
-
Create a new writer with the given parameters.
- StatsdMetricWriter(StatsDClient) - Constructor for class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
-
Create a new writer with the given client.
- 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
-
- status(Status) - Static method in class org.springframework.boot.actuate.health.Health
-
- Status - Class in org.springframework.boot.actuate.health
-
Value object to express state of a component or subsystem.
- Status(String) - Constructor for class org.springframework.boot.actuate.health.Status
-
Create a new
Status
instance with the given code and an empty description.
- Status(String, String) - Constructor for class org.springframework.boot.actuate.health.Status
-
Create a new
Status
instance with the given code and description.
- stop() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- stop(Runnable) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
-
- submit(String, double) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferGaugeService
-
- submit(String, double) - Method in class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
-
- submit(String, double) - Method in interface org.springframework.boot.actuate.metrics.GaugeService
-
Set the specified gauge value.
- submit(String, double) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultGaugeService
-
- supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice
-
- systemPublicMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration
-
- SystemPublicMetrics - Class in org.springframework.boot.actuate.endpoint
-
A
PublicMetrics
implementation that provides various system-related metrics.
- SystemPublicMetrics() - Constructor for class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
-
- VAL - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
-
The suffix for value gauges.
- validateCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Auth
-
Deprecated.
Basic validation of applied CRaSH shell configuration.
- validateCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
-
Deprecated.
Basic validation of applied CRaSH shell configuration.
- value(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
-
- value(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint
-
- valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.SessionCreationPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.MetricsFilterSubmission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.actuate.trace.TraceProperties.Include
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.SessionCreationPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.actuate.autoconfigure.MetricsFilterSubmission
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.actuate.trace.TraceProperties.Include
-
Returns an array containing the constants of this enum type, in
the order they are declared.