A B C D E F G H I J K L M N O P Q R S T U V W 
所有类 所有程序包

A

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

B

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

C

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

D

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

E

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

F

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

G

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

H

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

I

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

J

JaasAuthenticationProperties() - 类 的构造器org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
已过时。
 
JCacheCacheStatisticsProvider - org.springframework.boot.actuate.cache中的类
CacheStatisticsProvider implementation for a JSR-107 compliant cache.
JCacheCacheStatisticsProvider() - 类 的构造器org.springframework.boot.actuate.cache.JCacheCacheStatisticsProvider
 
jmsHealthIndicator() - 类 中的方法org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.JmsHealthIndicatorConfiguration
 
JmsHealthIndicator - org.springframework.boot.actuate.health中的类
HealthIndicator for a JMS ConnectionFactory.
JmsHealthIndicator(ConnectionFactory) - 类 的构造器org.springframework.boot.actuate.health.JmsHealthIndicator
 
JmsHealthIndicatorConfiguration(ObjectProvider<Map<String, ConnectionFactory>>) - 类 的构造器org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.JmsHealthIndicatorConfiguration
 
JmxEndpoint - org.springframework.boot.actuate.endpoint.jmx中的接口
A strategy for the JMX layer on top of an Endpoint.
JmxMetricWriter - org.springframework.boot.actuate.metrics.jmx中的类
A MetricWriter for MBeans.
JmxMetricWriter(MBeanExporter) - 类 的构造器org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
 
JmxMetricWriter.MetricValue - org.springframework.boot.actuate.metrics.jmx中的类
A single metric value.
JolokiaAutoConfiguration - org.springframework.boot.actuate.autoconfigure中的类
Auto-configuration for embedding Jolokia, a JMX-HTTP bridge giving an alternative to JSR-160 connectors.
JolokiaAutoConfiguration(JolokiaProperties) - 类 的构造器org.springframework.boot.actuate.autoconfigure.JolokiaAutoConfiguration
 
jolokiaEndpoint() - 类 中的方法org.springframework.boot.actuate.autoconfigure.JolokiaAutoConfiguration
 
JolokiaMvcEndpoint - org.springframework.boot.actuate.endpoint.mvc中的类
MvcEndpoint to expose Jolokia.
JolokiaMvcEndpoint() - 类 的构造器org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
JolokiaProperties - org.springframework.boot.actuate.autoconfigure中的类
Configuration properties for Jolokia.
JolokiaProperties() - 类 的构造器org.springframework.boot.actuate.autoconfigure.JolokiaProperties
 

K

KeyAuthenticationProperties() - 类 的构造器org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
已过时。
 

L

ldapHealthIndicator() - 类 中的方法org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.LdapHealthIndicatorConfiguration
 
LdapHealthIndicator - org.springframework.boot.actuate.health中的类
HealthIndicator for configured LDAP server(s).
LdapHealthIndicator(LdapOperations) - 类 的构造器org.springframework.boot.actuate.health.LdapHealthIndicator
 
LdapHealthIndicatorConfiguration(Map<String, LdapOperations>) - 类 的构造器org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.LdapHealthIndicatorConfiguration
 
links() - 类 中的方法org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint
 
LiquibaseEndpoint - org.springframework.boot.actuate.endpoint中的类
Endpoint to expose liquibase info.
LiquibaseEndpoint(Map<String, SpringLiquibase>) - 类 的构造器org.springframework.boot.actuate.endpoint.LiquibaseEndpoint
 
LiquibaseEndpoint(SpringLiquibase) - 类 的构造器org.springframework.boot.actuate.endpoint.LiquibaseEndpoint
 
LiquibaseEndpoint.LiquibaseReport - org.springframework.boot.actuate.endpoint中的类
Liquibase report for one datasource.
LiquibaseReport(String, List<Map<String, ?>>) - 类 的构造器org.springframework.boot.actuate.endpoint.LiquibaseEndpoint.LiquibaseReport
 
