A B C D E F G H I J L M N O P 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
 
AbstractDiscoveredEndpoint<O extends Operation> - org.springframework.boot.actuate.endpoint.annotation中的类
Abstract base class for endpoints discovered by a EndpointDiscoverer.
AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, EndpointId, boolean, Collection<? extends O>) - 类 的构造器org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
Create a new AbstractDiscoveredEndpoint instance.
AbstractDiscoveredOperation - org.springframework.boot.actuate.endpoint.annotation中的类
Abstract base class for endpoints operations discovered by a EndpointDiscoverer.
AbstractDiscoveredOperation(DiscoveredOperationMethod, OperationInvoker) - 类 的构造器org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
Create a new AbstractDiscoveredOperation instance.
AbstractExposableEndpoint<O extends Operation> - org.springframework.boot.actuate.endpoint中的类
Abstract base class for ExposableEndpoint implementations.
AbstractExposableEndpoint(EndpointId, boolean, Collection<? extends O>) - 类 的构造器org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
Create a new AbstractExposableEndpoint instance.
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
Create a new AbstractHealthIndicator instance with a default healthCheckFailedMessage.
AbstractHealthIndicator(String) - 类 的构造器org.springframework.boot.actuate.health.AbstractHealthIndicator
Create a new AbstractHealthIndicator instance with a specific message to log when the health check fails.
AbstractHealthIndicator(Function<Exception, String>) - 类 的构造器org.springframework.boot.actuate.health.AbstractHealthIndicator
Create a new AbstractHealthIndicator instance with a specific message to log when the health check fails.
AbstractReactiveHealthIndicator - org.springframework.boot.actuate.health中的类
Base ReactiveHealthIndicator implementations that encapsulates creation of Health instance and error handling.
AbstractReactiveHealthIndicator() - 类 的构造器org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
 
AbstractWebFluxEndpointHandlerMapping - org.springframework.boot.actuate.endpoint.web.reactive中的类
A custom HandlerMapping that makes web endpoints available over HTTP using Spring WebFlux.
AbstractWebFluxEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration) - 类 的构造器org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
Creates a new AbstractWebFluxEndpointHandlerMapping that provides mappings for the operations of the given webEndpoints.
AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker - org.springframework.boot.actuate.endpoint.web.reactive中的类
An OperationInvoker that performs the invocation of a blocking operation on a separate thread using Reactor's elastic scheduler.
AbstractWebFluxEndpointHandlerMapping.LinksHandler - org.springframework.boot.actuate.endpoint.web.reactive中的接口
Reactive handler providing actuator links at the root endpoint.
AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation - org.springframework.boot.actuate.endpoint.web.reactive中的接口
A reactive web operation that can be handled by WebFlux.
AbstractWebMvcEndpointHandlerMapping - org.springframework.boot.actuate.endpoint.web.servlet中的类
A custom HandlerMapping that makes web endpoints available over HTTP using Spring MVC.
AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes) - 类 的构造器org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Creates a new WebEndpointHandlerMapping that provides mappings for the operations of the given webEndpoints.
AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration) - 类 的构造器org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Creates a new AbstractWebMvcEndpointHandlerMapping that provides mappings for the operations of the given endpoints.
AbstractWebMvcEndpointHandlerMapping.LinksHandler - org.springframework.boot.actuate.endpoint.web.servlet中的接口
Handler providing actuator links at the root endpoint.
AbstractWebMvcEndpointHandlerMapping.ServletWebOperation - org.springframework.boot.actuate.endpoint.web.servlet中的接口
A servlet web operation that can be handled by Spring MVC.
ActuatorMediaType - org.springframework.boot.actuate.endpoint.http中的类
Media types that can be consumed and produced by Actuator endpoints.
add(AuditEvent) - 接口 中的方法org.springframework.boot.actuate.audit.AuditEventRepository
Log an event.
add(AuditEvent) - 类 中的方法org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
add(HttpTrace) - 接口 中的方法org.springframework.boot.actuate.trace.http.HttpTraceRepository
Adds a trace to the repository.
add(HttpTrace) - 类 中的方法org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
 
addHealthIndicator(String, HealthIndicator) - 类 中的方法org.springframework.boot.actuate.health.CompositeHealthIndicator
addHealthIndicator(String, ReactiveHealthIndicator) - 类 中的方法org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
addStatusMapping(String, Integer) - 类 中的方法org.springframework.boot.actuate.health.HealthStatusHttpMapper
Add a status mapping to the existing set.
addStatusMapping(Map<String, Integer>) - 类 中的方法org.springframework.boot.actuate.health.HealthStatusHttpMapper
Add specific status mappings to the existing set.
addStatusMapping(Status, Integer) - 类 中的方法org.springframework.boot.actuate.health.HealthStatusHttpMapper
Add a status mapping to the existing set.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor
 
afterPropertiesSet() - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
 
afterPropertiesSet() - 类 中的方法org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
 
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.
aggregateDetails(Map<String, Health>) - 类 中的方法org.springframework.boot.actuate.health.AbstractHealthAggregator
Return the map of 'aggregate' details that should be used from the specified healths.
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
 
ALWAYS - org.springframework.boot.actuate.health.ShowDetails
Always show details in the response.
appendFields(ToStringCreator) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
 
appendFields(ToStringCreator) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
ApplicationHealthIndicator - org.springframework.boot.actuate.health中的类
Default implementation of HealthIndicator that returns Status.UP.
ApplicationHealthIndicator() - 类 的构造器org.springframework.boot.actuate.health.ApplicationHealthIndicator
 
apply(String) - 类 中的方法org.springframework.boot.actuate.health.HealthIndicatorNameFactory
 
apply(EndpointId, OperationType, OperationParameters, OperationInvoker) - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationInvokerAdvisor
Apply additional functionality to the given invoker.
apply(EndpointId, OperationType, OperationParameters, OperationInvoker) - 类 中的方法org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
 