LocalManagementPort - org.springframework.boot.actuate.autoconfigure中的注释类型
Annotation at the field or method/constructor parameter level that injects the HTTP management port that got allocated at runtime.
locateAndRegisterEndpoints() - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
logfileMvcEndpoint() - 类 中的方法org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
LogFileMvcEndpoint - org.springframework.boot.actuate.endpoint.mvc中的类
Controller that provides an API for logfiles, i.e. downloading the main logfile configured in environment property 'logging.file' that is standard, but optional property for spring-boot applications.
LogFileMvcEndpoint() - 类 的构造器org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
 
LoggerLevels(LoggerConfiguration) - 类 的构造器org.springframework.boot.actuate.endpoint.LoggersEndpoint.LoggerLevels
 
loggersEndpoint(LoggingSystem) - 类 中的方法org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
LoggersEndpoint - org.springframework.boot.actuate.endpoint中的类
Endpoint to expose a collection of LoggerConfigurations.
LoggersEndpoint(LoggingSystem) - 类 的构造器org.springframework.boot.actuate.endpoint.LoggersEndpoint
Create a new LoggersEndpoint instance.
LoggersEndpoint.LoggerLevels - org.springframework.boot.actuate.endpoint中的类
Levels configured for a given logger exposed in a JSON friendly way.
LoggersEndpointMBean - org.springframework.boot.actuate.endpoint.jmx中的类
Adapter to expose LoggersEndpoint as an MvcEndpoint.
LoggersEndpointMBean(String, Endpoint<?>, ObjectMapper) - 类 的构造器org.springframework.boot.actuate.endpoint.jmx.LoggersEndpointMBean
 
loggersMvcEndpoint(LoggersEndpoint) - 类 中的方法org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
LoggersMvcEndpoint - org.springframework.boot.actuate.endpoint.mvc中的类
Adapter to expose LoggersEndpoint as an MvcEndpoint.
LoggersMvcEndpoint(LoggersEndpoint) - 类 的构造器org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint
 
LoggersMvcEndpoint.InvalidLogLevelException - org.springframework.boot.actuate.endpoint.mvc中的异常错误
Exception thrown when the specified log level cannot be found.

M

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

N

NamedMvcEndpoint - org.springframework.boot.actuate.endpoint.mvc中的接口
An MvcEndpoint that also includes a logical name.
NEVER - org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.SessionCreationPolicy
Never create an HttpSession, but use any HttpSession that already exists.
next(String) - 类 中的方法org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
Get the next group of metrics to write.
next(String) - 类 中的方法org.springframework.boot.actuate.metrics.export.MetricCopyExporter
 
next(String) - 类 中的方法org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
 
next(String) - 类 中的方法org.springframework.boot.actuate.metrics.export.RichGaugeExporter
 
NONE - 接口 中的静态变量org.springframework.boot.actuate.metrics.dropwizard.ReservoirFactory
Default empty ReservoirFactory implementation.
NoSuchMetricException(String) - 异常错误 的构造器org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.NoSuchMetricException
 
NoSuchPropertyException(String) - 异常错误 的构造器org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.NoSuchPropertyException
 

O

onApplicationEvent(AuditApplicationEvent) - 类 中的方法org.springframework.boot.actuate.audit.listener.AbstractAuditListener
 
onApplicationEvent(AbstractAuthorizationEvent) - 类 中的方法org.springframework.boot.actuate.security.AuthorizationAuditListener
 
onApplicationEvent(AbstractAuthenticationEvent) - 类 中的方法org.springframework.boot.actuate.security.AuthenticationAuditListener
 
onAuditEvent(AuditEvent) - 类 中的方法org.springframework.boot.actuate.audit.listener.AbstractAuditListener
 
onAuditEvent(AuditEvent) - 类 中的方法org.springframework.boot.actuate.audit.listener.AuditListener
 
onCounterAdded(String, Counter) - 类 中的方法org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onCounterRemoved(String) - 类 中的方法org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onGaugeAdded(String, Gauge<?>) - 类 中的方法org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onGaugeRemoved(String) - 类 中的方法org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onHistogramAdded(String, Histogram) - 类 中的方法org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onHistogramRemoved(String) - 类 中的方法org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onMeterAdded(String, Meter) - 类 中的方法org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onMeterRemoved(String) - 类 中的方法org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onTimerAdded(String, Timer) - 类 中的方法org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onTimerRemoved(String) - 类 中的方法org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
OpenTsdbData - org.springframework.boot.actuate.metrics.opentsdb中的类
OpenTSDB Data.
OpenTsdbData() - 类 的构造器org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
OpenTsdbData(String, Number) - 类 的构造器org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
OpenTsdbData(String, Number, Long) - 类 的构造器org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
OpenTsdbData(OpenTsdbName, Number, Long) - 类 的构造器org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
OpenTsdbGaugeWriter - 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() - 类 的构造器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) - 类 的构造器org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
Creates a new OpenTsdbGaugeWriter with the given millisecond connectTimeout and readTimeout.
OpenTsdbName - org.springframework.boot.actuate.metrics.opentsdb中的类
OpenTSDB Name.
OpenTsdbName() - 类 的构造器org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
 
OpenTsdbName(String) - 类 的构造器org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
 
OpenTsdbNamingStrategy - org.springframework.boot.actuate.metrics.opentsdb中的接口
Strategy used to convert a metric name into an OpenTsdbName.
OrderedHealthAggregator - 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() - 类 的构造器org.springframework.boot.actuate.health.OrderedHealthAggregator
Create a new OrderedHealthAggregator instance.
org.springframework.boot.actuate.audit - 程序包 org.springframework.boot.actuate.audit
Core actuator auditing classes.
org.springframework.boot.actuate.audit.listener - 程序包 org.springframework.boot.actuate.audit.listener
Actuator auditing listeners.
org.springframework.boot.actuate.autoconfigure - 程序包 org.springframework.boot.actuate.autoconfigure
Auto-configuration for the actuator.
org.springframework.boot.actuate.cache - 程序包 org.springframework.boot.actuate.cache
 
org.springframework.boot.actuate.cloudfoundry - 程序包 org.springframework.boot.actuate.cloudfoundry
 
org.springframework.boot.actuate.condition - 程序包 org.springframework.boot.actuate.condition
@Condition annotations and supporting classes.
org.springframework.boot.actuate.endpoint - 程序包 org.springframework.boot.actuate.endpoint
Endpoints used to expose actuator information.
org.springframework.boot.actuate.endpoint.jmx - 程序包 org.springframework.boot.actuate.endpoint.jmx
Actuator JMX endpoint support.
org.springframework.boot.actuate.endpoint.mvc - 程序包 org.springframework.boot.actuate.endpoint.mvc
Actuator Spring MVC endpoint support.
org.springframework.boot.actuate.health - 程序包 org.springframework.boot.actuate.health
Actuator health indicators.
org.springframework.boot.actuate.info - 程序包 org.springframework.boot.actuate.info
 
org.springframework.boot.actuate.metrics - 程序包 org.springframework.boot.actuate.metrics
Core metrics classes.
org.springframework.boot.actuate.metrics.aggregate - 程序包 org.springframework.boot.actuate.metrics.aggregate
 
org.springframework.boot.actuate.metrics.buffer - 程序包 org.springframework.boot.actuate.metrics.buffer
Metrics buffering support.
org.springframework.boot.actuate.metrics.dropwizard - 程序包 org.springframework.boot.actuate.metrics.dropwizard
Metrics integration with Dropwizard Metrics.
org.springframework.boot.actuate.metrics.export - 程序包 org.springframework.boot.actuate.metrics.export
Metrics export support.
org.springframework.boot.actuate.metrics.integration - 程序包 org.springframework.boot.actuate.metrics.integration
 