apply(OperationInvoker, long) - 类 中的静态方法org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
Apply caching configuration when appropriate to the given invoker.
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(Instant, 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.
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(Instant, String, String, Map<String, Object>) - 类 的构造器org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event.
AuditEventRepository - org.springframework.boot.actuate.audit中的接口
Repository for AuditEvents.
AuditEventsEndpoint - org.springframework.boot.actuate.audit中的类
Endpoint to expose audit events.
AuditEventsEndpoint(AuditEventRepository) - 类 的构造器org.springframework.boot.actuate.audit.AuditEventsEndpoint
 
AuditEventsEndpoint.AuditEventsDescriptor - org.springframework.boot.actuate.audit中的类
A description of an application's audit events.
AuditListener - org.springframework.boot.actuate.audit.listener中的类
The default AbstractAuditListener implementation.
AuditListener(AuditEventRepository) - 类 的构造器org.springframework.boot.actuate.audit.listener.AuditListener
 
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.security中的类
Default implementation of AbstractAuthenticationAuditListener.
AuthenticationAuditListener() - 类 的构造器org.springframework.boot.actuate.security.AuthenticationAuditListener
 
AUTHORIZATION_FAILURE - 类 中的静态变量org.springframework.boot.actuate.security.AuthorizationAuditListener
Authorization failure event type.
AUTHORIZATION_HEADER - org.springframework.boot.actuate.trace.http.Include
Include authorization header (if any).
AuthorizationAuditListener - org.springframework.boot.actuate.security中的类
Default implementation of AbstractAuthorizationAuditListener.
AuthorizationAuditListener() - 类 的构造器org.springframework.boot.actuate.security.AuthorizationAuditListener
 

B

beans() - 类 中的方法org.springframework.boot.actuate.beans.BeansEndpoint
 
BeansEndpoint - org.springframework.boot.actuate.beans中的类
Endpoint to expose details of an application's beans, grouped by application context.
BeansEndpoint(ConfigurableApplicationContext) - 类 的构造器org.springframework.boot.actuate.beans.BeansEndpoint
Creates a new BeansEndpoint that will describe the beans in the given context and all of its ancestors.
BeansEndpoint.ApplicationBeans - org.springframework.boot.actuate.beans中的类
A description of an application's beans, primarily intended for serialization to JSON.
BeansEndpoint.BeanDescriptor - org.springframework.boot.actuate.beans中的类
A description of a bean in an application context, primarily intended for serialization to JSON.
BeansEndpoint.ContextBeans - org.springframework.boot.actuate.beans中的类
A description of an application context, primarily intended for serialization to JSON.
bindCacheToRegistry(Cache, Tag...) - 类 中的方法org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
Attempt to bind the specified Cache to the registry.
bindTo(MeterRegistry) - 类 中的方法org.springframework.boot.actuate.metrics.amqp.RabbitMetrics
 
bindTo(MeterRegistry) - 类 中的方法org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
 
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 - org.springframework.boot.actuate.info中的类
An InfoContributor that exposes BuildProperties.
BuildInfoContributor(BuildProperties) - 类 的构造器org.springframework.boot.actuate.info.BuildInfoContributor
 

C

cache(String, String) - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpoint
Return a CachesEndpoint.CacheDescriptor for the specified cache.
cache(String, String) - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpointWebExtension
 
CacheDescriptor(String) - 类 的构造器org.springframework.boot.actuate.cache.CachesEndpoint.CacheDescriptor
 
CacheEntry(Cache, String) - 类 的构造器org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntry
 
CacheManagerDescriptor(Map<String, CachesEndpoint.CacheDescriptor>) - 类 的构造器org.springframework.boot.actuate.cache.CachesEndpoint.CacheManagerDescriptor
 
CacheMeterBinderProvider<C extends org.springframework.cache.Cache> - org.springframework.boot.actuate.metrics.cache中的接口
Provide a MeterBinder based on a Cache.
CacheMetricsRegistrar - org.springframework.boot.actuate.metrics.cache中的类
Register supported Cache to a MeterRegistry.
CacheMetricsRegistrar(MeterRegistry, Collection<CacheMeterBinderProvider<?>>) - 类 的构造器org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
Creates a new registrar.
caches() - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpoint
Return a CachesEndpoint.CachesReport of all available caches.
CachesEndpoint - org.springframework.boot.actuate.cache中的类
Endpoint to expose available caches.
CachesEndpoint(Map<String, CacheManager>) - 类 的构造器org.springframework.boot.actuate.cache.CachesEndpoint
Create a new endpoint with the CacheManager instances to use.
CachesEndpoint.CacheDescriptor - org.springframework.boot.actuate.cache中的类
Basic description of a Cache, primarily intended for serialization to JSON.
CachesEndpoint.CacheEntry - org.springframework.boot.actuate.cache中的类
Description of a Cache, primarily intended for serialization to JSON.
CachesEndpoint.CacheManagerDescriptor - org.springframework.boot.actuate.cache中的类
Description of a CacheManager, primarily intended for serialization to JSON.
CachesEndpoint.CachesReport - org.springframework.boot.actuate.cache中的类
A report of available caches, primarily intended for serialization to JSON.
CachesEndpointWebExtension - org.springframework.boot.actuate.cache中的类
CachesEndpointWebExtension(CachesEndpoint) - 类 的构造器org.springframework.boot.actuate.cache.CachesEndpointWebExtension
 
CachesReport(Map<String, CachesEndpoint.CacheManagerDescriptor>) - 类 的构造器org.springframework.boot.actuate.cache.CachesEndpoint.CachesReport
 
CachingOperationInvoker - org.springframework.boot.actuate.endpoint.invoker.cache中的类
An OperationInvoker that caches the response of an operation with a configurable time to live.
CachingOperationInvokerAdvisor - org.springframework.boot.actuate.endpoint.invoker.cache中的类
OperationInvokerAdvisor to optionally provide result caching support.
CachingOperationInvokerAdvisor(Function<EndpointId, Long>) - 类 的构造器org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
 
CaffeineCacheMeterBinderProvider - org.springframework.boot.actuate.metrics.cache中的类
CacheMeterBinderProvider implementation for Caffeine.
CaffeineCacheMeterBinderProvider() - 类 的构造器org.springframework.boot.actuate.metrics.cache.CaffeineCacheMeterBinderProvider
 
CassandraHealthIndicator - org.springframework.boot.actuate.cassandra中的类
Simple implementation of a HealthIndicator returning status information for Cassandra data stores.
CassandraHealthIndicator() - 类 的构造器org.springframework.boot.actuate.cassandra.CassandraHealthIndicator
 
CassandraHealthIndicator(CassandraOperations) - 类 的构造器org.springframework.boot.actuate.cassandra.CassandraHealthIndicator
Create a new CassandraHealthIndicator instance.
CassandraReactiveHealthIndicator - org.springframework.boot.actuate.cassandra中的类
A ReactiveHealthIndicator for Cassandra.
CassandraReactiveHealthIndicator(ReactiveCassandraOperations) - 类 的构造器org.springframework.boot.actuate.cassandra.CassandraReactiveHealthIndicator
Create a new CassandraHealthIndicator instance.
changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - 类 中的方法org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
 
ChangeSet(RanChangeSet) - 类 的构造器org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
clearCache(String, String) - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpoint
Clear the specific Cache.
clearCache(String, String) - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpointWebExtension
 
clearCaches() - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpoint
Clear all the available caches.
clientName(HttpRequest) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Create a clientNameTag derived from the host of the URI of the given request.
clientName(ClientRequest) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Create a clientNameTag derived from the host of the URL of the given request.
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.
CompositeHealthIndicator(HealthAggregator, HealthIndicatorRegistry) - 类 的构造器org.springframework.boot.actuate.health.CompositeHealthIndicator
Create a new CompositeHealthIndicator from the indicators in the given registry.
CompositeHealthIndicatorFactory - org.springframework.boot.actuate.health中的类
CompositeHealthIndicatorFactory() - 类 的构造器org.springframework.boot.actuate.health.CompositeHealthIndicatorFactory
已过时。
 
CompositeHealthIndicatorFactory(Function<String, String>) - 类 的构造器org.springframework.boot.actuate.health.CompositeHealthIndicatorFactory
已过时。
 
CompositeReactiveHealthIndicator - org.springframework.boot.actuate.health中的类
ReactiveHealthIndicator that returns health indications from all registered delegates.
CompositeReactiveHealthIndicator(HealthAggregator) - 类 的构造器org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
CompositeReactiveHealthIndicator(HealthAggregator, Map<String, ReactiveHealthIndicator>) - 类 的构造器org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
CompositeReactiveHealthIndicator(HealthAggregator, ReactiveHealthIndicatorRegistry) - 类 的构造器org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
Create a new CompositeReactiveHealthIndicator from the indicators in the given registry.
CompositeReactiveHealthIndicatorFactory - org.springframework.boot.actuate.health中的类
CompositeReactiveHealthIndicatorFactory() - 类 的构造器org.springframework.boot.actuate.health.CompositeReactiveHealthIndicatorFactory
已过时。
 
CompositeReactiveHealthIndicatorFactory(Function<String, String>) - 类 的构造器org.springframework.boot.actuate.health.CompositeReactiveHealthIndicatorFactory
已过时。
 
configurationProperties() - 类 中的方法org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
 
ConfigurationPropertiesReportEndpoint - org.springframework.boot.actuate.context.properties中的类
Endpoint to expose application properties from ConfigurationProperties annotated beans.
ConfigurationPropertiesReportEndpoint() - 类 的构造器org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
 
ConfigurationPropertiesReportEndpoint.ApplicationConfigurationProperties - org.springframework.boot.actuate.context.properties中的类
A description of an application's ConfigurationProperties beans.
ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor - org.springframework.boot.actuate.context.properties中的类
A description of a ConfigurationProperties bean.
ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties - org.springframework.boot.actuate.context.properties中的类
A description of an application context's ConfigurationProperties beans.
ConfigurationPropertiesReportEndpoint.GenericSerializerModifier - org.springframework.boot.actuate.context.properties中的类
BeanSerializerModifier to return only relevant configuration properties.
configureLogLevel(String, LogLevel) - 类 中的方法org.springframework.boot.actuate.logging.LoggersEndpoint
 
configureObjectMapper(ObjectMapper) - 类 中的方法org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
Configure Jackson's ObjectMapper to be used to serialize the ConfigurationProperties objects into a Map structure.
ContextExpression(Set<String>) - 类 的构造器org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextExpression
 
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
 
ControllerEndpoint - org.springframework.boot.actuate.endpoint.web.annotation中的注释类型
Identifies a type as being an endpoint that is only exposed over Spring MVC or Spring WebFlux.
ControllerEndpointDiscoverer - org.springframework.boot.actuate.endpoint.web.annotation中的类
ControllerEndpointDiscoverer(ApplicationContext, List<PathMapper>, Collection<EndpointFilter<ExposableControllerEndpoint>>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
Create a new ControllerEndpointDiscoverer instance.
ControllerEndpointHandlerMapping - org.springframework.boot.actuate.endpoint.web.reactive中的类
HandlerMapping that exposes @ControllerEndpoint and @RestControllerEndpoint annotated endpoints over Spring WebFlux.
ControllerEndpointHandlerMapping - org.springframework.boot.actuate.endpoint.web.servlet中的类
HandlerMapping that exposes @ControllerEndpoint and @RestControllerEndpoint annotated endpoints over Spring MVC.
ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - 类 的构造器org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
Create a new ControllerEndpointHandlerMapping instance providing mappings for the specified endpoints.
ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - 类 的构造器org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
Create a new ControllerEndpointHandlerMapping instance providing mappings for the specified endpoints.
ControllerEndpointsSupplier - org.springframework.boot.actuate.endpoint.web.annotation中的接口
ConversionServiceParameterValueMapper - org.springframework.boot.actuate.endpoint.invoke.convert中的类
ParameterValueMapper backed by a ConversionService.
ConversionServiceParameterValueMapper() - 类 的构造器org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
ConversionServiceParameterValueMapper(ConversionService) - 类 的构造器org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
Create a new ConversionServiceParameterValueMapper instance backed by a specific conversion service.
convert(String) - 类 中的方法org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
 
COOKIE_HEADERS - org.springframework.boot.actuate.trace.http.Include
Include "Cookie" header (if any) in request headers and "Set-Cookie" (if any) 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.couchbase中的类
HealthIndicator for Couchbase.
CouchbaseHealthIndicator(Cluster) - 类 的构造器org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
Create an indicator with the specified Cluster.
CouchbaseReactiveHealthIndicator - org.springframework.boot.actuate.couchbase中的类
A ReactiveHealthIndicator for Couchbase.
CouchbaseReactiveHealthIndicator(Cluster) - 类 的构造器org.springframework.boot.actuate.couchbase.CouchbaseReactiveHealthIndicator
Create a new CouchbaseReactiveHealthIndicator instance.
createEndpoint(Object, EndpointId, boolean, Collection<O>) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Factory method called to create the endpoint.
createEndpoint(Object, EndpointId, boolean, Collection<JmxOperation>) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
 
createEndpoint(Object, EndpointId, boolean, Collection<Operation>) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
 
createEndpoint(Object, EndpointId, boolean, Collection<Operation>) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
 
createEndpoint(Object, EndpointId, boolean, Collection<WebOperation>) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
 
createEndpointResources(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, EndpointLinksResolver) - 类 中的方法org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
Creates Resources for the operations of the given webEndpoints.
createHandlerMethod(Object, Method) - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
createHandlerMethod(Object, Method) - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
createHealthIndicator(HealthAggregator, Map<String, HealthIndicator>) - 类 中的方法org.springframework.boot.actuate.health.CompositeHealthIndicatorFactory
已过时。
Create a CompositeHealthIndicator based on the specified health indicators.
createHealthIndicatorRegistry(Map<String, HealthIndicator>) - 类 中的方法org.springframework.boot.actuate.health.HealthIndicatorRegistryFactory
Create a HealthIndicatorRegistry based on the specified health indicators.
createHeapDumper() - 类 中的方法org.springframework.boot.actuate.management.HeapDumpWebEndpoint
Factory method used to create the HeapDumpWebEndpoint.HeapDumper.
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Factory method to create an endpoint operation.
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
 
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
 
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
 
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
 
createOperationKey(O) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Create an EndpointDiscoverer.OperationKey for the given operation.
createOperationKey(JmxOperation) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
 
createOperationKey(Operation) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
 
createOperationKey(Operation) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
 
createOperationKey(WebOperation) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
 
createReactiveHealthIndicator(HealthAggregator, Map<String, ReactiveHealthIndicator>, Map<String, HealthIndicator>) - 类 中的方法org.springframework.boot.actuate.health.CompositeReactiveHealthIndicatorFactory
已过时。
Create a CompositeReactiveHealthIndicator based on the specified health indicators.
createReactiveHealthIndicatorRegistry(Map<String, ReactiveHealthIndicator>, Map<String, HealthIndicator>) - 类 中的方法org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
Create a ReactiveHealthIndicatorRegistry based on the specified health indicators.
createSubPath(String) - 类 中的方法org.springframework.boot.actuate.endpoint.web.EndpointMapping
 
customize(RestTemplate) - 类 中的方法org.springframework.boot.actuate.metrics.web.client.MetricsRestTemplateCustomizer
 
customize(WebClient.Builder) - 类 中的方法org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientCustomizer
 

D

DataSourceHealthIndicator - org.springframework.boot.actuate.jdbc中的类
HealthIndicator that tests the status of a DataSource and optionally runs a test query.
DataSourceHealthIndicator() - 类 的构造器org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator instance.
DataSourceHealthIndicator(DataSource) - 类 的构造器org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator using the specified DataSource.
DataSourceHealthIndicator(DataSource, String) - 类 的构造器org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator using the specified DataSource and validation query.
DataSourcePoolMetrics - org.springframework.boot.actuate.metrics.jdbc中的类
A MeterBinder for a DataSource.
DataSourcePoolMetrics(DataSource, Collection<DataSourcePoolMetadataProvider>, String, Iterable<Tag>) - 类 的构造器org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
 
DataSourcePoolMetrics(DataSource, DataSourcePoolMetadataProvider, String, Iterable<Tag>) - 类 的构造器org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
 
DefaultHealthIndicatorRegistry - org.springframework.boot.actuate.health中的类
Default implementation of HealthIndicatorRegistry.
DefaultHealthIndicatorRegistry() - 类 的构造器org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
DefaultHealthIndicatorRegistry(Map<String, HealthIndicator>) - 类 的构造器org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
Create a new DefaultHealthIndicatorRegistry from the specified indicators.
defaultIncludes() - 枚举 中的静态方法org.springframework.boot.actuate.trace.http.Include
Return the default Include.
DefaultReactiveHealthIndicatorRegistry - org.springframework.boot.actuate.health中的类
Default implementation of ReactiveHealthIndicatorRegistry.
DefaultReactiveHealthIndicatorRegistry() - 类 的构造器org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
DefaultReactiveHealthIndicatorRegistry(Map<String, ReactiveHealthIndicator>) - 类 的构造器org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
Create a new DefaultReactiveHealthIndicatorRegistry from the specified indicators.
DefaultRestTemplateExchangeTagsProvider - org.springframework.boot.actuate.metrics.web.client中的类
Default implementation of RestTemplateExchangeTagsProvider.
DefaultRestTemplateExchangeTagsProvider() - 类 的构造器org.springframework.boot.actuate.metrics.web.client.DefaultRestTemplateExchangeTagsProvider
 
DefaultWebClientExchangeTagsProvider - org.springframework.boot.actuate.metrics.web.reactive.client中的类
Default implementation of WebClientExchangeTagsProvider.
DefaultWebClientExchangeTagsProvider() - 类 的构造器org.springframework.boot.actuate.metrics.web.reactive.client.DefaultWebClientExchangeTagsProvider
 
DefaultWebFluxTagsProvider - org.springframework.boot.actuate.metrics.web.reactive.server中的类
Default implementation of WebFluxTagsProvider.
DefaultWebFluxTagsProvider() - 类 的构造器org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider
 
DefaultWebMvcTagsProvider - org.springframework.boot.actuate.metrics.web.servlet中的类
Default implementation of WebMvcTagsProvider.
DefaultWebMvcTagsProvider() - 类 的构造器org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
 
DELETE - org.springframework.boot.actuate.endpoint.OperationType
A delete operation.
DELETE - org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
An HTTP DELETE request.
DELETE - org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
Perform a 'delete' before shutdown.
DeleteOperation - org.springframework.boot.actuate.endpoint.annotation中的注释类型
Identifies a method on an Endpoint as being a delete operation.
deleteSession(String) - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint
 
describeMappings(ApplicationContext) - 接口 中的方法org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider
Produce the descriptions of the mappings identified by this provider in the given context.
describeMappings(ApplicationContext) - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
 
describeMappings(ApplicationContext) - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
 
describeMappings(ApplicationContext) - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider
 
describeMappings(ApplicationContext) - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
 
destroy() - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
 
DiscoveredEndpoint<O extends Operation> - org.springframework.boot.actuate.endpoint.annotation中的接口
An endpoint discovered by an EndpointDiscoverer.
DiscoveredOperationMethod - org.springframework.boot.actuate.endpoint.annotation中的类
An OperationMethod discovered by an EndpointDiscoverer.
DiscoveredOperationMethod(Method, OperationType, AnnotationAttributes) - 类 的构造器org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod
 
DiscovererEndpointFilter - org.springframework.boot.actuate.endpoint.annotation中的类
EndpointFilter the matches based on the EndpointDiscoverer the created the endpoint.
DiscovererEndpointFilter(Class<? extends EndpointDiscoverer<?, ?>>) - 类 的构造器org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter
Create a new DiscovererEndpointFilter instance.
DiskSpaceHealthIndicator - org.springframework.boot.actuate.system中的类
A HealthIndicator that checks available disk space and reports a status of Status.DOWN when it drops below a configurable threshold.
DiskSpaceHealthIndicator(File, long) - 类 的构造器org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
已过时。
DiskSpaceHealthIndicator(File, DataSize) - 类 的构造器org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
Create a new DiskSpaceHealthIndicator instance.
DispatcherHandlerMappingDescription - org.springframework.boot.actuate.web.mappings.reactive中的类
A description of a mapping known to a DispatcherServlet.
DispatcherHandlerMappingDetails - org.springframework.boot.actuate.web.mappings.reactive中的类
Details of a DispatcherHandler mapping.
DispatcherHandlerMappingDetails() - 类 的构造器org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
 
DispatcherHandlersMappingDescriptionProvider - org.springframework.boot.actuate.web.mappings.reactive中的类
A MappingDescriptionProvider that introspects the HandlerMappings that are known to a DispatcherHandler.
DispatcherHandlersMappingDescriptionProvider() - 类 的构造器org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
 
DispatcherServletMappingDescription - org.springframework.boot.actuate.web.mappings.servlet中的类
A description of a mapping known to a DispatcherServlet.
DispatcherServletMappingDetails - org.springframework.boot.actuate.web.mappings.servlet中的类
Details of a DispatcherServlet mapping.
DispatcherServletMappingDetails() - 类 的构造器org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
 
DispatcherServletsMappingDescriptionProvider - org.springframework.boot.actuate.web.mappings.servlet中的类
A MappingDescriptionProvider that introspects the HandlerMappings that are known to one or more DispatcherServlets.
DispatcherServletsMappingDescriptionProvider() - 类 的构造器org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
 
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.amqp.RabbitHealthIndicator
 
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.cassandra.CassandraHealthIndicator
 
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.cassandra.CassandraReactiveHealthIndicator
 
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
 
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.couchbase.CouchbaseReactiveHealthIndicator
 
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.elasticsearch.ElasticsearchHealthIndicator
 
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.elasticsearch.ElasticsearchJestHealthIndicator
 
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.elasticsearch.ElasticsearchRestHealthIndicator
 
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.health.AbstractHealthIndicator
Actual health check logic.
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
Actual health check logic.
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.health.ApplicationHealthIndicator
 
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.influx.InfluxDbHealthIndicator
 
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
 
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.jms.JmsHealthIndicator
 
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.ldap.LdapHealthIndicator
 
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.mail.MailHealthIndicator
 
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.mongo.MongoHealthIndicator
 
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.mongo.MongoReactiveHealthIndicator
 
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator
 
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.redis.RedisHealthIndicator
 
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.redis.RedisReactiveHealthIndicator
 
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.solr.SolrHealthIndicator
 
doHealthCheck(Health.Builder) - 类 中的方法org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
 
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
Create a new Health.Builder instance with an Status.DOWN status and the specified exception details.
down(Throwable) - 类 中的方法org.springframework.boot.actuate.health.Health.Builder
Set status to Status.DOWN and add details for given Throwable.
DOWN - 类 中的静态变量org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem has suffered an unexpected failure.
dumpHeap(File, boolean) - 接口 中的方法org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HeapDumper
Dump the current heap to the specified file.
dumpHeap(File, boolean) - 类 中的方法org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper
 

E

EhCache2CacheMeterBinderProvider - org.springframework.boot.actuate.metrics.cache中的类
CacheMeterBinderProvider implementation for EhCache2.
EhCache2CacheMeterBinderProvider() - 类 的构造器org.springframework.boot.actuate.metrics.cache.EhCache2CacheMeterBinderProvider
 
ElasticSchedulerInvoker(OperationInvoker) - 类 的构造器org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
 
ElasticsearchHealthIndicator - org.springframework.boot.actuate.elasticsearch中的类
HealthIndicator for an Elasticsearch cluster.
ElasticsearchHealthIndicator(Client, long, String...) - 类 的构造器org.springframework.boot.actuate.elasticsearch.ElasticsearchHealthIndicator
Create a new ElasticsearchHealthIndicator instance.
ElasticsearchHealthIndicator(Client, long, List<String>) - 类 的构造器org.springframework.boot.actuate.elasticsearch.ElasticsearchHealthIndicator
Create a new ElasticsearchHealthIndicator instance.
ElasticsearchJestHealthIndicator - org.springframework.boot.actuate.elasticsearch中的类
HealthIndicator for Elasticsearch using a JestClient.
ElasticsearchJestHealthIndicator(JestClient) - 类 的构造器org.springframework.boot.actuate.elasticsearch.ElasticsearchJestHealthIndicator
 
ElasticsearchRestHealthIndicator - org.springframework.boot.actuate.elasticsearch中的类
HealthIndicator for an Elasticsearch cluster using a RestClient.
ElasticsearchRestHealthIndicator(RestClient) - 类 的构造器org.springframework.boot.actuate.elasticsearch.ElasticsearchRestHealthIndicator
 
enableByDefault() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.annotation.Endpoint
If the endpoint should be enabled or disabled by default.
enableByDefault() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpoint
If the endpoint should be enabled or disabled by default.
enableByDefault() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpoint
If the endpoint should be enabled or disabled by default.
enableByDefault() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint
If the endpoint should be enabled or disabled by default.
enableByDefault() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpoint
If the endpoint should be enabled or disabled by default.
enableByDefault() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint
If the endpoint should be enabled or disabled by default.
endpoint() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointExtension
The class of the endpoint to extend.
endpoint() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.jmx.annotation.EndpointJmxExtension
The endpoint class to which this JMX extension relates.
endpoint() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.web.annotation.EndpointWebExtension
The endpoint class to which this Web extension relates.
Endpoint - org.springframework.boot.actuate.endpoint.annotation中的注释类型
Identifies a type as being an actuator endpoint that provides information about the running application.
EndpointDiscoverer<E extends ExposableEndpoint<O>,​O extends Operation> - org.springframework.boot.actuate.endpoint.annotation中的类
A Base for EndpointsSupplier implementations that discover @Endpoint beans and @EndpointExtension beans in an application context.
EndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<E>>) - 类 的构造器org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Create a new EndpointDiscoverer instance.
EndpointDiscoverer.OperationKey - org.springframework.boot.actuate.endpoint.annotation中的类
A key generated for an Operation based on specific criteria from the actual operation implementation.
EndpointExtension - org.springframework.boot.actuate.endpoint.annotation中的注释类型
Annotation primarily used as a meta-annotation to indicate that an annotation provides extension support for an endpoint.
EndpointFilter<E extends ExposableEndpoint<?>> - org.springframework.boot.actuate.endpoint中的接口
Strategy class that can be used to filter endpoints.
EndpointId - org.springframework.boot.actuate.endpoint中的类
An identifier for an actuator endpoint.
EndpointJmxExtension - org.springframework.boot.actuate.endpoint.jmx.annotation中的注释类型
Identifies a type as being a JMX-specific extension of an Endpoint.
EndpointLinksResolver - org.springframework.boot.actuate.endpoint.web中的类
A resolver for links to web endpoints.
EndpointLinksResolver(Collection<? extends ExposableEndpoint<?>>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
Creates a new EndpointLinksResolver that will resolve links to the given endpoints.
EndpointLinksResolver(Collection<? extends ExposableEndpoint<?>>, String) - 类 的构造器org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
Creates a new EndpointLinksResolver that will resolve links to the given endpoints that are exposed beneath the given basePath.
EndpointMapping - org.springframework.boot.actuate.endpoint.web中的类
A value object for the base mapping for endpoints.
EndpointMapping(String) - 类 的构造器org.springframework.boot.actuate.endpoint.web.EndpointMapping
Creates a new EndpointMapping using the given path.
EndpointMBean - org.springframework.boot.actuate.endpoint.jmx中的类
Adapter to expose a JMX endpoint as a DynamicMBean.
EndpointMediaTypes - org.springframework.boot.actuate.endpoint.web中的类
Media types that are, by default, produced and consumed by an endpoint.
EndpointMediaTypes(List<String>, List<String>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
Creates a new EndpointMediaTypes with the given produced and consumed media types.
EndpointObjectNameFactory - org.springframework.boot.actuate.endpoint.jmx中的接口
A factory to create an ObjectName for an EndpointMBean.
EndpointServlet - org.springframework.boot.actuate.endpoint.web中的类
Contains details of a servlet that is exposed as an actuator endpoint.
EndpointServlet(Class<? extends Servlet>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.EndpointServlet
 
EndpointServlet(Servlet) - 类 的构造器org.springframework.boot.actuate.endpoint.web.EndpointServlet
 
EndpointsSupplier<E extends ExposableEndpoint<?>> - org.springframework.boot.actuate.endpoint中的接口
Provides access to a collection of endpoints.
EndpointWebExtension - org.springframework.boot.actuate.endpoint.web.annotation中的注释类型
Identifies a type as being a Web-specific extension of an Endpoint.
environment(String) - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint
 
EnvironmentEndpoint - org.springframework.boot.actuate.env中的类
Endpoint to expose environment information.
EnvironmentEndpoint(Environment) - 类 的构造器org.springframework.boot.actuate.env.EnvironmentEndpoint
 
EnvironmentEndpoint.EnvironmentDescriptor - org.springframework.boot.actuate.env中的类
A description of an Environment.
EnvironmentEndpoint.EnvironmentEntryDescriptor - org.springframework.boot.actuate.env中的类
A description of an entry of the Environment.
EnvironmentEndpoint.PropertySourceDescriptor - org.springframework.boot.actuate.env中的类
A description of a PropertySource.
EnvironmentEndpoint.PropertySourceEntryDescriptor - org.springframework.boot.actuate.env中的类
A description of a particular entry of PropertySource.
EnvironmentEndpoint.PropertySummaryDescriptor - org.springframework.boot.actuate.env中的类
A summary of a particular entry of the Environment.
EnvironmentEndpoint.PropertyValueDescriptor - org.springframework.boot.actuate.env中的类
A description of a property's value, including its origin if available.
EnvironmentEndpointWebExtension - org.springframework.boot.actuate.env中的类
EnvironmentEndpointWebExtension(EnvironmentEndpoint) - 类 的构造器org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension
 
environmentEntry(String) - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint
 
environmentEntry(String) - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension
 
EnvironmentInfoContributor - org.springframework.boot.actuate.info中的类
An InfoContributor that provides all environment entries prefixed with info.
EnvironmentInfoContributor(ConfigurableEnvironment) - 类 的构造器org.springframework.boot.actuate.info.EnvironmentInfoContributor
 
equals(Object) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
 
equals(Object) - 类 中的方法org.springframework.boot.actuate.endpoint.EndpointId
 
equals(Object) - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
 
equals(Object) - 类 中的方法org.springframework.boot.actuate.health.Health
 
equals(Object) - 类 中的方法org.springframework.boot.actuate.health.Status
 
equals(Object) - 类 中的方法org.springframework.boot.actuate.info.Info
 
events(String, OffsetDateTime, String) - 类 中的方法org.springframework.boot.actuate.audit.AuditEventsEndpoint
 
exception(Throwable) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Creates an exception tag based on the simple name of the class of the given exception.
exception(Throwable) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Creates a exception tag based on the simple name of the class of the given exception.
ExposableControllerEndpoint - org.springframework.boot.actuate.endpoint.web.annotation中的接口
Information describing an endpoint that can be exposed over Spring MVC or Spring WebFlux.
ExposableEndpoint<O extends Operation> - org.springframework.boot.actuate.endpoint中的接口
Information describing an endpoint that can be exposed in some technology specific way.
ExposableJmxEndpoint - org.springframework.boot.actuate.endpoint.jmx中的接口
Information describing an endpoint that can be exposed over JMX.
ExposableServletEndpoint - org.springframework.boot.actuate.endpoint.web中的接口
Information describing an endpoint that can be exposed by registering a servlet.
ExposableWebEndpoint - org.springframework.boot.actuate.endpoint.web中的接口
Information describing an endpoint that can be exposed over the web.
extendInterceptors(List<Object>) - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
extendInterceptors(List<Object>) - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 
extractContent(PropertySource<?>) - 类 中的方法org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Extract the raw content based on the specified PropertySource.
extractResult(Session, Health.Builder) - 类 中的方法org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator
Provide health details using the specified Session and Builder.

F

filter() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointExtension
The filter class used to determine when the extension applies.
filter(ClientRequest, ExchangeFunction) - 类 中的方法org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientFilterFunction
 
filter(ServerWebExchange, WebFilterChain) - 类 中的方法org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter
 
filter(ServerWebExchange, WebFilterChain) - 类 中的方法org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
 
FilteredEndpoint - org.springframework.boot.actuate.endpoint.annotation中的注释类型
Annotation that can be used on an @Endpoint to implement implicit filtering.
FilterRegistrationMappingDescription - org.springframework.boot.actuate.web.mappings.servlet中的类
A RegistrationMappingDescription derived from a FilterRegistration.
FilterRegistrationMappingDescription(FilterRegistration) - 类 的构造器org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
Creates a new FilterRegistrationMappingDescription derived from the given filterRegistration.
FiltersMappingDescriptionProvider - org.springframework.boot.actuate.web.mappings.servlet中的类
A MappingDescriptionProvider that describes that mappings of any Filters registered with a ServletContext.
FiltersMappingDescriptionProvider() - 类 的构造器org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider
 
find(String, Instant, String) - 接口 中的方法org.springframework.boot.actuate.audit.AuditEventRepository
Find audit events of specified type relating to the specified principal that occurred after the time provided.
find(String, Instant, String) - 类 中的方法org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
findAll() - 接口 中的方法org.springframework.boot.actuate.trace.http.HttpTraceRepository
Find all HttpTrace objects contained in the repository.
findAll() - 类 中的方法org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
 
flywayBeans() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint
 
FlywayDescriptor(List<FlywayEndpoint.FlywayMigration>) - 类 的构造器org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayDescriptor
 
FlywayEndpoint - org.springframework.boot.actuate.flyway中的类
Endpoint to expose flyway info.
FlywayEndpoint(ApplicationContext) - 类 的构造器org.springframework.boot.actuate.flyway.FlywayEndpoint
 
FlywayEndpoint.ApplicationFlywayBeans - org.springframework.boot.actuate.flyway中的类
Description of an application's Flyway beans, primarily intended for serialization to JSON.
FlywayEndpoint.ContextFlywayBeans - org.springframework.boot.actuate.flyway中的类
Description of an application context's Flyway beans, primarily intended for serialization to JSON.
FlywayEndpoint.FlywayDescriptor - org.springframework.boot.actuate.flyway中的类
Description of a Flyway bean, primarily intended for serialization to JSON.
FlywayEndpoint.FlywayMigration - org.springframework.boot.actuate.flyway中的类
Details of a migration performed by Flyway.
fromPropertyValue(String) - 类 中的静态方法org.springframework.boot.actuate.endpoint.EndpointId
Factory method to create a new EndpointId from a property value.
FULL - org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Expose all available data, including custom properties.

G

generateContent() - 类 中的方法org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Extract the content to contribute to the info endpoint.
GenericSerializerModifier() - 类 的构造器org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
 
get(int) - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return the parameter at the specified index.
get(String) - 类 中的方法org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
 
get(String) - 类 中的方法org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
 
get(String) - 接口 中的方法org.springframework.boot.actuate.health.HealthIndicatorRegistry
Returns the HealthIndicator registered with the given name.
get(String) - 接口 中的方法org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
Returns the ReactiveHealthIndicator registered with the given name.
get(String) - 类 中的方法org.springframework.boot.actuate.info.Info
 
get(String, Class<T>) - 类 中的方法org.springframework.boot.actuate.info.Info
 
GET - org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
An HTTP GET request.
getActiveProfiles() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentDescriptor
 
getActiveProfiles() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
 
getAdditionalTags(Cache) - 类 中的方法org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
Return additional tags to be associated with the given Cache.
getAliases() - 类 中的方法org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getAll() - 类 中的方法org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
 
getAll() - 类 中的方法org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
 
getAll() - 接口 中的方法org.springframework.boot.actuate.health.HealthIndicatorRegistry
Returns a snapshot of the registered health indicators and their names.
getAll() - 接口 中的方法org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
Returns a snapshot of the registered health indicators and their names.
getAllPaths() - 类 中的方法org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the full paths for each mapped endpoint.
getAllRootPaths() - 类 中的方法org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the root paths for each mapped endpoint.
getArguments() - 类 中的方法org.springframework.boot.actuate.endpoint.InvocationContext
 
getAttribute(String) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getAttributeNames() - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getAttributes(String[]) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getAuditEvent() - 类 中的方法org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Get the audit event.
getAuthor() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getAvailableTags() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
 
getBasePath() - 类 中的方法org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the base path for the endpoints.
getBaseUnit() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
 
getBeans() - 类 中的方法org.springframework.boot.actuate.beans.BeansEndpoint.ContextBeans
 
getBeans() - 类 中的方法org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties
 
getBody() - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Returns the body for the response.
getCacheManager() - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntry
 
getCacheManagerNames() - 异常错误 中的方法org.springframework.boot.actuate.cache.NonUniqueCacheException
 
getCacheManagers() - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpoint.CachesReport
 
getCacheName() - 异常错误 中的方法org.springframework.boot.actuate.cache.NonUniqueCacheException
 
getCaches() - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpoint.CacheManagerDescriptor
 
getChangeLog() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getChangeSets() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.LiquibaseBean
 
getChecksum() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getChecksum() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getClassName() - 类 中的方法org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
 
getClassName() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.HandlerFunctionDescription
 
getClassName() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
Returns the class name of the registered Filter or Servlet.
getCode() - 类 中的方法org.springframework.boot.actuate.health.Status
Return the code for this status.
getComments() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getConfiguredLevel() - 类 中的方法org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
 
getConsumed() - 类 中的方法org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
Returns the media types consumed by an endpoint.
getConsumes() - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the media types that the operation consumes.
getConsumes() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getConsumes() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getContexts() - 类 中的方法org.springframework.boot.actuate.beans.BeansEndpoint.ApplicationBeans
 
getContexts() - 类 中的方法org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ApplicationConfigurationProperties
 
getContexts() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.ApplicationFlywayBeans
 
getContexts() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ApplicationLiquibaseBeans
 
getContexts() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getContexts() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextExpression
 
getContexts() - 类 中的方法org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ApplicationMappings
 
getController() - 接口 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint
Return the source controller that contains RequestMapping methods.
getCreationTime() - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getCron() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
 
getData() - 类 中的方法org.springframework.boot.actuate.audit.AuditEvent
Returns the event data.
getDateExecuted() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getDependencies() - 类 中的方法org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getDeploymentId() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getDescription() - 接口 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Returns the description of the operation.
getDescription() - 接口 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
Return the description of the parameter or null if none is available.
getDescription() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getDescription() - 类 中的方法org.springframework.boot.actuate.health.Status
Return the description of this status.
getDescription() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getDescription() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
 
getDescriptor() - 类 中的方法org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
 
getDetails() - 类 中的方法org.springframework.boot.actuate.health.Health
Return the details of the health.
getDetails() - 类 中的方法org.springframework.boot.actuate.info.Info
Return the content.
getDetails() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
 
getDetails() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
 
getEffectiveLevel() - 类 中的方法org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
 
getEndpoint(EndpointId) - 类 中的方法org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the PathMappedEndpoint with the given ID or null if the endpoint cannot be found.
getEndpointBean() - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
 
getEndpointBean() - 接口 中的方法org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint
Return the source bean that was used to construct the DiscoveredEndpoint.
getEndpointId() - 类 中的方法org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
 
getEndpointId() - 接口 中的方法org.springframework.boot.actuate.endpoint.ExposableEndpoint
Return the endpoint ID.
getEndpoints() - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
 
getEndpoints() - 接口 中的方法org.springframework.boot.actuate.endpoint.EndpointsSupplier
Return the provided endpoints.
getEndpoints() - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
Return the web endpoints being mapped.
getEndpoints() - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Return the web endpoints being mapped.
getEndpointServlet() - 接口 中的方法org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint
Return details of the servlet that should registered.
getEndpointType() - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
 
getEvents() - 类 中的方法org.springframework.boot.actuate.audit.AuditEventsEndpoint.AuditEventsDescriptor
 
getExecType() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getExecutionTime() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getExpression() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.CronTaskDescription
 
getFixedDelay() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
 
getFixedRate() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
 
getFlywayBeans() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.ContextFlywayBeans
 
getHandler() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
 
getHandler() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
 
getHandlerFunction() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
 
getHandlerMethod() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
 
getHandlerMethod() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
 
getHeaders() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace.Request
 
getHeaders() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace.Response
 
getHeaders() - 接口 中的方法org.springframework.boot.actuate.trace.http.TraceableRequest
Returns a modifiable copy of the headers of the request.
getHeaders() - 接口 中的方法org.springframework.boot.actuate.trace.http.TraceableResponse
Returns a modifiable copy of the headers of the response.
getHeaders() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getHeaders() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getHealth(SecurityContext, ShowDetails) - 类 中的方法org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
getHref() - 类 中的方法org.springframework.boot.actuate.endpoint.web.Link
Returns the href of the link.
getHttpMethod() - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the HTTP method for the operation.
getId() - 接口 中的方法org.springframework.boot.actuate.endpoint.web.WebOperation
Returns the ID of the operation that uniquely identifies it within its endpoint.
getId() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getId() - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getId() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace.Session
 
getInitialDelay() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
 
getInstalledBy() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getInstalledOn() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getInstalledRank() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getInterval() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
 
getLabels() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getLastAccessedTime() - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getLinksHandler() - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
Return the Handler providing actuator links at the root endpoint.
getLinksHandler() - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping
 
getLinksHandler() - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Return the Handler providing actuator links at the root endpoint.
getLinksHandler() - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping
 
getLiquibaseBeans() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextLiquibaseBeans
 
getLongRequestTags(HttpServletRequest, Object) - 类 中的方法org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
 
getLongRequestTags(HttpServletRequest, Object) - 接口 中的方法org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsProvider
Provides tags to be used by long task timers.
getMappingForMethod(Method, Class<?>) - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
getMappingForMethod(Method, Class<?>) - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
getMappingName() - 接口 中的方法org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider
Returns the name of the mappings described by this provider.
getMappingName() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
 
getMappingName() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
 
getMappingName() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider
 
getMappingName() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
 
getMappings() - 类 中的方法org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ContextMappings
 
getMappings() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription
Returns the mappings for the registered servlet.
getMaxInactiveInterval() - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getMBeanInfo() - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getMeasurements() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
 
getMediaType() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
getMediaType() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
getMeterBinder(HazelcastCache, Iterable<Tag>) - 类 中的方法org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider
 
getMeterBinder(C, Iterable<Tag>) - 接口 中的方法org.springframework.boot.actuate.metrics.cache.CacheMeterBinderProvider
Return the MeterBinder managing the specified Cache or null if the specified Cache is not supported.
getMeterBinder(CaffeineCache, Iterable<Tag>) - 类 中的方法org.springframework.boot.actuate.metrics.cache.CaffeineCacheMeterBinderProvider
 
getMeterBinder(EhCacheCache, Iterable<Tag>) - 类 中的方法org.springframework.boot.actuate.metrics.cache.EhCache2CacheMeterBinderProvider
 
getMeterBinder(JCacheCache, Iterable<Tag>) - 类 中的方法org.springframework.boot.actuate.metrics.cache.JCacheCacheMeterBinderProvider
 
getMethod() - 类 中的方法org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
Return the source Java method.
getMethod() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace.Request
 
getMethod() - 接口 中的方法org.springframework.boot.actuate.trace.http.TraceableRequest
Returns the method (GET, POST, etc) of the request.
getMethods() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getMethods() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getMigrations() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayDescriptor
 
getMissingParameters() - 异常错误 中的方法org.springframework.boot.actuate.endpoint.invoke.MissingParametersException
Returns the parameters that were missing.
getMode() - 类 中的方法org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the mode that should be used to expose the content.
getName() - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntry
 
getName() - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationParameter
Returns the parameter name.
getName() - 接口 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Returns the name of the operation.
getName() - 接口 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
Return the name of the operation parameter.
getName() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceDescriptor
 
getName() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceEntryDescriptor
 
getName() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
 
getName() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace.Principal
 
getName() - 类 中的方法org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
 
getName() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getName() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
Returns the name of the registered Filter or Servlet.
getName() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getNames() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.ListNamesResponse
 
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.
getObjectName(ExposableJmxEndpoint) - 接口 中的方法org.springframework.boot.actuate.endpoint.jmx.EndpointObjectNameFactory
Generate an ObjectName for the specified endpoint.
getOperationMethod() - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
getOperations() - 类 中的方法org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
 
getOperations() - 接口 中的方法org.springframework.boot.actuate.endpoint.ExposableEndpoint
Returns the operations of the endpoint.
getOperationType() - 类 中的方法org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
Return the operation type.
getOrder() - 类 中的方法org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
 
getOrder() - 类 中的方法org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
 
getOrderExecuted() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getOrigin() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
 
getOutputType() - 接口 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Returns the type of the output of the operation.
getParameter() - 异常错误 中的方法org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
Return the parameter being mapped.
getParameterCount() - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return the total number of parameters.
getParameters() - 类 中的方法org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
Return the operation parameters.
getParameters() - 接口 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Returns the parameters the operation expects in the order that they should be provided.
getParams() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getParams() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getParentId() - 类 中的方法org.springframework.boot.actuate.beans.BeansEndpoint.ContextBeans
 
getParentId() - 类 中的方法org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties
 
getParentId() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.ContextFlywayBeans
 
getParentId() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextLiquibaseBeans
 
getParentId() - 类 中的方法org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ContextMappings
 
getPath() - 类 中的方法org.springframework.boot.actuate.endpoint.web.EndpointMapping
Returns the path to which endpoints should be mapped.
getPath() - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the path for the operation.
getPath(EndpointId) - 类 中的方法org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the full path for the endpoint with the given ID or null if the endpoint cannot be found.
getPatterns() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getPatterns() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getPredicate() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
 
getPredicate() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
 
getPrefix() - 类 中的方法org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor
 
getPrincipal() - 类 中的方法org.springframework.boot.actuate.audit.AuditEvent
Returns the user principal responsible for the event or an empty String if the principal is not available.
getPrincipal() - 接口 中的方法org.springframework.boot.actuate.endpoint.SecurityContext
Return the currently authenticated Principal or null.
getPrincipal() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace
 
getProduced() - 类 中的方法org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
Returns the media types produced by an endpoint.
getProduces() - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the media types that the operation produces.
getProduces() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getProduces() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getProducesMediaTypes() - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod
 
getProperties() - 类 中的方法org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor
 
getProperties() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceDescriptor
 
getProperties() - 类 中的方法org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the properties that this instance manages.
getProperty() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
 
getProperty() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceEntryDescriptor
 
getPropertySources() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentDescriptor
 
getPropertySources() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
 
getPublisher() - 类 中的方法org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
getPublisher() - 类 中的方法org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
getQuery() - 类 中的方法org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Return the validation query or null.
getReason() - 异常错误 中的方法org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
Return the reason explaining why the request is invalid, potentially null.
getRegistration() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
Returns the registration that is being described.
getRegistry() - 类 中的方法org.springframework.boot.actuate.health.CompositeHealthIndicator
Return the HealthIndicatorRegistry of this instance.
getRemoteAddress() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace.Request
 
getRemoteAddress() - 接口 中的方法org.springframework.boot.actuate.trace.http.TraceableRequest
Returns the remote address from which the request was sent, if available.
getRequest() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace
 
getRequestMappingConditions() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
 
getRequestMappingConditions() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
 
getRequestPredicate() - 接口 中的方法org.springframework.boot.actuate.endpoint.web.WebOperation
Returns the predicate for requests that can be handled by this operation.
getResource() - 类 中的方法org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getResponse() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace
 
getRootPath() - 接口 中的方法org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint
Return the root path of the endpoint, relative to the context that exposes it.
getRootPath(List<PathMapper>, EndpointId) - 接口 中的静态方法org.springframework.boot.actuate.endpoint.web.PathMapper
Resolve the root path for the specified endpointId from the given path mappers.
getRootPath(EndpointId) - 类 中的方法org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the root path for the endpoint with the given ID or null if the endpoint cannot be found.
getRootPath(EndpointId) - 接口 中的方法org.springframework.boot.actuate.endpoint.web.PathMapper
Resolve the root path for the specified endpointId.
getRunnable() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescription
 
getScope() - 类 中的方法org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getScript() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getSecurityContext() - 类 中的方法org.springframework.boot.actuate.endpoint.InvocationContext
 
getServletNameMappings() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
Returns the servlet name mappings for the registered filter.
getSession() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace
 
getSession(String) - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint
 
getSessions() - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint.SessionsReport
 
getSource() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
 
getState() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getStatistic() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
 
getStatus() - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Returns the status for the response.
getStatus() - 类 中的方法org.springframework.boot.actuate.health.Health
Return the status of the health.
getStatus() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace.Response
 
getStatus() - 接口 中的方法org.springframework.boot.actuate.trace.http.TraceableResponse
The status of the response.
getStatusMapping() - 类 中的方法org.springframework.boot.actuate.health.HealthStatusHttpMapper
Return an immutable view of the status mapping.
getTag() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getTag() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.AvailableTag
 
getTags(String, HttpRequest, ClientHttpResponse) - 类 中的方法org.springframework.boot.actuate.metrics.web.client.DefaultRestTemplateExchangeTagsProvider
 
getTags(String, HttpRequest, ClientHttpResponse) - 接口 中的方法org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTagsProvider
Provides the tags to be associated with metrics that are recorded for the given request and response exchange.
getTags(HttpServletRequest, HttpServletResponse, Object, Throwable) - 类 中的方法org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
 
getTags(HttpServletRequest, HttpServletResponse, Object, Throwable) - 接口 中的方法org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsProvider
Provides tags to be associated with metrics for the given request and response exchange.
getTarget() - 类 中的方法org.springframework.boot.actuate.cache.CachesEndpoint.CacheDescriptor
Return the fully qualified name of the native cache.
getTarget() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.RunnableDescription
 
getThreads() - 类 中的方法org.springframework.boot.actuate.management.ThreadDumpEndpoint.ThreadDumpDescriptor
 
getTimestamp() - 类 中的方法org.springframework.boot.actuate.audit.AuditEvent
Returns the date/time that the event was logged.
getTimestamp() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace
 
getTimeTaken() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace
 
getTimeToLive() - 类 中的方法org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
Return the maximum time in milliseconds that a response can be cached.
getTraces() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTraceEndpoint.HttpTraceDescriptor
 
getType() - 类 中的方法org.springframework.boot.actuate.audit.AuditEvent
Returns the type of event.
getType() - 类 中的方法org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getType() - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
getType() - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationParameter
Returns the parameter type.
getType() - 接口 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
Return the type of the operation parameter.
getType() - 接口 中的方法org.springframework.boot.actuate.endpoint.Operation
Returns the type of the operation.
getType() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getUri() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace.Request
 
getUri() - 接口 中的方法org.springframework.boot.actuate.trace.http.TraceableRequest
Returns the URI of the request.
getUrlPatternMappings() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
Returns the URL pattern mappings for the registered filter.
getValidationQuery(String) - 类 中的方法org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
 
getValue() - 异常错误 中的方法org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
Return the value being mapped.
getValue() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
 
getValue() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
 
getValue() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
 
getValue() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getValue() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getValues() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.AvailableTag
 
getVersion() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
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
 
graph() - 类 中的方法org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
 

H

handle(HttpServletRequest, Map<String, String>) - 接口 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping.ServletWebOperation
 
handle(ServerWebExchange, Map<String, String>) - 接口 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation
 
HandlerFunctionDescription - org.springframework.boot.actuate.web.mappings.reactive中的类
Description of a HandlerFunction.
HandlerMethodDescription - org.springframework.boot.actuate.web.mappings中的类
A description of a HandlerMethod.
HandlerMethodDescription(HandlerMethod) - 类 的构造器org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
 
hashCode() - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
 
hashCode() - 类 中的方法org.springframework.boot.actuate.endpoint.EndpointId
 
hashCode() - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
 
hashCode() - 类 中的方法org.springframework.boot.actuate.health.Health
 
hashCode() - 类 中的方法org.springframework.boot.actuate.health.Status
 
hashCode() - 类 中的方法org.springframework.boot.actuate.info.Info
 
hasMandatoryParameter() - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return if any of the contained parameters are mandatory.
hasParameters() - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return true if there is at least one parameter.
HazelcastCacheMeterBinderProvider - org.springframework.boot.actuate.metrics.cache中的类
CacheMeterBinderProvider implementation for Hazelcast.
HazelcastCacheMeterBinderProvider() - 类 的构造器org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider
 
health() - 类 中的方法org.springframework.boot.actuate.health.AbstractHealthIndicator
 
health() - 类 中的方法org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
 
health() - 类 中的方法org.springframework.boot.actuate.health.CompositeHealthIndicator
 
health() - 类 中的方法org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
 
health() - 类 中的方法org.springframework.boot.actuate.health.HealthEndpoint
 
health() - 接口 中的方法org.springframework.boot.actuate.health.HealthIndicator
Return an indication of health.
health() - 类 中的方法org.springframework.boot.actuate.health.HealthIndicatorReactiveAdapter
 
health() - 接口 中的方法org.springframework.boot.actuate.health.ReactiveHealthIndicator
Provide the indicator of health.
health(SecurityContext) - 类 中的方法org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
health(SecurityContext) - 类 中的方法org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
 
health(SecurityContext, ShowDetails) - 类 中的方法org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
 
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.health中的接口
Strategy interface used to aggregate Health instances into a final one.
HealthEndpoint - org.springframework.boot.actuate.health中的类
Endpoint to expose application health information.
HealthEndpoint(HealthIndicator) - 类 的构造器org.springframework.boot.actuate.health.HealthEndpoint
Create a new HealthEndpoint instance that will use the given healthIndicator to generate its response.
HealthEndpointWebExtension - org.springframework.boot.actuate.health中的类
HealthEndpointWebExtension(HealthEndpoint, HealthWebEndpointResponseMapper) - 类 的构造器org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
healthForComponent(String) - 类 中的方法org.springframework.boot.actuate.health.HealthEndpoint
Return the Health of a particular component or null if such component does not exist.
healthForComponent(SecurityContext, String) - 类 中的方法org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
healthForComponentInstance(String, String) - 类 中的方法org.springframework.boot.actuate.health.HealthEndpoint
Return the Health of a particular instance managed by the specified component or null if that particular component is not a CompositeHealthIndicator or if such instance does not exist.
healthForComponentInstance(SecurityContext, String, String) - 类 中的方法org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
HealthIndicator - org.springframework.boot.actuate.health中的接口
Strategy interface used to provide an indication of application health.
HealthIndicatorNameFactory - org.springframework.boot.actuate.health中的类
Generate a sensible health indicator name based on its bean name.
HealthIndicatorNameFactory() - 类 的构造器org.springframework.boot.actuate.health.HealthIndicatorNameFactory
 
HealthIndicatorReactiveAdapter - org.springframework.boot.actuate.health中的类
Adapts a HealthIndicator to a ReactiveHealthIndicator so that it can be safely invoked in a reactive environment.
HealthIndicatorReactiveAdapter(HealthIndicator) - 类 的构造器org.springframework.boot.actuate.health.HealthIndicatorReactiveAdapter
 
HealthIndicatorRegistry - org.springframework.boot.actuate.health中的接口
A registry of HealthIndicators.
HealthIndicatorRegistryFactory - org.springframework.boot.actuate.health中的类
Factory to create a HealthIndicatorRegistry.
HealthIndicatorRegistryFactory() - 类 的构造器org.springframework.boot.actuate.health.HealthIndicatorRegistryFactory
 
HealthIndicatorRegistryFactory(Function<String, String>) - 类 的构造器org.springframework.boot.actuate.health.HealthIndicatorRegistryFactory
 
HealthStatusHttpMapper - org.springframework.boot.actuate.health中的类
Map a Status to an HTTP status code.
HealthStatusHttpMapper() - 类 的构造器org.springframework.boot.actuate.health.HealthStatusHttpMapper
Create a new instance.
HealthWebEndpointResponseMapper - org.springframework.boot.actuate.health中的类
HealthWebEndpointResponseMapper(HealthStatusHttpMapper, ShowDetails, Set<String>) - 类 的构造器org.springframework.boot.actuate.health.HealthWebEndpointResponseMapper
 
heapDump(Boolean) - 类 中的方法org.springframework.boot.actuate.management.HeapDumpWebEndpoint
 
HeapDumperUnavailableException(String, Throwable) - 异常错误 的构造器org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HeapDumperUnavailableException
 
HeapDumpWebEndpoint - org.springframework.boot.actuate.management中的类
Web Endpoint to expose heap dumps.
HeapDumpWebEndpoint() - 类 的构造器org.springframework.boot.actuate.management.HeapDumpWebEndpoint
 
HeapDumpWebEndpoint(long) - 类 的构造器org.springframework.boot.actuate.management.HeapDumpWebEndpoint
 
HeapDumpWebEndpoint.HeapDumper - org.springframework.boot.actuate.management中的接口
Strategy interface used to dump the heap to a file.
HeapDumpWebEndpoint.HeapDumperUnavailableException - org.springframework.boot.actuate.management中的异常错误
Exception to be thrown if the HeapDumpWebEndpoint.HeapDumper cannot be created.
HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper - org.springframework.boot.actuate.management中的类
HeapDumpWebEndpoint.HeapDumper that uses com.sun.management.HotSpotDiagnosticMXBean available on Oracle and OpenJDK to dump the heap to a file.
HotSpotDiagnosticMXBeanHeapDumper() - 类 的构造器org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper
 
HttpExchangeTracer - org.springframework.boot.actuate.trace.http中的类
Traces an HTTP request-response exchange.
HttpExchangeTracer(Set<Include>) - 类 的构造器org.springframework.boot.actuate.trace.http.HttpExchangeTracer
Creates a new HttpExchangeTracer that will use the given includes to determine the contents of its traces.
httpRequestTags(ServerWebExchange, Throwable) - 类 中的方法org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider
 
httpRequestTags(ServerWebExchange, Throwable) - 接口 中的方法org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTagsProvider
Provides tags to be associated with metrics for the given exchange.
HttpTrace - org.springframework.boot.actuate.trace.http中的类
A trace event for handling of an HTTP request and response exchange.
HttpTrace(HttpTrace.Request, HttpTrace.Response, Instant, HttpTrace.Principal, HttpTrace.Session, Long) - 类 的构造器org.springframework.boot.actuate.trace.http.HttpTrace
Creates a fully-configured HttpTrace instance.
HttpTrace.Principal - org.springframework.boot.actuate.trace.http中的类
Principal associated with an HTTP request-response exchange.
HttpTrace.Request - org.springframework.boot.actuate.trace.http中的类
Trace of an HTTP request.
HttpTrace.Response - org.springframework.boot.actuate.trace.http中的类
Trace of an HTTP response.
HttpTrace.Session - org.springframework.boot.actuate.trace.http中的类
Session associated with an HTTP request-response exchange.
HttpTraceEndpoint - org.springframework.boot.actuate.trace.http中的类
Endpoint to expose HttpTrace information.
HttpTraceEndpoint(HttpTraceRepository) - 类 的构造器org.springframework.boot.actuate.trace.http.HttpTraceEndpoint
Create a new HttpTraceEndpoint instance.
HttpTraceEndpoint.HttpTraceDescriptor - org.springframework.boot.actuate.trace.http中的类
A description of an application's HttpTrace entries.
HttpTraceFilter - org.springframework.boot.actuate.web.trace.servlet中的类
Servlet Filter that logs all requests to an HttpTraceRepository.
HttpTraceFilter(HttpTraceRepository, HttpExchangeTracer) - 类 的构造器org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
Create a new HttpTraceFilter instance.
HttpTraceRepository - org.springframework.boot.actuate.trace.http中的接口
A repository for HttpTraces.
HttpTraceWebFilter - org.springframework.boot.actuate.web.trace.reactive中的类
A WebFilter for tracing HTTP requests.
HttpTraceWebFilter(HttpTraceRepository, HttpExchangeTracer, Set<Include>) - 类 的构造器org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
 

I

id() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.annotation.Endpoint
The id of the endpoint (must follow EndpointId rules).
id() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpoint
The id of the endpoint.
id() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpoint
The id of the endpoint.
id() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint
The id of the endpoint.
id() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpoint
The id of the endpoint.
id() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint
The id of the endpoint.
Include - org.springframework.boot.actuate.trace.http中的枚举
Include options for HTTP tracing.
InfluxDbHealthIndicator - org.springframework.boot.actuate.influx中的类
HealthIndicator for InfluxDB.
InfluxDbHealthIndicator(InfluxDB) - 类 的构造器org.springframework.boot.actuate.influx.InfluxDbHealthIndicator
 
info() - 类 中的方法org.springframework.boot.actuate.info.InfoEndpoint
 
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.
InfoEndpoint - org.springframework.boot.actuate.info中的类
Endpoint to expose arbitrary application information.
InfoEndpoint(List<InfoContributor>) - 类 的构造器org.springframework.boot.actuate.info.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.
initCorsConfiguration(Object, Method, RequestMappingInfo) - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
initCorsConfiguration(Object, Method, RequestMappingInfo) - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
 
initCorsConfiguration(Object, Method, RequestMappingInfo) - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
initCorsConfiguration(Object, Method, RequestMappingInfo) - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 
initHandlerMethods() - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
initHandlerMethods() - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
 
initHandlerMethods() - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
initHandlerMethods() - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 
initialize(T, Map<String, HealthIndicator>) - 类 中的方法org.springframework.boot.actuate.health.HealthIndicatorRegistryFactory
 
initialize(T, Map<String, ReactiveHealthIndicator>, Map<String, HealthIndicator>) - 类 中的方法org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
 
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
 
InMemoryHttpTraceRepository - org.springframework.boot.actuate.trace.http中的类
In-memory implementation of HttpTraceRepository.
InMemoryHttpTraceRepository() - 类 的构造器org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
 
IntegrationGraphEndpoint - org.springframework.boot.actuate.integration中的类
Endpoint to expose the Spring Integration graph.
IntegrationGraphEndpoint(IntegrationGraphServer) - 类 的构造器org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
Create a new IntegrationGraphEndpoint instance that exposes a graph containing all the Spring Integration components in the given IntegrationGraphServer.
IntervalTaskDescription(ScheduledTasksEndpoint.TaskType, IntervalTask) - 类 的构造器org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
 
IntervalTaskDescription(ScheduledTasksEndpoint.TaskType, TriggerTask, PeriodicTrigger) - 类 的构造器org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
 
InvalidEndpointRequestException - org.springframework.boot.actuate.endpoint中的异常错误
Indicate that an endpoint request is invalid.
InvalidEndpointRequestException(String, String) - 异常错误 的构造器org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
 
InvalidEndpointRequestException(String, String, Throwable) - 异常错误 的构造器org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
 
InvocationContext - org.springframework.boot.actuate.endpoint中的类
The context for the invocation of an operation.
InvocationContext(SecurityContext, Map<String, Object>) - 类 的构造器org.springframework.boot.actuate.endpoint.InvocationContext
Creates a new context for an operation being invoked by the given principal with the given available arguments.
invoke(String, Object[], String[]) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
invoke(InvocationContext) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
invoke(InvocationContext) - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationInvoker
Invoke the underlying operation using the given context.
invoke(InvocationContext) - 类 中的方法org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
 
invoke(InvocationContext) - 类 中的方法org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
 
invoke(InvocationContext) - 接口 中的方法org.springframework.boot.actuate.endpoint.Operation
Invoke the underlying operation using the given context.
invoke(InvocationContext) - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
 
isBlocking() - 接口 中的方法org.springframework.boot.actuate.endpoint.web.WebOperation
Returns if the underlying operation is blocking.
isEnableByDefault() - 类 中的方法org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
 
isEnableByDefault() - 接口 中的方法org.springframework.boot.actuate.endpoint.ExposableEndpoint
Returns if the endpoint is enabled by default.
isEndpointExposed(Object) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Determine if an endpoint bean should be exposed.
isEndpointExposed(Object) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
 
isEndpointExposed(Object) - 类 中的方法org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
 
isExpired() - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
isExtensionExposed(Object) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Determine if an extension bean should be exposed.
isHandler(Class<?>) - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
isHandler(Class<?>) - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
isMandatory() - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationParameter
Return if the parameter is mandatory (does not accept null values).
isNegated() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
isNegated() - 类 中的方法org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
 
isNegated() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
isNegated() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
 
IsoOffsetDateTimeConverter - org.springframework.boot.actuate.endpoint.invoke.convert中的类
A String to OffsetDateTimeConverter that uses ISO offset parsing.
IsoOffsetDateTimeConverter() - 类 的构造器org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
 
isTemplated() - 类 中的方法org.springframework.boot.actuate.endpoint.web.Link
Returns whether or not the href is templated.
isUserInRole(String) - 接口 中的方法org.springframework.boot.actuate.endpoint.SecurityContext
Returns true if the currently authenticated user is in the given role, or false otherwise.
iterator() - 类 中的方法org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
 

J

JacksonJmxOperationResponseMapper - org.springframework.boot.actuate.endpoint.jmx中的类
JmxOperationResponseMapper that delegates to a Jackson ObjectMapper to return a JSON response.
JacksonJmxOperationResponseMapper(ObjectMapper) - 类 的构造器org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
 
JCacheCacheMeterBinderProvider - org.springframework.boot.actuate.metrics.cache中的类
CacheMeterBinderProvider implementation for JCache.
JCacheCacheMeterBinderProvider() - 类 的构造器org.springframework.boot.actuate.metrics.cache.JCacheCacheMeterBinderProvider
 
JerseyEndpointResourceFactory - org.springframework.boot.actuate.endpoint.web.jersey中的类
A factory for creating Jersey Resources for web endpoint operations.
JerseyEndpointResourceFactory() - 类 的构造器org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
 
JettyServerThreadPoolMetricsBinder - org.springframework.boot.actuate.metrics.web.jetty中的类
Binds JettyServerThreadPoolMetrics in response to the ApplicationStartedEvent.
JettyServerThreadPoolMetricsBinder(MeterRegistry) - 类 的构造器org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
 
JettyServerThreadPoolMetricsBinder(MeterRegistry, Iterable<Tag>) - 类 的构造器org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
 
JmsHealthIndicator - org.springframework.boot.actuate.jms中的类
HealthIndicator for a JMS ConnectionFactory.
JmsHealthIndicator(ConnectionFactory) - 类 的构造器org.springframework.boot.actuate.jms.JmsHealthIndicator
 
JmxEndpoint - org.springframework.boot.actuate.endpoint.jmx.annotation中的注释类型
Identifies a type as being an endpoint that is only exposed over JMX.
JmxEndpointDiscoverer - org.springframework.boot.actuate.endpoint.jmx.annotation中的类
JmxEndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableJmxEndpoint>>) - 类 的构造器org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
Create a new JmxEndpointDiscoverer instance.
JmxEndpointExporter - org.springframework.boot.actuate.endpoint.jmx中的类
JmxEndpointExporter(MBeanServer, EndpointObjectNameFactory, JmxOperationResponseMapper, Collection<? extends ExposableJmxEndpoint>) - 类 的构造器org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
 
JmxEndpointsSupplier - org.springframework.boot.actuate.endpoint.jmx中的接口
JmxOperation - org.springframework.boot.actuate.endpoint.jmx中的接口
An operation on a JMX endpoint.
JmxOperationParameter - org.springframework.boot.actuate.endpoint.jmx中的接口
Describes the parameters of an operation on a JMX endpoint.
JmxOperationResponseMapper - org.springframework.boot.actuate.endpoint.jmx中的接口
Maps an operation's response to a JMX-friendly form.

L

LdapHealthIndicator - org.springframework.boot.actuate.ldap中的类
HealthIndicator for configured LDAP server(s).
LdapHealthIndicator(LdapOperations) - 类 的构造器org.springframework.boot.actuate.ldap.LdapHealthIndicator
 
Link - org.springframework.boot.actuate.endpoint.web中的类
Details for a link in a HAL-formatted response.
Link(String) - 类 的构造器org.springframework.boot.actuate.endpoint.web.Link
Creates a new Link with the given href.
links(HttpServletRequest, HttpServletResponse) - 接口 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping.LinksHandler
 
links(ServerWebExchange) - 接口 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.LinksHandler
 
LiquibaseBean(List<LiquibaseEndpoint.ChangeSet>) - 类 的构造器org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.LiquibaseBean
 
liquibaseBeans() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint
 
LiquibaseEndpoint - org.springframework.boot.actuate.liquibase中的类
Endpoint to expose liquibase info.
LiquibaseEndpoint(ApplicationContext) - 类 的构造器org.springframework.boot.actuate.liquibase.LiquibaseEndpoint
 
LiquibaseEndpoint.ApplicationLiquibaseBeans - org.springframework.boot.actuate.liquibase中的类
Description of an application's SpringLiquibase beans, primarily intended for serialization to JSON.
LiquibaseEndpoint.ChangeSet - org.springframework.boot.actuate.liquibase中的类
A Liquibase change set.
LiquibaseEndpoint.ContextExpression - org.springframework.boot.actuate.liquibase中的类
A context expression in a LiquibaseEndpoint.ChangeSet.
LiquibaseEndpoint.ContextLiquibaseBeans - org.springframework.boot.actuate.liquibase中的类
Description of an application context's SpringLiquibase beans, primarily intended for serialization to JSON.
LiquibaseEndpoint.LiquibaseBean - org.springframework.boot.actuate.liquibase中的类
Description of a SpringLiquibase bean, primarily intended for serialization to JSON.
listNames() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint
 
logFile() - 类 中的方法org.springframework.boot.actuate.logging.LogFileWebEndpoint
 
LogFileWebEndpoint - org.springframework.boot.actuate.logging中的类
Web Endpoint that provides access to an application's log file.
LogFileWebEndpoint(Environment) - 类 的构造器org.springframework.boot.actuate.logging.LogFileWebEndpoint
 
LogFileWebEndpoint(Environment, File) - 类 的构造器org.springframework.boot.actuate.logging.LogFileWebEndpoint
 
loggerLevels(String) - 类 中的方法org.springframework.boot.actuate.logging.LoggersEndpoint
 
LoggerLevels(LoggerConfiguration) - 类 的构造器org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
 
loggers() - 类 中的方法org.springframework.boot.actuate.logging.LoggersEndpoint
 
LoggersEndpoint - org.springframework.boot.actuate.logging中的类
Endpoint to expose a collection of LoggerConfigurations.
LoggersEndpoint(LoggingSystem) - 类 的构造器org.springframework.boot.actuate.logging.LoggersEndpoint
Create a new LoggersEndpoint instance.
LoggersEndpoint.LoggerLevels - org.springframework.boot.actuate.logging中的类
Levels configured for a given logger exposed in a JSON friendly way.
LongTaskTimingHandlerInterceptor - org.springframework.boot.actuate.metrics.web.servlet中的类
A HandlerInterceptor that supports Micrometer's long task timers configured on a handler using Timed with Timed.longTask() set to true.
LongTaskTimingHandlerInterceptor(MeterRegistry, WebMvcTagsProvider) - 类 的构造器org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor
Creates a new LongTaskTimingHandlerInterceptor that will create LongTaskTimers using the given registry.

M

MailHealthIndicator - org.springframework.boot.actuate.mail中的类
HealthIndicator for configured smtp server(s).
MailHealthIndicator(JavaMailSenderImpl) - 类 的构造器org.springframework.boot.actuate.mail.MailHealthIndicator
 
map(Health, SecurityContext) - 类 中的方法org.springframework.boot.actuate.health.HealthWebEndpointResponseMapper
Maps the given health to a WebEndpointResponse, honouring the mapper's default ShowDetails using the given securityContext.
map(Health, SecurityContext, ShowDetails) - 类 中的方法org.springframework.boot.actuate.health.HealthWebEndpointResponseMapper
Maps the given health to a WebEndpointResponse, honouring the given showDetails using the given securityContext.
mapDetails(Supplier<Health>, SecurityContext) - 类 中的方法org.springframework.boot.actuate.health.HealthWebEndpointResponseMapper
Maps the given health details to a WebEndpointResponse, honouring the mapper's default ShowDetails using the given securityContext.
MapInfoContributor - org.springframework.boot.actuate.info中的类
A simple InfoContributor that exposes a map.
MapInfoContributor(Map<String, Object>) - 类 的构造器org.springframework.boot.actuate.info.MapInfoContributor
 
mapParameterValue(OperationParameter, Object) - 类 中的方法org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
 
mapParameterValue(OperationParameter, Object) - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper
Map the specified input parameter to the given parameterType.
MappingDescriptionProvider - org.springframework.boot.actuate.web.mappings中的接口
A MappingDescriptionProvider provides a List of mapping descriptions via implementation-specific introspection of an application context.
mappings() - 类 中的方法org.springframework.boot.actuate.web.mappings.MappingsEndpoint
 
MappingsEndpoint - org.springframework.boot.actuate.web.mappings中的类
Endpoint to expose HTTP request mappings.
MappingsEndpoint(Collection<MappingDescriptionProvider>, ApplicationContext) - 类 的构造器org.springframework.boot.actuate.web.mappings.MappingsEndpoint
 
MappingsEndpoint.ApplicationMappings - org.springframework.boot.actuate.web.mappings中的类
A description of an application's request mappings.
MappingsEndpoint.ContextMappings - org.springframework.boot.actuate.web.mappings中的类
A description of an application context's request mappings.
mapResponse(Object) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
 
mapResponse(Object) - 接口 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxOperationResponseMapper
Map the operation's response so that it can be consumed by a JMX compliant client.
mapResponseType(Class<?>) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
 
mapResponseType(Class<?>) - 接口 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxOperationResponseMapper
Map the response type to its JMX compliant counterpart.
mapStatus(Status) - 类 中的方法org.springframework.boot.actuate.health.HealthStatusHttpMapper
Map the specified Status to an HTTP status code.
match(E) - 接口 中的方法org.springframework.boot.actuate.endpoint.EndpointFilter
Return true if the filter matches.
match(HttpServletRequest, String) - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
match(DiscoveredEndpoint<?>) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter
 
method(HttpServletRequest) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Creates a method tag based on the method of the given request.
method(HttpRequest) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Creates a methodTag for the method of the given request.
method(ClientRequest) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Creates a methodTag for the method of the given request.
method(ServerWebExchange) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Creates a method tag based on the method of the ServerWebExchange.getRequest() request of the given exchange.
metric(String, List<String>) - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint
 
MetricsEndpoint - org.springframework.boot.actuate.metrics中的类
An Endpoint for exposing the metrics held by a MeterRegistry.
MetricsEndpoint(MeterRegistry) - 类 的构造器org.springframework.boot.actuate.metrics.MetricsEndpoint
 
MetricsEndpoint.AvailableTag - org.springframework.boot.actuate.metrics中的类
A set of tags for further dimensional drilldown and their potential values.
MetricsEndpoint.ListNamesResponse - org.springframework.boot.actuate.metrics中的类
Response payload for a metric name listing.
MetricsEndpoint.MetricResponse - org.springframework.boot.actuate.metrics中的类
Response payload for a metric name selector.
MetricsEndpoint.Sample - org.springframework.boot.actuate.metrics中的类
A measurement sample combining a statistic and a value.
MetricsRestTemplateCustomizer - org.springframework.boot.actuate.metrics.web.client中的类
RestTemplateCustomizer that configures the RestTemplate to record request metrics.
MetricsRestTemplateCustomizer(MeterRegistry, RestTemplateExchangeTagsProvider, String) - 类 的构造器org.springframework.boot.actuate.metrics.web.client.MetricsRestTemplateCustomizer
Creates a new MetricsRestTemplateInterceptor that will record metrics using the given meterRegistry with tags provided by the given tagProvider.
MetricsWebClientCustomizer - org.springframework.boot.actuate.metrics.web.reactive.client中的类
WebClientCustomizer that configures the WebClient to record request metrics.
MetricsWebClientCustomizer(MeterRegistry, WebClientExchangeTagsProvider, String) - 类 的构造器org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientCustomizer
Create a new MetricsWebClientFilterFunction that will record metrics using the given meterRegistry with tags provided by the given tagProvider.
MetricsWebClientFilterFunction - org.springframework.boot.actuate.metrics.web.reactive.client中的类
ExchangeFilterFunction applied via a MetricsWebClientCustomizer to record metrics.
MetricsWebClientFilterFunction(MeterRegistry, WebClientExchangeTagsProvider, String) - 类 的构造器org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientFilterFunction
 
MetricsWebFilter - org.springframework.boot.actuate.metrics.web.reactive.server中的类
Intercepts incoming HTTP requests handled by Spring WebFlux handlers.
MetricsWebFilter(MeterRegistry, WebFluxTagsProvider, String) - 类 的构造器org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter
MetricsWebFilter(MeterRegistry, WebFluxTagsProvider, String, boolean) - 类 的构造器org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter
 
MissingParametersException - org.springframework.boot.actuate.endpoint.invoke中的异常错误
RuntimeException thrown when an endpoint invocation does not contain required parameters.
MissingParametersException(Set<OperationParameter>) - 异常错误 的构造器org.springframework.boot.actuate.endpoint.invoke.MissingParametersException
 
MongoHealthIndicator - org.springframework.boot.actuate.mongo中的类
Simple implementation of a HealthIndicator returning status information for Mongo data stores.
MongoHealthIndicator(MongoTemplate) - 类 的构造器org.springframework.boot.actuate.mongo.MongoHealthIndicator
 
MongoReactiveHealthIndicator - org.springframework.boot.actuate.mongo中的类
MongoReactiveHealthIndicator(ReactiveMongoTemplate) - 类 的构造器org.springframework.boot.actuate.mongo.MongoReactiveHealthIndicator
 

N

Neo4jHealthIndicator - org.springframework.boot.actuate.neo4j中的类
HealthIndicator that tests the status of a Neo4j by executing a Cypher statement.
Neo4jHealthIndicator(SessionFactory) - 类 的构造器org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator
Create a new Neo4jHealthIndicator using the specified SessionFactory.
NEVER - org.springframework.boot.actuate.health.ShowDetails
Never show details in the response.
NONE - org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
Don't perform any shutdown operation.
NONE - 接口 中的静态变量org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper
A ParameterValueMapper that does nothing.
NONE - 接口 中的静态变量org.springframework.boot.actuate.endpoint.SecurityContext
Empty security context.
NonUniqueCacheException - org.springframework.boot.actuate.cache中的异常错误
Exception thrown when multiple caches exist with the same name.
NonUniqueCacheException(String, Collection<String>) - 异常错误 的构造器org.springframework.boot.actuate.cache.NonUniqueCacheException
 

O

of(String) - 类 中的静态方法org.springframework.boot.actuate.endpoint.EndpointId
Factory method to create a new EndpointId of the specified value.
onApplicationEvent(AuditApplicationEvent) - 类 中的方法org.springframework.boot.actuate.audit.listener.AbstractAuditListener
 
onApplicationEvent(ApplicationStartedEvent) - 类 中的方法org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
 
onApplicationEvent(ApplicationStartedEvent) - 类 中的方法org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
 
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
 
onStartup(ServletContext) - 类 中的方法org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
 
Operation - org.springframework.boot.actuate.endpoint中的接口
An operation on an endpoint.
OperationInvoker - org.springframework.boot.actuate.endpoint.invoke中的接口
Interface to perform an operation invocation.
OperationInvokerAdvisor - org.springframework.boot.actuate.endpoint.invoke中的接口
Allows additional functionality to be applied to an OperationInvoker.
OperationKey(Object, Supplier<String>) - 类 的构造器org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
Create a new EndpointDiscoverer.OperationKey instance.
OperationMethod - org.springframework.boot.actuate.endpoint.invoke.reflect中的类
Information describing an operation method on an endpoint method.
OperationMethod(Method, OperationType) - 类 的构造器org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
Create a new OperationMethod instance.
OperationParameter - org.springframework.boot.actuate.endpoint.invoke中的接口
A single operation parameter.
OperationParameters - org.springframework.boot.actuate.endpoint.invoke中的接口
A collection of operation parameters.
OperationType - org.springframework.boot.actuate.endpoint中的枚举
An enumeration of the different types of operation supported by an endpoint.
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.amqp - 程序包 org.springframework.boot.actuate.amqp
Actuator support for AMQP and RabbitMQ.
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.beans - 程序包 org.springframework.boot.actuate.beans
Actuator support relating to Spring Beans.
org.springframework.boot.actuate.cache - 程序包 org.springframework.boot.actuate.cache
Actuator support for caches.
org.springframework.boot.actuate.cassandra - 程序包 org.springframework.boot.actuate.cassandra
Actuator support for Cassandra.
org.springframework.boot.actuate.context - 程序包 org.springframework.boot.actuate.context
Actuator support relating to Spring Context.
org.springframework.boot.actuate.context.properties - 程序包 org.springframework.boot.actuate.context.properties
Actuator support relating to external configuration properties.
org.springframework.boot.actuate.couchbase - 程序包 org.springframework.boot.actuate.couchbase
Actuator support for Couchbase.
org.springframework.boot.actuate.elasticsearch - 程序包 org.springframework.boot.actuate.elasticsearch
Actuator support for Elasticsearch.
org.springframework.boot.actuate.endpoint - 程序包 org.springframework.boot.actuate.endpoint
Endpoint support.
org.springframework.boot.actuate.endpoint.annotation - 程序包 org.springframework.boot.actuate.endpoint.annotation
Annotation support for actuator endpoints.
org.springframework.boot.actuate.endpoint.http - 程序包 org.springframework.boot.actuate.endpoint.http
Actuator endpoint HTTP concerns (not tied to any specific implementation).
org.springframework.boot.actuate.endpoint.invoke - 程序包 org.springframework.boot.actuate.endpoint.invoke
Interfaces and classes relating to invoking operation methods.
org.springframework.boot.actuate.endpoint.invoke.convert - 程序包 org.springframework.boot.actuate.endpoint.invoke.convert
Converter support for actuator endpoints.
org.springframework.boot.actuate.endpoint.invoke.reflect - 程序包 org.springframework.boot.actuate.endpoint.invoke.reflect
Endpoint reflection support.
org.springframework.boot.actuate.endpoint.invoker.cache - 程序包 org.springframework.boot.actuate.endpoint.invoker.cache
Caching support for actuator endpoints.
org.springframework.boot.actuate.endpoint.jmx - 程序包 org.springframework.boot.actuate.endpoint.jmx
JMX support for actuator endpoints.
org.springframework.boot.actuate.endpoint.jmx.annotation - 程序包 org.springframework.boot.actuate.endpoint.jmx.annotation
Annotation support for actuator JMX endpoints.
org.springframework.boot.actuate.endpoint.web - 程序包 org.springframework.boot.actuate.endpoint.web
Web support for actuator endpoints.
org.springframework.boot.actuate.endpoint.web.annotation - 程序包 org.springframework.boot.actuate.endpoint.web.annotation
Annotation support for actuator web endpoints.
org.springframework.boot.actuate.endpoint.web.jersey - 程序包 org.springframework.boot.actuate.endpoint.web.jersey
Jersey support for actuator endpoints.
org.springframework.boot.actuate.endpoint.web.reactive - 程序包 org.springframework.boot.actuate.endpoint.web.reactive
Spring WebFlux support for actuator endpoints.
org.springframework.boot.actuate.endpoint.web.servlet - 程序包 org.springframework.boot.actuate.endpoint.web.servlet
Spring MVC support for actuator endpoints.
org.springframework.boot.actuate.env - 程序包 org.springframework.boot.actuate.env
Actuator support for Spring Framework's Environment.
org.springframework.boot.actuate.flyway - 程序包 org.springframework.boot.actuate.flyway
Actuator support for Flyway.
org.springframework.boot.actuate.health - 程序包 org.springframework.boot.actuate.health
Actuator health indicator and endpoints.
org.springframework.boot.actuate.influx - 程序包 org.springframework.boot.actuate.influx
Actuator support for InfluxDB.
org.springframework.boot.actuate.info - 程序包 org.springframework.boot.actuate.info
Classes for application info.
org.springframework.boot.actuate.integration - 程序包 org.springframework.boot.actuate.integration
Actuator support for Spring Integration.
org.springframework.boot.actuate.jdbc - 程序包 org.springframework.boot.actuate.jdbc
Actuator support for JDBC.
org.springframework.boot.actuate.jms - 程序包 org.springframework.boot.actuate.jms
Actuator support for JMS.
org.springframework.boot.actuate.ldap - 程序包 org.springframework.boot.actuate.ldap
Actuator support for LDAP.
org.springframework.boot.actuate.liquibase - 程序包 org.springframework.boot.actuate.liquibase
Actuator support for Liquibase.
org.springframework.boot.actuate.logging - 程序包 org.springframework.boot.actuate.logging
Actuator support for logging.
org.springframework.boot.actuate.mail - 程序包 org.springframework.boot.actuate.mail
Actuator support for JavaMail.
org.springframework.boot.actuate.management - 程序包 org.springframework.boot.actuate.management
Actuator support for JVM management.
org.springframework.boot.actuate.metrics - 程序包 org.springframework.boot.actuate.metrics
Core actuator support for metrics.
org.springframework.boot.actuate.metrics.amqp - 程序包 org.springframework.boot.actuate.metrics.amqp
Actuator support for RabbitMQ Java Client metrics.
org.springframework.boot.actuate.metrics.cache - 程序包 org.springframework.boot.actuate.metrics.cache
Actuator support for cache metrics.
org.springframework.boot.actuate.metrics.export.prometheus - 程序包 org.springframework.boot.actuate.metrics.export.prometheus
Actuator support for exporting metrics to Prometheus.
org.springframework.boot.actuate.metrics.jdbc - 程序包 org.springframework.boot.actuate.metrics.jdbc
Actuator support for JDBC metrics.
org.springframework.boot.actuate.metrics.web.client - 程序包 org.springframework.boot.actuate.metrics.web.client
Actuator support for web client metrics.
org.springframework.boot.actuate.metrics.web.jetty - 程序包 org.springframework.boot.actuate.metrics.web.jetty
Actuator support for Jetty metrics.
org.springframework.boot.actuate.metrics.web.reactive.client - 程序包 org.springframework.boot.actuate.metrics.web.reactive.client
Actuator support for WebClient metrics.
org.springframework.boot.actuate.metrics.web.reactive.server - 程序包 org.springframework.boot.actuate.metrics.web.reactive.server
Actuator support for WebFlux metrics.
org.springframework.boot.actuate.metrics.web.servlet - 程序包 org.springframework.boot.actuate.metrics.web.servlet
Actuator support for Spring MVC metrics.
org.springframework.boot.actuate.metrics.web.tomcat - 程序包 org.springframework.boot.actuate.metrics.web.tomcat
Actuator support for Tomcat metrics.
org.springframework.boot.actuate.mongo - 程序包 org.springframework.boot.actuate.mongo
Actuator support for Mongo.
org.springframework.boot.actuate.neo4j - 程序包 org.springframework.boot.actuate.neo4j
Actuator support for Neo4j.
org.springframework.boot.actuate.redis - 程序包 org.springframework.boot.actuate.redis
Actuator support for Redis.
org.springframework.boot.actuate.scheduling - 程序包 org.springframework.boot.actuate.scheduling
Actuator scheduling support.
org.springframework.boot.actuate.security - 程序包 org.springframework.boot.actuate.security
Actuator support for security.
org.springframework.boot.actuate.session - 程序包 org.springframework.boot.actuate.session
Actuator support for Spring Session.
org.springframework.boot.actuate.solr - 程序包 org.springframework.boot.actuate.solr
Actuator support for Solr.
org.springframework.boot.actuate.system - 程序包 org.springframework.boot.actuate.system
Actuator support for system-related concerns.
org.springframework.boot.actuate.trace.http - 程序包 org.springframework.boot.actuate.trace.http
Actuator HTTP tracing support.
org.springframework.boot.actuate.web.mappings - 程序包 org.springframework.boot.actuate.web.mappings
Actuator web request mappings support.
org.springframework.boot.actuate.web.mappings.reactive - 程序包 org.springframework.boot.actuate.web.mappings.reactive
Actuator reactive request mappings support.
org.springframework.boot.actuate.web.mappings.servlet - 程序包 org.springframework.boot.actuate.web.mappings.servlet
Actuator servlet request mappings support.
org.springframework.boot.actuate.web.trace.reactive - 程序包 org.springframework.boot.actuate.web.trace.reactive
Actuator reactive HTTP tracing support.
org.springframework.boot.actuate.web.trace.servlet - 程序包 org.springframework.boot.actuate.web.trace.servlet
Actuator servlet HTTP 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.
outcome(HttpServletResponse) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Creates an outcome tag based on the status of the given response.
outcome(ServerWebExchange) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Creates an outcome tag based on the response status of the given exchange.
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

ParameterMappingException - org.springframework.boot.actuate.endpoint.invoke中的异常错误
A ParameterMappingException is thrown when a failure occurs during operation parameter mapping.
ParameterMappingException(OperationParameter, Object, Throwable) - 异常错误 的构造器org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
Creates a new ParameterMappingException for a failure that occurred when trying to map the given input to the given type.
ParameterValueMapper - org.springframework.boot.actuate.endpoint.invoke中的接口
Maps parameter values to the required type when invoking an endpoint.
PathMappedEndpoint - org.springframework.boot.actuate.endpoint.web中的接口
Interface that can be implemented by an ExposableEndpoint that is mapped to a root web path.
PathMappedEndpoints - org.springframework.boot.actuate.endpoint.web中的类
A collection of path mapped endpoints.
PathMappedEndpoints(String, Collection<EndpointsSupplier<?>>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Create a new PathMappedEndpoints instance for the given suppliers.
PathMappedEndpoints(String, EndpointsSupplier<?>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Create a new PathMappedEndpoints instance for the given supplier.
PathMapper - org.springframework.boot.actuate.endpoint.web中的接口
Strategy interface used to provide a mapping between an endpoint ID and the root path where it will be exposed.
POST - org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
An HTTP POST 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.
postProcessRequestHeaders(Map<String, List<String>>) - 类 中的方法org.springframework.boot.actuate.trace.http.HttpExchangeTracer
Post-process the given mutable map of request headers.
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor
 
Principal(String) - 类 的构造器org.springframework.boot.actuate.trace.http.HttpTrace.Principal
Creates a Principal.
PRINCIPAL - org.springframework.boot.actuate.trace.http.Include
Include the principal.
produces() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.annotation.DeleteOperation
The media type of the result of the operation.
produces() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.annotation.ReadOperation
The media type of the result of the operation.
produces() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.annotation.WriteOperation
The media type of the result of the operation.
PrometheusPushGatewayManager - org.springframework.boot.actuate.metrics.export.prometheus中的类
Class that can be used to manage the pushing of metrics to a Prometheus PushGateway.
PrometheusPushGatewayManager(PushGateway, CollectorRegistry, Duration, String, Map<String, String>, PrometheusPushGatewayManager.ShutdownOperation) - 类 的构造器org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
Create a new PrometheusPushGatewayManager instance using a single threaded TaskScheduler.
PrometheusPushGatewayManager(PushGateway, CollectorRegistry, TaskScheduler, Duration, String, Map<String, String>, PrometheusPushGatewayManager.ShutdownOperation) - 类 的构造器org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
Create a new PrometheusPushGatewayManager instance.
PrometheusPushGatewayManager.ShutdownOperation - org.springframework.boot.actuate.metrics.export.prometheus中的枚举
The operation that should be performed on shutdown.
PrometheusScrapeEndpoint - org.springframework.boot.actuate.metrics.export.prometheus中的类
Endpoint that outputs metrics in a format that can be scraped by the Prometheus server.
PrometheusScrapeEndpoint(CollectorRegistry) - 类 的构造器org.springframework.boot.actuate.metrics.export.prometheus.PrometheusScrapeEndpoint
 
PropertySummaryDescriptor(String, Object) - 类 的构造器org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
 
publish(AuditEvent) - 类 中的方法org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
publish(AuditEvent) - 类 中的方法org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
PUSH - org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
Perform a 'push' before shutdown.

R

RabbitHealthIndicator - org.springframework.boot.actuate.amqp中的类
Simple implementation of a HealthIndicator returning status information for the RabbitMQ messaging system.
RabbitHealthIndicator(RabbitTemplate) - 类 的构造器org.springframework.boot.actuate.amqp.RabbitHealthIndicator
 
RabbitMetrics - org.springframework.boot.actuate.metrics.amqp中的类
A MeterBinder for RabbitMQ Java Client metrics.
RabbitMetrics(ConnectionFactory, Iterable<Tag>) - 类 的构造器org.springframework.boot.actuate.metrics.amqp.RabbitMetrics
Create a new meter binder recording the specified ConnectionFactory.
ReactiveHealthEndpointWebExtension - org.springframework.boot.actuate.health中的类
ReactiveHealthEndpointWebExtension(ReactiveHealthIndicator, HealthWebEndpointResponseMapper) - 类 的构造器org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
 
ReactiveHealthIndicator - org.springframework.boot.actuate.health中的接口
Defines the Health of an arbitrary system or component.
ReactiveHealthIndicatorRegistry - org.springframework.boot.actuate.health中的接口
ReactiveHealthIndicatorRegistryFactory - org.springframework.boot.actuate.health中的类
Factory to create a HealthIndicatorRegistry.
ReactiveHealthIndicatorRegistryFactory() - 类 的构造器org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
 
ReactiveHealthIndicatorRegistryFactory(Function<String, String>) - 类 的构造器org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
 
READ - org.springframework.boot.actuate.endpoint.OperationType
A read operation.
ReadOperation - org.springframework.boot.actuate.endpoint.annotation中的注释类型
Identifies a method on an Endpoint as being a read operation.
rebuild() - 类 中的方法org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
 
receivedRequest(TraceableRequest) - 类 中的方法org.springframework.boot.actuate.trace.http.HttpExchangeTracer
Begins the tracing of the exchange that was initiated by the given request being received.
RedisHealthIndicator - org.springframework.boot.actuate.redis中的类
Simple implementation of a HealthIndicator returning status information for Redis data stores.
RedisHealthIndicator(RedisConnectionFactory) - 类 的构造器org.springframework.boot.actuate.redis.RedisHealthIndicator
 
RedisReactiveHealthIndicator - org.springframework.boot.actuate.redis中的类
RedisReactiveHealthIndicator(ReactiveRedisConnectionFactory) - 类 的构造器org.springframework.boot.actuate.redis.RedisReactiveHealthIndicator
 
ReflectiveOperationInvoker - org.springframework.boot.actuate.endpoint.invoke.reflect中的类
An OperationInvoker that invokes an operation using reflection.
ReflectiveOperationInvoker(Object, OperationMethod, ParameterValueMapper) - 类 的构造器org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
Creates a new {code ReflectiveOperationInvoker} that will invoke the given method on the given target.
register(String, HealthIndicator) - 类 中的方法org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
 
register(String, HealthIndicator) - 接口 中的方法org.springframework.boot.actuate.health.HealthIndicatorRegistry
Registers the given HealthIndicator, associating it with the given name.
register(String, ReactiveHealthIndicator) - 类 中的方法org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
 
register(String, ReactiveHealthIndicator) - 接口 中的方法org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
Registers the given ReactiveHealthIndicator, associating it with the given name.
registerConverter(ConverterRegistry) - 类 中的静态方法org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
 
registerHandlerMethod(Object, Method, RequestMappingInfo) - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
 
registerHandlerMethod(Object, Method, RequestMappingInfo) - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 
RegistrationMappingDescription<T extends javax.servlet.Registration> - org.springframework.boot.actuate.web.mappings.servlet中的类
A mapping description derived from a Registration.
RegistrationMappingDescription(T) - 类 的构造器org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
Creates a new RegistrationMappingDescription derived from the given registration and with the given predicate.
REMOTE_ADDRESS - org.springframework.boot.actuate.trace.http.Include
Include the remote address.
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.
Request(String, URI, Map<String, List<String>>, String) - 类 的构造器org.springframework.boot.actuate.trace.http.HttpTrace.Request
Creates a fully-configured Request instance.
REQUEST_HEADERS - org.springframework.boot.actuate.trace.http.Include
Include request headers.
RequestMappingConditionsDescription - org.springframework.boot.actuate.web.mappings.reactive中的类
Description of the conditions of a RequestMappingInfo.
RequestMappingConditionsDescription - org.springframework.boot.actuate.web.mappings.servlet中的类
Description of the conditions of a RequestMappingInfo.
RequestMappingConditionsDescription.MediaTypeExpressionDescription - org.springframework.boot.actuate.web.mappings.reactive中的类
A description of a MediaTypeExpression in a request mapping condition.
RequestMappingConditionsDescription.MediaTypeExpressionDescription - org.springframework.boot.actuate.web.mappings.servlet中的类
A description of a MediaTypeExpression in a request mapping condition.
RequestMappingConditionsDescription.NameValueExpressionDescription - org.springframework.boot.actuate.web.mappings.reactive中的类
A description of a NameValueExpression in a request mapping condition.
RequestMappingConditionsDescription.NameValueExpressionDescription - org.springframework.boot.actuate.web.mappings.servlet中的类
A description of a NameValueExpression in a request mapping condition.
resolveLinks(String) - 类 中的方法org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
Resolves links to the known endpoints based on a request with the given requestUrl.
Response(int, Map<String, List<String>>) - 类 的构造器org.springframework.boot.actuate.trace.http.HttpTrace.Response
Creates a fully-configured Response instance.
RESPONSE_HEADERS - org.springframework.boot.actuate.trace.http.Include
Include response headers.
RestControllerEndpoint - org.springframework.boot.actuate.endpoint.web.annotation中的注释类型
Identifies a type as being a REST endpoint that is only exposed over Spring MVC or Spring WebFlux.
RestTemplateExchangeTags - org.springframework.boot.actuate.metrics.web.client中的类
Factory methods for creating Tags related to a request-response exchange performed by a RestTemplate.
RestTemplateExchangeTagsProvider - org.springframework.boot.actuate.metrics.web.client中的接口
Provides Tags for an exchange performed by a RestTemplate.

S

sanitize(String, Object) - 类 中的方法org.springframework.boot.actuate.endpoint.Sanitizer
Sanitize the given value if necessary.
sanitize(String, Object) - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint
 
Sanitizer - org.springframework.boot.actuate.endpoint中的类
Strategy that should be used by endpoint implementations to sanitize potentially sensitive keys.
Sanitizer() - 类 的构造器org.springframework.boot.actuate.endpoint.Sanitizer
 
Sanitizer(String...) - 类 的构造器org.springframework.boot.actuate.endpoint.Sanitizer
 
scheduledTasks() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
 
ScheduledTasksEndpoint - org.springframework.boot.actuate.scheduling中的类
Endpoint to expose information about an application's scheduled tasks.
ScheduledTasksEndpoint(Collection<ScheduledTaskHolder>) - 类 的构造器org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
 
ScheduledTasksEndpoint.CronTaskDescription - org.springframework.boot.actuate.scheduling中的类
A description of a CronTask or a TriggerTask with a CronTrigger.
ScheduledTasksEndpoint.FixedDelayTaskDescription - org.springframework.boot.actuate.scheduling中的类
A description of a FixedDelayTask or a TriggerTask with a fixed-delay PeriodicTrigger.
ScheduledTasksEndpoint.FixedRateTaskDescription - org.springframework.boot.actuate.scheduling中的类
A description of a FixedRateTask or a TriggerTask with a fixed-rate PeriodicTrigger.
ScheduledTasksEndpoint.IntervalTaskDescription - org.springframework.boot.actuate.scheduling中的类
A description of an IntervalTask.
ScheduledTasksEndpoint.RunnableDescription - org.springframework.boot.actuate.scheduling中的类
A description of a Task'sRunnable.
ScheduledTasksEndpoint.ScheduledTasksReport - org.springframework.boot.actuate.scheduling中的类
A report of an application's scheduled Tasks, primarily intended for serialization to JSON.
ScheduledTasksEndpoint.TaskDescription - org.springframework.boot.actuate.scheduling中的类
Base class for descriptions of a Task.
scrape() - 类 中的方法org.springframework.boot.actuate.metrics.export.prometheus.PrometheusScrapeEndpoint
 
SecurityContext - org.springframework.boot.actuate.endpoint中的接口
Security context in which an endpoint is being invoked.
Selector - org.springframework.boot.actuate.endpoint.annotation中的注释类型
A Selector can be used on a parameter of an Endpoint method to indicate that the parameter is used to select a subset of the endpoint's data.
sendingResponse(HttpTrace, TraceableResponse, Supplier<Principal>, Supplier<String>) - 类 中的方法org.springframework.boot.actuate.trace.http.HttpExchangeTracer
Ends the tracing of the exchange that is being concluded by sending the given response.
ServletEndpoint - org.springframework.boot.actuate.endpoint.web.annotation中的注释类型
Identifies a type as being an endpoint that supplies a servlet to expose.
ServletEndpointDiscoverer - org.springframework.boot.actuate.endpoint.web.annotation中的类
ServletEndpointDiscoverer(ApplicationContext, List<PathMapper>, Collection<EndpointFilter<ExposableServletEndpoint>>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
Create a new ServletEndpointDiscoverer instance.
ServletEndpointRegistrar - org.springframework.boot.actuate.endpoint.web中的类
ServletContextInitializer to register servlet endpoints.
ServletEndpointRegistrar(String, Collection<ExposableServletEndpoint>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
 
ServletEndpointsSupplier - org.springframework.boot.actuate.endpoint.web.annotation中的接口
ServletRegistrationMappingDescription - org.springframework.boot.actuate.web.mappings.servlet中的类
A mapping description derived from a ServletRegistration.
ServletRegistrationMappingDescription(ServletRegistration) - 类 的构造器org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription
Creates a new ServletRegistrationMappingDescription derived from the given servletRegistration.
ServletsMappingDescriptionProvider - org.springframework.boot.actuate.web.mappings.servlet中的类
A MappingDescriptionProvider that describes that mappings of any Servlets registered with a ServletContext.
ServletsMappingDescriptionProvider() - 类 的构造器org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
 
Session(String) - 类 的构造器org.springframework.boot.actuate.trace.http.HttpTrace.Session
Creates a Session.
SESSION_ID - org.springframework.boot.actuate.trace.http.Include
Include the session ID.
SessionDescriptor(Session) - 类 的构造器org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
SessionsEndpoint - org.springframework.boot.actuate.session中的类
Endpoint to expose a user's Sessions.
SessionsEndpoint(FindByIndexNameSessionRepository<? extends Session>) - 类 的构造器org.springframework.boot.actuate.session.SessionsEndpoint
Create a new SessionsEndpoint instance.
SessionsEndpoint.SessionDescriptor - org.springframework.boot.actuate.session中的类
A description of user's session.
SessionsEndpoint.SessionsReport - org.springframework.boot.actuate.session中的类
A report of user's sessions.
sessionsForUsername(String) - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint
 
SessionsReport(Map<String, ? extends Session>) - 类 的构造器org.springframework.boot.actuate.session.SessionsEndpoint.SessionsReport
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.boot.actuate.context.ShutdownEndpoint
 
setApplicationEventPublisher(ApplicationEventPublisher) - 类 中的方法org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
setApplicationEventPublisher(ApplicationEventPublisher) - 类 中的方法org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
setAttribute(Attribute) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
setAttributes(AttributeList) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
 
setCapacity(int) - 类 中的方法org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
Set the capacity of this event repository.
setCapacity(int) - 类 中的方法org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
Set the capacity of the in-memory repository.
setDataSource(DataSource) - 类 中的方法org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Set the DataSource to use.
setKeysToSanitize(String...) - 类 中的方法org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
 
setKeysToSanitize(String...) - 类 中的方法org.springframework.boot.actuate.endpoint.Sanitizer
Keys that should be sanitized.
setKeysToSanitize(String...) - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint
 
setOrder(int) - 类 中的方法org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
 
setOrder(int) - 类 中的方法org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
 
setQuery(String) - 类 中的方法org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Set a specific validation query to use to validate a connection.
setReverse(boolean) - 类 中的方法org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
Flag to say that the repository lists traces in reverse order.
setStatusMapping(Map<String, Integer>) - 类 中的方法org.springframework.boot.actuate.health.HealthStatusHttpMapper
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.
shouldNotFilterAsyncDispatch() - 类 中的方法org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
 
ShowDetails - org.springframework.boot.actuate.health中的枚举
Options for showing details in responses from the HealthEndpoint web extensions.
shutdown() - 类 中的方法org.springframework.boot.actuate.context.ShutdownEndpoint
 
shutdown() - 类 中的方法org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
Shutdown the manager, running any PrometheusPushGatewayManager.ShutdownOperation.
ShutdownEndpoint - org.springframework.boot.actuate.context中的类
Endpoint to shutdown the ApplicationContext.
ShutdownEndpoint() - 类 的构造器org.springframework.boot.actuate.context.ShutdownEndpoint
 
SIMPLE - org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Expose a pre-defined set of core settings only.
SimpleInfoContributor - org.springframework.boot.actuate.info中的类
A simple InfoContributor that exposes a single detail.
SimpleInfoContributor(String, Object) - 类 的构造器org.springframework.boot.actuate.info.SimpleInfoContributor
 
SolrHealthIndicator - org.springframework.boot.actuate.solr中的类
HealthIndicator for Apache Solr.
SolrHealthIndicator(SolrClient) - 类 的构造器org.springframework.boot.actuate.solr.SolrHealthIndicator
 
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(Throwable) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Creates a statusTag derived from the exception thrown by the client.
status(HttpServletResponse) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Creates a status tag based on the status of the given response.
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(ClientHttpResponse) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Creates a statusTag derived from the status of the given response.
status(ClientResponse) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Creates a statusTag derived from the ClientResponse.statusCode() of the given response.
status(ServerWebExchange) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Creates a status tag based on the response status of the given exchange.
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.
STATUS_BAD_REQUEST - 类 中的静态变量org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
400 Bad Request.
STATUS_INTERNAL_SERVER_ERROR - 类 中的静态变量org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
500 Internal Server Error.
STATUS_NO_CONTENT - 类 中的静态变量org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
204 No Content.
STATUS_NOT_FOUND - 类 中的静态变量org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
404 Not Found.
STATUS_OK - 类 中的静态变量org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
200 OK.
STATUS_SERVICE_UNAVAILABLE - 类 中的静态变量org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
503 Service Unavailable.
STATUS_TOO_MANY_REQUESTS - 类 中的静态变量org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
429 Too Many Requests.
stream() - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return a stream of the contained parameters.
stream() - 类 中的方法org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints

T

tags(ClientRequest, ClientResponse, Throwable) - 类 中的方法org.springframework.boot.actuate.metrics.web.reactive.client.DefaultWebClientExchangeTagsProvider
 
tags(ClientRequest, ClientResponse, Throwable) - 接口 中的方法org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTagsProvider
Provide tags to be associated with metrics for the client exchange.
TaskDescription(ScheduledTasksEndpoint.TaskType, Runnable) - 类 的构造器org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescription
 
threadDump() - 类 中的方法org.springframework.boot.actuate.management.ThreadDumpEndpoint
 
ThreadDumpEndpoint - org.springframework.boot.actuate.management中的类
Endpoint to expose thread info.
ThreadDumpEndpoint() - 类 的构造器org.springframework.boot.actuate.management.ThreadDumpEndpoint
 
ThreadDumpEndpoint.ThreadDumpDescriptor - org.springframework.boot.actuate.management中的类
A description of a thread dump.
TIME_TAKEN - org.springframework.boot.actuate.trace.http.Include
Include the time taken to service the request in milliseconds.
timeoutStrategy(long, Health) - 类 中的方法org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
Specify an alternative timeout Health if a HealthIndicator failed to reply after specified timeout.
toLowerCaseString() - 类 中的方法org.springframework.boot.actuate.endpoint.EndpointId
Return a lower-case version of the endpoint ID.
TomcatMetricsBinder - org.springframework.boot.actuate.metrics.web.tomcat中的类
Binds TomcatMetrics in response to the ApplicationStartedEvent.
TomcatMetricsBinder(MeterRegistry) - 类 的构造器org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
 
TomcatMetricsBinder(MeterRegistry, Iterable<Tag>) - 类 的构造器org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
 
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.annotation.AbstractDiscoveredEndpoint
 
toString() - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
toString() - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
 
toString() - 类 中的方法org.springframework.boot.actuate.endpoint.EndpointId
 
toString() - 类 中的方法org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
 
toString() - 类 中的方法org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
 
toString() - 类 中的方法org.springframework.boot.actuate.endpoint.web.Link
 
toString() - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
 
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.MetricsEndpoint.Sample
 
TraceableRequest - org.springframework.boot.actuate.trace.http中的接口
A representation of an HTTP request that is suitable for tracing.
TraceableResponse - org.springframework.boot.actuate.trace.http中的接口
A representation of an HTTP response that is suitable for tracing.
traces() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTraceEndpoint
 

U

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.
unregister(String) - 类 中的方法org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
 
unregister(String) - 类 中的方法org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
 
unregister(String) - 接口 中的方法org.springframework.boot.actuate.health.HealthIndicatorRegistry
Unregisters the HealthIndicator previously registered with the given name.
unregister(String) - 接口 中的方法org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
Unregisters the ReactiveHealthIndicator previously registered with the given name.
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.
uri(String) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Creates a uriTag from the given uriTemplate.
uri(HttpServletRequest, HttpServletResponse) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Creates a uri tag based on the URI of the given request.
uri(HttpRequest) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Creates a uriTag for the URI of the given request.
uri(ClientRequest) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Creates a uriTag for the URI path of the given request.
uri(ServerWebExchange) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Creates a uri tag based on the URI of the given exchange.
useEndpointId() - 接口 中的静态方法org.springframework.boot.actuate.endpoint.web.PathMapper
已过时。
since 2.1.0 in favor of PathMapper.getRootPath(List, EndpointId) with a null list

V

V1_JSON - 类 中的静态变量org.springframework.boot.actuate.endpoint.http.ActuatorMediaType
Constant for the Actuator V1 media type.
V2_JSON - 类 中的静态变量org.springframework.boot.actuate.endpoint.http.ActuatorMediaType
Constant for the Actuator V2 media type.
value() - 注释类型 中的方法org.springframework.boot.actuate.endpoint.annotation.FilteredEndpoint
The filter class to use.
valueOf(String) - 枚举 中的静态方法org.springframework.boot.actuate.endpoint.OperationType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.actuate.health.ShowDetails
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.actuate.trace.http.Include
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.springframework.boot.actuate.endpoint.OperationType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.actuate.health.ShowDetails
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.actuate.trace.http.Include
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

wasDiscoveredBy(Class<? extends EndpointDiscoverer<?, ?>>) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
 
wasDiscoveredBy(Class<? extends EndpointDiscoverer<?, ?>>) - 接口 中的方法org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint
Return true if the endpoint was discovered by the specified discoverer.
WebClientExchangeTags - org.springframework.boot.actuate.metrics.web.reactive.client中的类
Factory methods for creating Tags related to a request-response exchange performed by a WebClient.
WebClientExchangeTagsProvider - org.springframework.boot.actuate.metrics.web.reactive.client中的接口
Tags provider for an exchange performed by a WebClient.
WebEndpoint - org.springframework.boot.actuate.endpoint.web.annotation中的注释类型
Identifies a type as being an endpoint that is only exposed over HTTP.
WebEndpointDiscoverer - org.springframework.boot.actuate.endpoint.web.annotation中的类
WebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List<PathMapper>, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableWebEndpoint>>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
Create a new WebEndpointDiscoverer instance.
WebEndpointHttpMethod - org.springframework.boot.actuate.endpoint.web中的枚举
An enumeration of HTTP methods supported by web endpoint operations.
WebEndpointResponse<T> - org.springframework.boot.actuate.endpoint.web中的类
A WebEndpointResponse can be returned by an operation on a EndpointWebExtension to provide additional, web-specific information such as the HTTP status code.
WebEndpointResponse() - 类 的构造器org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Creates a new WebEndpointResponse with no body and a 200 (OK) status.
WebEndpointResponse(int) - 类 的构造器org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Creates a new WebEndpointResponse with no body and the given status.
WebEndpointResponse(T) - 类 的构造器org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Creates a new WebEndpointResponse with then given body and a 200 (OK) status.
WebEndpointResponse(T, int) - 类 的构造器org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Creates a new WebEndpointResponse with then given body and status.
WebEndpointsSupplier - org.springframework.boot.actuate.endpoint.web中的接口
WebFluxEndpointHandlerMapping - org.springframework.boot.actuate.endpoint.web.reactive中的类
A custom HandlerMapping that makes web endpoints available over HTTP using Spring WebFlux.
WebFluxEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, EndpointLinksResolver) - 类 的构造器org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping
Creates a new WebFluxEndpointHandlerMapping instance that provides mappings for the given endpoints.
WebFluxTags - org.springframework.boot.actuate.metrics.web.reactive.server中的类
Factory methods for Tags associated with a request-response exchange that is handled by WebFlux.
WebFluxTagsProvider - org.springframework.boot.actuate.metrics.web.reactive.server中的接口
Provides Tags for WebFlux-based request handling.
WebMvcEndpointHandlerMapping - org.springframework.boot.actuate.endpoint.web.servlet中的类
A custom HandlerMapping that makes web endpoints available over HTTP using Spring MVC.
WebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, EndpointLinksResolver) - 类 的构造器org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping
Creates a new WebMvcEndpointHandlerMapping instance that provides mappings for the given endpoints.
WebMvcMetricsFilter - org.springframework.boot.actuate.metrics.web.servlet中的类
Intercepts incoming HTTP requests and records metrics about Spring MVC execution time and results.
WebMvcMetricsFilter(MeterRegistry, WebMvcTagsProvider, String, boolean) - 类 的构造器org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
Create a new WebMvcMetricsFilter instance.
WebMvcMetricsFilter(ApplicationContext, MeterRegistry, WebMvcTagsProvider, String, boolean) - 类 的构造器org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
WebMvcTags - org.springframework.boot.actuate.metrics.web.servlet中的类
Factory methods for Tags associated with a request-response exchange that is handled by Spring MVC.
WebMvcTagsProvider - org.springframework.boot.actuate.metrics.web.servlet中的接口
Provides Tags for Spring MVC-based request handling.
WebOperation - org.springframework.boot.actuate.endpoint.web中的接口
An operation on a web endpoint.
WebOperationRequestPredicate - org.springframework.boot.actuate.endpoint.web中的类
A predicate for a request to an operation on a web endpoint.
WebOperationRequestPredicate(String, WebEndpointHttpMethod, Collection<String>, Collection<String>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Creates a new OperationRequestPredicate.
WHEN_AUTHORIZED - org.springframework.boot.actuate.health.ShowDetails
Show details in the response when accessed by an authorized user.
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, ?>) - 类 中的方法org.springframework.boot.actuate.health.Health.Builder
Record details from the given details map.
withDetails(Map<String, Object>) - 类 中的方法org.springframework.boot.actuate.info.Info.Builder
Record several details.
withException(Throwable) - 类 中的方法org.springframework.boot.actuate.health.Health.Builder
Record detail for given Exception.
withInitParameter(String, String) - 类 中的方法org.springframework.boot.actuate.endpoint.web.EndpointServlet
 
withInitParameters(Map<String, String>) - 类 中的方法org.springframework.boot.actuate.endpoint.web.EndpointServlet
 
wrapReactiveWebOperation(ExposableWebEndpoint, WebOperation, AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation) - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
Hook point that allows subclasses to wrap the AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation before it's called.
wrapServletWebOperation(ExposableWebEndpoint, WebOperation, AbstractWebMvcEndpointHandlerMapping.ServletWebOperation) - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Hook point that allows subclasses to wrap the AbstractWebMvcEndpointHandlerMapping.ServletWebOperation before it's called.
WRITE - org.springframework.boot.actuate.endpoint.OperationType
A write operation.
WriteOperation - org.springframework.boot.actuate.endpoint.annotation中的注释类型
Identifies a method on an Endpoint as being a write operation.
A B C D E F G H I J L M N O P R S T U V W 
所有类 所有程序包