org.springframework.boot.actuate.metrics.jmx - 程序包 org.springframework.boot.actuate.metrics.jmx
Metrics integration with JMX.
org.springframework.boot.actuate.metrics.opentsdb - 程序包 org.springframework.boot.actuate.metrics.opentsdb
Metrics integration with OpenTSDB.
org.springframework.boot.actuate.metrics.reader - 程序包 org.springframework.boot.actuate.metrics.reader
Metrics readers.
org.springframework.boot.actuate.metrics.repository - 程序包 org.springframework.boot.actuate.metrics.repository
Metrics repository support.
org.springframework.boot.actuate.metrics.repository.redis - 程序包 org.springframework.boot.actuate.metrics.repository.redis
Metrics Redis repository support.
org.springframework.boot.actuate.metrics.rich - 程序包 org.springframework.boot.actuate.metrics.rich
Metrics rich gauge support.
org.springframework.boot.actuate.metrics.statsd - 程序包 org.springframework.boot.actuate.metrics.statsd
Metrics integration with Statsd.
org.springframework.boot.actuate.metrics.util - 程序包 org.springframework.boot.actuate.metrics.util
Metrics utility classes.
org.springframework.boot.actuate.metrics.writer - 程序包 org.springframework.boot.actuate.metrics.writer
Support for writing metrics.
org.springframework.boot.actuate.security - 程序包 org.springframework.boot.actuate.security
Metrics integration with Dropwizard Metrics.
org.springframework.boot.actuate.trace - 程序包 org.springframework.boot.actuate.trace
Actuator tracing support.
OUT_OF_SERVICE - 类 中的静态变量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() - 类 中的方法org.springframework.boot.actuate.health.Health.Builder
Set status to Status.OUT_OF_SERVICE.
outOfService() - 类 中的静态方法org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.OUT_OF_SERVICE status.

P

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

Q

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

R

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

S

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

T

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

U

undertowAccessLogCustomizer() - 类 中的方法org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
unknown() - 类 中的方法org.springframework.boot.actuate.health.Health.Builder
Set status to Status.UNKNOWN status.
unknown() - 类 中的静态方法org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.UNKNOWN status.
UNKNOWN - 类 中的静态变量org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem is in an unknown state.
unregisterPublicMetrics(PublicMetrics) - 类 中的方法org.springframework.boot.actuate.endpoint.MetricsEndpoint
 
up() - 类 中的方法org.springframework.boot.actuate.health.Health.Builder
Set status to Status.UP status.
up() - 类 中的静态方法org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.UP status.
UP - 类 中的静态变量org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem is functioning as expected.
update(String, SimpleInMemoryRepository.Callback<T>) - 类 中的方法org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
User() - 类 的构造器org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
已过时。
 
USER_PRINCIPAL - org.springframework.boot.actuate.trace.TraceProperties.Include
Include the user principal.

V

VAL - 类 中的静态变量org.springframework.boot.actuate.metrics.rich.RichGauge
The suffix for value gauges.
validateCrshShellConfig(Properties) - 类 中的方法org.springframework.boot.actuate.autoconfigure.ShellProperties.Auth
已过时。
Basic validation of applied CRaSH shell configuration.
validateCrshShellConfig(Properties) - 类 中的方法org.springframework.boot.actuate.autoconfigure.ShellProperties
已过时。
Basic validation of applied CRaSH shell configuration.
value() - 注释类型 中的方法org.springframework.boot.actuate.autoconfigure.ConditionalOnEnabledHealthIndicator
The name of the health indicator.
value() - 注释类型 中的方法org.springframework.boot.actuate.autoconfigure.ConditionalOnEnabledInfoContributor
The name of the info contributor.
value() - 注释类型 中的方法org.springframework.boot.actuate.condition.ConditionalOnEnabledEndpoint
The name of the endpoint.
value(String) - 类 中的方法org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
 
value(String) - 类 中的方法org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint
 
valueOf(String) - 枚举 中的静态方法org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.SessionCreationPolicy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.actuate.autoconfigure.MetricsFilterSubmission
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.actuate.trace.TraceProperties.Include
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.SessionCreationPolicy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.actuate.autoconfigure.MetricsFilterSubmission
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.actuate.trace.TraceProperties.Include
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

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