- AbstractAuditListener - org.springframework.boot.actuate.audit.listener中的类
-
- 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中的类
-
- AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, EndpointId, boolean, Collection<? extends O>) - 类 的构造器org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
-
- AbstractDiscoveredOperation - org.springframework.boot.actuate.endpoint.annotation中的类
-
- AbstractDiscoveredOperation(DiscoveredOperationMethod, OperationInvoker) - 类 的构造器org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
-
- AbstractExposableEndpoint<O extends Operation> - org.springframework.boot.actuate.endpoint中的类
-
- AbstractExposableEndpoint(EndpointId, boolean, Collection<? extends O>) - 类 的构造器org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
-
- AbstractHealthIndicator - org.springframework.boot.actuate.health中的类
-
- AbstractHealthIndicator() - 类 的构造器org.springframework.boot.actuate.health.AbstractHealthIndicator
-
- AbstractHealthIndicator(String) - 类 的构造器org.springframework.boot.actuate.health.AbstractHealthIndicator
-
- AbstractHealthIndicator(Function<Exception, String>) - 类 的构造器org.springframework.boot.actuate.health.AbstractHealthIndicator
-
- AbstractJettyMetricsBinder - org.springframework.boot.actuate.metrics.web.jetty中的类
-
Base class for binding Jetty metrics in response to an ApplicationStartedEvent.
- AbstractJettyMetricsBinder() - 类 的构造器org.springframework.boot.actuate.metrics.web.jetty.AbstractJettyMetricsBinder
-
- AbstractReactiveHealthIndicator - org.springframework.boot.actuate.health中的类
-
- AbstractReactiveHealthIndicator() - 类 的构造器org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
-
- AbstractReactiveHealthIndicator(String) - 类 的构造器org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
-
- AbstractReactiveHealthIndicator(Function<Throwable, String>) - 类 的构造器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, boolean) - 类 的构造器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
bounded
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, boolean) - 类 的构造器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, boolean) - 类 的构造器org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
Creates a new AbstractWebMvcEndpointHandlerMapping that provides mappings
for the operations of the given endpoints.
- AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, boolean, PathPatternParser) - 类 的构造器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.
- adapt(HealthContributor) - 接口 中的静态方法org.springframework.boot.actuate.health.ReactiveHealthContributor
-
- add(AuditEvent) - 接口 中的方法org.springframework.boot.actuate.audit.AuditEventRepository
-
Log an event.
- add(AuditEvent) - 类 中的方法org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
-
- add(S, Status) - 接口 中的方法org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator.StatusMappings
-
Add a new status mapping .
- add(HttpTrace) - 接口 中的方法org.springframework.boot.actuate.trace.http.HttpTraceRepository
-
Adds a trace to the repository.
- add(HttpTrace) - 类 中的方法org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
-
- addDefaultStatus(Status) - 接口 中的方法org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator.StatusMappings
-
Add the status that should be used if no explicit mapping is defined.
- AdditionalHealthEndpointPath - org.springframework.boot.actuate.health中的类
-
- AdditionalHealthEndpointPathsWebFluxHandlerMapping - org.springframework.boot.actuate.endpoint.web.reactive中的类
-
A custom HandlerMapping that allows health groups to be mapped to an additional
path.
- AdditionalHealthEndpointPathsWebFluxHandlerMapping(EndpointMapping, ExposableWebEndpoint, Set<HealthEndpointGroup>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.reactive.AdditionalHealthEndpointPathsWebFluxHandlerMapping
-
- AdditionalHealthEndpointPathsWebMvcHandlerMapping - org.springframework.boot.actuate.endpoint.web.servlet中的类
-
A custom HandlerMapping that allows health groups to be mapped to an additional
path.
- AdditionalHealthEndpointPathsWebMvcHandlerMapping(ExposableWebEndpoint, Set<HealthEndpointGroup>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.servlet.AdditionalHealthEndpointPathsWebMvcHandlerMapping
-
- afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor
-
- afterInvocation(RepositoryMethodInvocationListener.RepositoryMethodInvocation) - 类 中的方法org.springframework.boot.actuate.metrics.data.MetricsRepositoryMethodInvocationListener
-
- afterPropertiesSet() - 类 中的方法org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
-
- afterPropertiesSet() - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
- afterPropertiesSet() - 类 中的方法org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
-
- aggregateContributions(ApiVersion, Map<String, HealthComponent>, StatusAggregator, boolean, Set<String>) - 类 中的方法org.springframework.boot.actuate.health.HealthEndpoint
-
- aggregateContributions(ApiVersion, Map<String, HealthComponent>, StatusAggregator, boolean, Set<String>) - 类 中的方法org.springframework.boot.actuate.health.HealthEndpointWebExtension
-
- aggregateContributions(ApiVersion, Map<String, Mono<? extends HealthComponent>>, StatusAggregator, boolean, Set<String>) - 类 中的方法org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
-
- ApiVersion - org.springframework.boot.actuate.endpoint中的枚举
-
API versions supported for the actuator API.
- appendDetails(Map<String, Object>) - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.CalendarIntervalTriggerDescription
-
- appendDetails(Map<String, Object>) - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.CronTriggerDescription
-
- appendDetails(Map<String, Object>) - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.CustomTriggerDescription
-
- appendDetails(Map<String, Object>) - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.DailyTimeIntervalTriggerDescription
-
- appendDetails(Map<String, Object>) - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.SimpleTriggerDescription
-
- appendDetails(Map<String, Object>) - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescription
-
Append trigger-implementation specific details to the specified
content.
- appendFields(ToStringCreator) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
-
- appendFields(ToStringCreator) - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
-
- appendSummary(Map<String, Object>) - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.CalendarIntervalTriggerDescription
-
- appendSummary(Map<String, Object>) - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.CronTriggerDescription
-
- appendSummary(Map<String, Object>) - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.CustomTriggerDescription
-
- appendSummary(Map<String, Object>) - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.DailyTimeIntervalTriggerDescription
-
- appendSummary(Map<String, Object>) - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.SimpleTriggerDescription
-
- appendSummary(Map<String, Object>) - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescription
-
Append trigger-implementation specific summary items to the specified
content.
- APPLICATION_READY_TIME_METRIC_NAME - 类 中的静态变量org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
-
The default name to use for the application ready time metric.
- APPLICATION_STARTED_TIME_METRIC_NAME - 类 中的静态变量org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
-
The default name to use for the application started time metric.
- 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(SanitizableData) - 接口 中的方法org.springframework.boot.actuate.endpoint.SanitizingFunction
-
Apply the sanitizing function to the given data.
- apply(String) - 类 中的方法org.springframework.boot.actuate.health.HealthContributorNameFactory
-
- apply(Timer.Builder) - 接口 中的方法org.springframework.boot.actuate.metrics.AutoTimer
-
Called to apply any auto-timer settings to the given Timer.Builder.
- apply(AutoTimer, String, Set<Timed>, Consumer<Timer.Builder>) - 接口 中的静态方法org.springframework.boot.actuate.metrics.AutoTimer
-
- asTag() - 枚举 中的方法org.springframework.boot.actuate.metrics.http.Outcome
-
Returns the Outcome as a Tag named outcome.
- AuditApplicationEvent - org.springframework.boot.actuate.audit.listener中的类
-
Spring
ApplicationEvent to encapsulate
AuditEvents.
- AuditApplicationEvent(String, String, Map<String, Object>) - 类 的构造器org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
- AuditApplicationEvent(String, String, String...) - 类 的构造器org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
- AuditApplicationEvent(Instant, String, String, Map<String, Object>) - 类 的构造器org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
- AuditApplicationEvent(AuditEvent) - 类 的构造器org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-
- 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, Map<String, Object>) - 类 的构造器org.springframework.boot.actuate.audit.AuditEvent
-
Create a new audit event for the current time.
- 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(Instant, String, String, Map<String, Object>) - 类 的构造器org.springframework.boot.actuate.audit.AuditEvent
-
Create a new audit event.
- AuditEventRepository - org.springframework.boot.actuate.audit中的接口
-
- AuditEventsEndpoint - org.springframework.boot.actuate.audit中的类
-
- AuditEventsEndpoint(AuditEventRepository) - 类 的构造器org.springframework.boot.actuate.audit.AuditEventsEndpoint
-
- AuditEventsEndpoint.AuditEventsDescriptor - org.springframework.boot.actuate.audit中的类
-
- AuditListener - org.springframework.boot.actuate.audit.listener中的类
-
- 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中的类
-
- AuthenticationAuditListener() - 类 的构造器org.springframework.boot.actuate.security.AuthenticationAuditListener
-
- AUTHORIZATION_FAILURE - 类 中的静态变量org.springframework.boot.actuate.security.AuthorizationAuditListener
-
Authorization failure event type.
- AuthorizationAuditListener - org.springframework.boot.actuate.security中的类
-
- AuthorizationAuditListener() - 类 的构造器org.springframework.boot.actuate.security.AuthorizationAuditListener
-
- AutoTimer - org.springframework.boot.actuate.metrics中的接口
-
Strategy that can be used to apply Timers automatically instead of using
@Timed.
- AvailabilityStateHealthIndicator - org.springframework.boot.actuate.availability中的类
-
A
HealthIndicator that checks a specific
AvailabilityState of the
application.
- AvailabilityStateHealthIndicator(ApplicationAvailability, Class<S>, Consumer<AvailabilityStateHealthIndicator.StatusMappings<S>>) - 类 的构造器org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator
-
- AvailabilityStateHealthIndicator.StatusMappings<S extends org.springframework.boot.availability.AvailabilityState> - org.springframework.boot.actuate.availability中的接口
-
Callback used to add status mappings.
- 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.HealthEndpointGroups
-
Return the group with the specified name or null if the name is not known.
- get(AdditionalHealthEndpointPath) - 接口 中的方法org.springframework.boot.actuate.health.HealthEndpointGroups
-
Return the group with the specified additional path or null if no group
with that path is found.
- get(String) - 类 中的方法org.springframework.boot.actuate.info.Info
-
- get(String, Class<T>) - 类 中的方法org.springframework.boot.actuate.info.Info
-
- get(Method, Class<?>) - 类 中的静态方法org.springframework.boot.actuate.metrics.annotation.TimedAnnotations
-
Return Timed annotations that should be used for the given method
and type.
- getActiveProfiles() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentDescriptor
-
- getActiveProfiles() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
-
- getAdditionalPath() - 接口 中的方法org.springframework.boot.actuate.health.HealthEndpointGroup
-
Return an additional path that can be used to map the health group to an
alternative location.
- getAdditionalTags(Cache) - 类 中的方法org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
-
Return additional tags to be associated with the given Cache.
- getAggregateStatus(Set<Status>) - 类 中的方法org.springframework.boot.actuate.health.SimpleStatusAggregator
-
- getAggregateStatus(Status...) - 接口 中的方法org.springframework.boot.actuate.health.StatusAggregator
-
Return the aggregate status for the given set of statuses.
- getAggregateStatus(Set<Status>) - 接口 中的方法org.springframework.boot.actuate.health.StatusAggregator
-
Return the aggregate status for the given set of statuses.
- getAliases() - 类 中的方法org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
-
- 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.
- getAllWithAdditionalPath(WebServerNamespace) - 接口 中的方法org.springframework.boot.actuate.health.HealthEndpointGroups
-
- getAnnotation(Class<T>) - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationParameter
-
Returns this element's annotation for the specified type if such an annotation is
present, else null.
- getArguments() - 类 中的方法org.springframework.boot.actuate.endpoint.InvocationContext
-
Return the invocation arguments.
- 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
-
- getCalendarInterval() - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummary.Triggers
-
- 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.quartz.QuartzEndpoint.QuartzJobDetails
-
- getClassName() - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobSummary
-
- 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
-
- getComponents() - 类 中的方法org.springframework.boot.actuate.health.CompositeHealth
-
- 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
-
- getContentType() - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Returns the content type of the response.
- 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
-
- getContributor() - 接口 中的方法org.springframework.boot.actuate.health.NamedContributor
-
Returns the contributor instance.
- getContributor(String) - 接口 中的方法org.springframework.boot.actuate.health.NamedContributors
-
Return the contributor with the given name.
- 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.quartz.QuartzEndpoint.QuartzTriggerGroupSummary.Triggers
-
- getCron() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
-
- getCustom() - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummary.Triggers
-
- getCustom() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
-
- getDailyTimeInterval() - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummary.Triggers
-
- getData() - 类 中的方法org.springframework.boot.actuate.audit.AuditEvent
-
Returns the event data.
- getData() - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetails
-
- getDataFetchingTags(DataFetcher<?>, InstrumentationFieldFetchParameters, Throwable) - 类 中的方法org.springframework.boot.actuate.metrics.graphql.DefaultGraphQlTagsProvider
-
- getDataFetchingTags(DataFetcher<?>, InstrumentationFieldFetchParameters, Throwable) - 接口 中的方法org.springframework.boot.actuate.metrics.graphql.GraphQlTagsContributor
-
- getDataFetchingTags(DataFetcher<?>, InstrumentationFieldFetchParameters, Throwable) - 接口 中的方法org.springframework.boot.actuate.metrics.graphql.GraphQlTagsProvider
-
- getDateExecuted() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getDefault() - 接口 中的静态方法org.springframework.boot.actuate.health.StatusAggregator
-
- 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
-
- getDescription() - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetails
-
- getDescriptor() - 类 中的方法org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
-
- getDetails() - 类 中的方法org.springframework.boot.actuate.health.CompositeHealth
-
- 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.SingleLoggerLevels
-
- getEndpoint(EndpointId) - 类 中的方法org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
- getEndpointBean() - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
-
- getEndpointBean() - 接口 中的方法org.springframework.boot.actuate.endpoint.annotation.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 be registered.
- getEndpointType() - 类 中的方法org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
-
- getErrorTags(InstrumentationExecutionParameters, GraphQLError) - 类 中的方法org.springframework.boot.actuate.metrics.graphql.DefaultGraphQlTagsProvider
-
- getErrorTags(InstrumentationExecutionParameters, GraphQLError) - 接口 中的方法org.springframework.boot.actuate.metrics.graphql.GraphQlTagsContributor
-
- getErrorTags(InstrumentationExecutionParameters, GraphQLError) - 接口 中的方法org.springframework.boot.actuate.metrics.graphql.GraphQlTagsProvider
-
- getEvents() - 类 中的方法org.springframework.boot.actuate.audit.AuditEventsEndpoint.AuditEventsDescriptor
-
- getExecType() - 类 中的方法org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-
- getExecutionTags(InstrumentationExecutionParameters, ExecutionResult, Throwable) - 类 中的方法org.springframework.boot.actuate.metrics.graphql.DefaultGraphQlTagsProvider
-
- getExecutionTags(InstrumentationExecutionParameters, ExecutionResult, Throwable) - 接口 中的方法org.springframework.boot.actuate.metrics.graphql.GraphQlTagsContributor
-
- getExecutionTags(InstrumentationExecutionParameters, ExecutionResult, Throwable) - 接口 中的方法org.springframework.boot.actuate.metrics.graphql.GraphQlTagsProvider
-
- 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
-
- getGroup() - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetails
-
- getGroup() - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobGroupSummary
-
- getGroup() - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummary
-
- getGroups() - 类 中的方法org.springframework.boot.actuate.health.SystemHealth
-
- getGroups() - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.GroupNames
-
- getGroups() - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzGroups
-
- 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(HealthContributor, boolean) - 类 中的方法org.springframework.boot.actuate.health.HealthEndpoint
-
- getHealth(HealthContributor, boolean) - 类 中的方法org.springframework.boot.actuate.health.HealthEndpointWebExtension
-
- getHealth(boolean) - 接口 中的方法org.springframework.boot.actuate.health.HealthIndicator
-
Return an indication of health.
- getHealth(ReactiveHealthContributor, boolean) - 类 中的方法org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
-
- getHealth(boolean) - 接口 中的方法org.springframework.boot.actuate.health.ReactiveHealthIndicator
-
Provide the indicator of health.
- getHref() - 类 中的方法org.springframework.boot.actuate.endpoint.web.Link
-
Returns the href of the link.
- getHttpCodeStatusMapper() - 接口 中的方法org.springframework.boot.actuate.health.HealthEndpointGroup
-
- 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
-
- getInputs() - 类 中的方法org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor
-
- 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
-
- getJobs() - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobGroupSummary
-
- getJobs() - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzReport
-
- getKey() - 类 中的方法org.springframework.boot.actuate.endpoint.SanitizableData
-
Return the key of the data.
- 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.AdditionalHealthEndpointPathsWebFluxHandlerMapping
-
- 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.AdditionalHealthEndpointPathsWebMvcHandlerMapping
-
- 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.WebMvcTagsContributor
-
Provides tags to be used by long task timers.
- 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.
- getMatchAllRemainingPathSegmentsVariable() - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
-
Returns the name of the variable used to catch all remaining path segments
null.
- 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
-
- getMembers() - 类 中的方法org.springframework.boot.actuate.logging.LoggersEndpoint.GroupLoggerLevels
-
- getMeterBinder(SpringCache2kCache, Iterable<Tag>) - 类 中的方法org.springframework.boot.actuate.metrics.cache.Cache2kCacheMeterBinderProvider
-
- 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(HazelcastCache, Iterable<Tag>) - 类 中的方法org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider
-
- getMeterBinder(JCacheCache, Iterable<Tag>) - 类 中的方法org.springframework.boot.actuate.metrics.cache.JCacheCacheMeterBinderProvider
-
- getMeterBinder(RedisCache, Iterable<Tag>) - 类 中的方法org.springframework.boot.actuate.metrics.cache.RedisCacheMeterBinderProvider
-
- 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.health.NamedContributor
-
Returns the name of the contributor.
- getName(LogLevel) - 类 中的方法org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
-
- getName() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
-
- getName() - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetails
-
- 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.health.HealthEndpointGroups
-
Return the names of any additional groups.
- getNames() - 类 中的方法org.springframework.boot.actuate.metrics.MetricsEndpoint.ListNamesResponse
-
- getNamespace() - 类 中的方法org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
-
- 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
-
- getOriginParents() - 类 中的方法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(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.
- getPath() - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
-
Returns the path for the operation.
- 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
-
- getPrimary() - 接口 中的方法org.springframework.boot.actuate.health.HealthEndpointGroups
-
Return the primary group used by the endpoint.
- 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.
- getProducedMimeType() - 枚举 中的方法org.springframework.boot.actuate.endpoint.ApiVersion
-
- getProducedMimeType() - 接口 中的方法org.springframework.boot.actuate.endpoint.Producible
-
Mime type that can be produced.
- getProducedMimeType() - 枚举 中的方法org.springframework.boot.actuate.metrics.export.prometheus.TextOutputFormat
-
- 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
-
- getPropertySource() - 类 中的方法org.springframework.boot.actuate.endpoint.SanitizableData
-
Return the property source that provided the data or null If the data was
not from a PropertySource.
- 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.
- 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
-
- getResource(EndpointMapping, WebOperation, WebOperationRequestPredicate, String, WebServerNamespace, JerseyRemainingPathSegmentProvider) - 类 中的方法org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
-
- 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(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.
- getRootPath(List<PathMapper>, EndpointId) - 接口 中的静态方法org.springframework.boot.actuate.endpoint.web.PathMapper
-
Resolve the root path for the specified endpointId from the given path
mappers.
- getRunnable() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescription
-
- getScope() - 类 中的方法org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
-
- getScript() - 类 中的方法org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
-
- getServletNameMappings() - 类 中的方法org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
-
Returns the servlet name mappings for the registered filter.
- getSession(String) - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint
-
- getSession() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace
-
- getSessions() - 类 中的方法org.springframework.boot.actuate.session.SessionsEndpoint.SessionsReport
-
- getSimple() - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummary.Triggers
-
- getSource() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
-
- getSpringBootVersion() - 类 中的方法org.springframework.boot.actuate.startup.StartupEndpoint.StartupResponse
-
- getState(ApplicationAvailability) - 类 中的方法org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator
-
Return the current availability state.
- getState(ApplicationAvailability) - 类 中的方法org.springframework.boot.actuate.availability.LivenessStateHealthIndicator
-
- getState(ApplicationAvailability) - 类 中的方法org.springframework.boot.actuate.availability.ReadinessStateHealthIndicator
-
- 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.CompositeHealth
-
- getStatus() - 类 中的方法org.springframework.boot.actuate.health.Health
-
Return the status of the health.
- getStatus() - 类 中的方法org.springframework.boot.actuate.health.HealthComponent
-
Return the status of the component.
- getStatus() - 类 中的方法org.springframework.boot.actuate.trace.http.HttpTrace.Response
-
- getStatus() - 接口 中的方法org.springframework.boot.actuate.trace.http.TraceableResponse
-
The status of the response.
- getStatusAggregator() - 接口 中的方法org.springframework.boot.actuate.health.HealthEndpointGroup
-
Returns the status aggregator that should be used for this group.
- getStatusCode(Status) - 接口 中的方法org.springframework.boot.actuate.health.HttpCodeStatusMapper
-
Return the HTTP status code that corresponds to the given
health
status.
- getStatusCode(Status) - 类 中的方法org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper
-
- 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.WebMvcTagsContributor
-
Provides tags to be associated with metrics for the given request and
response exchange.
- 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
-
- getTimeline() - 类 中的方法org.springframework.boot.actuate.startup.StartupEndpoint.StartupResponse
-
- 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
-
- getTrigger() - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescription
-
- getTrigger() - 类 中的方法org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.CustomTriggerTaskDescription
-
- getTriggers() - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetails
-
- getTriggers() - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzReport
-
- getTriggers() - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummary
-
- 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
-
- getType() - 类 中的方法org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescription
-
- 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.
- getValue() - 异常错误 中的方法org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
-
Return the value being mapped.
- getValue() - 类 中的方法org.springframework.boot.actuate.endpoint.SanitizableData
-
Return the value of the data.
- getValue() - 类 中的方法org.springframework.boot.actuate.endpoint.web.WebServerNamespace
-
- getValue() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
-
- getValue() - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
-
- getValue() - 类 中的方法org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
-
Returns the value corresponding to this path.
- 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中的类
-
- 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
-
- GraphQlMetricsInstrumentation - org.springframework.boot.actuate.metrics.graphql中的类
-
Micrometer-based SimpleInstrumentation.
- GraphQlMetricsInstrumentation(MeterRegistry, GraphQlTagsProvider, AutoTimer) - 类 的构造器org.springframework.boot.actuate.metrics.graphql.GraphQlMetricsInstrumentation
-
- GraphQlTags - org.springframework.boot.actuate.metrics.graphql中的类
-
Factory methods for Tags associated with a GraphQL request.
- GraphQlTagsContributor - org.springframework.boot.actuate.metrics.graphql中的接口
-
A contributor of Tags for Spring GraphQL-based request handling.
- GraphQlTagsProvider - org.springframework.boot.actuate.metrics.graphql中的接口
-
Provides Tags for Spring GraphQL-based request handling.
- GroupLoggerLevels(LogLevel, List<String>) - 类 的构造器org.springframework.boot.actuate.logging.LoggersEndpoint.GroupLoggerLevels
-
- GroupNames(List<String>) - 类 的构造器org.springframework.boot.actuate.quartz.QuartzEndpoint.GroupNames
-
- of(String) - 类 中的静态方法org.springframework.boot.actuate.endpoint.EndpointId
-
Factory method to create a new
EndpointId of the specified value.
- of(Environment, String) - 类 中的静态方法org.springframework.boot.actuate.endpoint.EndpointId
-
Factory method to create a new
EndpointId of the specified value.
- of(Class<T>, Supplier<? extends T>) - 接口 中的静态方法org.springframework.boot.actuate.endpoint.OperationArgumentResolver
-
- of(WebServerNamespace, String) - 类 中的静态方法org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
-
- of(HealthEndpointGroup, Map<String, HealthEndpointGroup>) - 接口 中的静态方法org.springframework.boot.actuate.health.HealthEndpointGroups
-
- of(String, C) - 接口 中的静态方法org.springframework.boot.actuate.health.NamedContributor
-
- onApplicationEvent(AuditApplicationEvent) - 类 中的方法org.springframework.boot.actuate.audit.listener.AbstractAuditListener
-
- onApplicationEvent(ApplicationEvent) - 类 中的方法org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
-
- onApplicationEvent(ApplicationStartedEvent) - 类 中的方法org.springframework.boot.actuate.metrics.web.jetty.AbstractJettyMetricsBinder
-
- onApplicationEvent(ApplicationStartedEvent) - 类 中的方法org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
-
- onApplicationEvent(AbstractAuthenticationEvent) - 类 中的方法org.springframework.boot.actuate.security.AuthenticationAuditListener
-
- onApplicationEvent(AbstractAuthorizationEvent) - 类 中的方法org.springframework.boot.actuate.security.AuthorizationAuditListener
-
- 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中的接口
-
- OperationArgumentResolver - org.springframework.boot.actuate.endpoint中的接口
-
- OperationInvoker - org.springframework.boot.actuate.endpoint.invoke中的接口
-
Interface to perform an operation invocation.
- OperationInvokerAdvisor - org.springframework.boot.actuate.endpoint.invoke中的接口
-
- OperationKey(Object, Supplier<String>) - 类 的构造器org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
-
- 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
-
- OperationParameter - org.springframework.boot.actuate.endpoint.invoke中的接口
-
A single operation parameter.
- OperationParameters - org.springframework.boot.actuate.endpoint.invoke中的接口
-
- OperationType - org.springframework.boot.actuate.endpoint中的枚举
-
An enumeration of the different types of operation supported by an endpoint.
- 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.availability - 程序包 org.springframework.boot.actuate.availability
-
Actuator support for application availability concerns.
- 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.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.hazelcast - 程序包 org.springframework.boot.actuate.hazelcast
-
Actuator support for Hazelcast.
- 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.annotation - 程序包 org.springframework.boot.actuate.metrics.annotation
-
Support classes for handler method metrics.
- org.springframework.boot.actuate.metrics.cache - 程序包 org.springframework.boot.actuate.metrics.cache
-
Actuator support for cache metrics.
- org.springframework.boot.actuate.metrics.data - 程序包 org.springframework.boot.actuate.metrics.data
-
Actuator support for Spring Data Repository 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.graphql - 程序包 org.springframework.boot.actuate.metrics.graphql
-
Provides instrumentation support for Spring GraphQL.
- org.springframework.boot.actuate.metrics.http - 程序包 org.springframework.boot.actuate.metrics.http
-
Support classes for HTTP-related metrics.
- org.springframework.boot.actuate.metrics.jdbc - 程序包 org.springframework.boot.actuate.metrics.jdbc
-
Actuator support for JDBC metrics.
- org.springframework.boot.actuate.metrics.r2dbc - 程序包 org.springframework.boot.actuate.metrics.r2dbc
-
Actuator support for R2DBC metrics.
- org.springframework.boot.actuate.metrics.startup - 程序包 org.springframework.boot.actuate.metrics.startup
-
Actuator support for startup metrics.
- org.springframework.boot.actuate.metrics.system - 程序包 org.springframework.boot.actuate.metrics.system
-
Actuator support for system 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.quartz - 程序包 org.springframework.boot.actuate.quartz
-
Actuator support for Quartz Scheduler.
- org.springframework.boot.actuate.r2dbc - 程序包 org.springframework.boot.actuate.r2dbc
-
Actuator support for R2DBC.
- 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.startup - 程序包 org.springframework.boot.actuate.startup
-
Actuator support for ApplicationStartup.
- 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.
- OsInfoContributor - org.springframework.boot.actuate.info中的类
-
- OsInfoContributor() - 类 的构造器org.springframework.boot.actuate.info.OsInfoContributor
-
- 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 - org.springframework.boot.actuate.metrics.http中的枚举
-
The outcome of an HTTP request.
- outcome(ClientHttpResponse) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
-
Creates an outcome Tag derived from the
status of the given response.
- outcome(ClientResponse) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
-
Creates an outcome Tag derived from the
status of the given response.
- outcome(ServerWebExchange, Throwable) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
-
Creates an outcome tag based on the response status of the given
exchange and the exception thrown during request processing.
- outcome(HttpServletResponse) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
-
Creates an outcome tag based on the status of the given response.
- outOfService() - 类 中的方法org.springframework.boot.actuate.health.Health.Builder
-
- outOfService() - 类 中的静态方法org.springframework.boot.actuate.health.Health
-
- SanitizableData - org.springframework.boot.actuate.endpoint中的类
-
- SanitizableData(PropertySource<?>, String, Object) - 类 的构造器org.springframework.boot.actuate.endpoint.SanitizableData
-
- sanitize(String, Object) - 类 中的方法org.springframework.boot.actuate.endpoint.Sanitizer
-
Sanitize the given value if necessary.
- sanitize(SanitizableData) - 类 中的方法org.springframework.boot.actuate.endpoint.Sanitizer
-
- sanitize(String, Object) - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint
-
- SANITIZED_VALUE - 类 中的静态变量org.springframework.boot.actuate.endpoint.SanitizableData
-
Represents a sanitized value.
- 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
-
Create a new
Sanitizer instance with a default set of keys to sanitize.
- Sanitizer(String...) - 类 的构造器org.springframework.boot.actuate.endpoint.Sanitizer
-
Create a new
Sanitizer instance with specific keys to sanitize.
- Sanitizer(Iterable<SanitizingFunction>) - 类 的构造器org.springframework.boot.actuate.endpoint.Sanitizer
-
Create a new
Sanitizer instance with a default set of keys to sanitize and
additional sanitizing functions.
- Sanitizer(Iterable<SanitizingFunction>, String...) - 类 的构造器org.springframework.boot.actuate.endpoint.Sanitizer
-
Create a new
Sanitizer instance with specific keys to sanitize and
additional sanitizing functions.
- SanitizingFunction - org.springframework.boot.actuate.endpoint中的接口
-
Function that takes a
SanitizableData and applies sanitization to the value, if
necessary.
- 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.CustomTriggerTaskDescription - org.springframework.boot.actuate.scheduling中的类
-
A description of a TriggerTask with a custom Trigger.
- 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's Runnable.
- 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(TextOutputFormat, Set<String>) - 类 中的方法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.
- Selector.Match - org.springframework.boot.actuate.endpoint.annotation中的枚举
-
Match types that can be used with the @Selector.
- 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.
- SERVER - 类 中的静态变量org.springframework.boot.actuate.endpoint.web.WebServerNamespace
-
- 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
-
- ServletEndpointRegistrar - org.springframework.boot.actuate.endpoint.web中的类
-
- 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中的类
-
- ServletsMappingDescriptionProvider() - 类 的构造器org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
-
- Session(String) - 类 的构造器org.springframework.boot.actuate.trace.http.HttpTrace.Session
-
Creates a Session.
- SessionDescriptor(Session) - 类 的构造器org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
-
- SessionsEndpoint - org.springframework.boot.actuate.session中的类
-
- SessionsEndpoint(FindByIndexNameSessionRepository<? extends Session>) - 类 的构造器org.springframework.boot.actuate.session.SessionsEndpoint
-
- 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
-
Set the keys that should be sanitized, overwriting any existing configuration.
- 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.
- shouldNotFilterAsyncDispatch() - 类 中的方法org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
-
- showComponents(SecurityContext) - 接口 中的方法org.springframework.boot.actuate.health.HealthEndpointGroup
-
- showDetails(SecurityContext) - 接口 中的方法org.springframework.boot.actuate.health.HealthEndpointGroup
-
- shutdown() - 类 中的方法org.springframework.boot.actuate.context.ShutdownEndpoint
-
- shutdown() - 类 中的方法org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
-
- ShutdownEndpoint - org.springframework.boot.actuate.context中的类
-
@Endpoint to shutdown the
ApplicationContext.
- ShutdownEndpoint() - 类 的构造器org.springframework.boot.actuate.context.ShutdownEndpoint
-
- SimpleHttpCodeStatusMapper - org.springframework.boot.actuate.health中的类
-
- SimpleHttpCodeStatusMapper() - 类 的构造器org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper
-
- SimpleHttpCodeStatusMapper(Map<String, Integer>) - 类 的构造器org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper
-
- SimpleInfoContributor - org.springframework.boot.actuate.info中的类
-
- SimpleInfoContributor(String, Object) - 类 的构造器org.springframework.boot.actuate.info.SimpleInfoContributor
-
- SimpleStatusAggregator - org.springframework.boot.actuate.health中的类
-
- SimpleStatusAggregator() - 类 的构造器org.springframework.boot.actuate.health.SimpleStatusAggregator
-
- SimpleStatusAggregator(Status...) - 类 的构造器org.springframework.boot.actuate.health.SimpleStatusAggregator
-
- SimpleStatusAggregator(String...) - 类 的构造器org.springframework.boot.actuate.health.SimpleStatusAggregator
-
- SimpleStatusAggregator(List<String>) - 类 的构造器org.springframework.boot.actuate.health.SimpleStatusAggregator
-
- SimpleTriggerDescription(SimpleTrigger) - 类 的构造器org.springframework.boot.actuate.quartz.QuartzEndpoint.SimpleTriggerDescription
-
- SingleLoggerLevels(LoggerConfiguration) - 类 的构造器org.springframework.boot.actuate.logging.LoggersEndpoint.SingleLoggerLevels
-
- size() - 类 中的方法org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
-
- SolrHealthIndicator - org.springframework.boot.actuate.solr中的类
-
- SolrHealthIndicator(SolrClient) - 类 的构造器org.springframework.boot.actuate.solr.SolrHealthIndicator
-
- startup() - 类 中的方法org.springframework.boot.actuate.startup.StartupEndpoint
-
- StartupEndpoint - org.springframework.boot.actuate.startup中的类
-
@Endpoint to expose the timeline of the
application startup.
- StartupEndpoint(BufferingApplicationStartup) - 类 的构造器org.springframework.boot.actuate.startup.StartupEndpoint
-
Creates a new StartupEndpoint that will describe the timeline of buffered
application startup events.
- StartupEndpoint.StartupResponse - org.springframework.boot.actuate.startup中的类
-
A description of an application startup, primarily intended for serialization to
JSON.
- startupSnapshot() - 类 中的方法org.springframework.boot.actuate.startup.StartupEndpoint
-
- StartupTimeMetricsListener - org.springframework.boot.actuate.metrics.startup中的类
-
Binds application startup metrics in response to ApplicationStartedEvent and
ApplicationReadyEvent.
- StartupTimeMetricsListener(MeterRegistry) - 类 的构造器org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
-
Create a new instance using default metric names.
- StartupTimeMetricsListener(MeterRegistry, String, String, Iterable<Tag>) - 类 的构造器org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
-
Create a new instance using the specified options.
- status(String) - 类 中的方法org.springframework.boot.actuate.health.Health.Builder
-
Set status to given statusCode.
- status(Status) - 类 中的方法org.springframework.boot.actuate.health.Health.Builder
-
Set status to given
Status instance.
- status(String) - 类 中的静态方法org.springframework.boot.actuate.health.Health
-
- status(Status) - 类 中的静态方法org.springframework.boot.actuate.health.Health
-
- 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(ClientHttpResponse) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
-
Creates a status Tag derived from the
status of the given response.
- status(ClientResponse, Throwable) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
-
Creates a status Tag derived from the
ClientResponse.statusCode() of the given response if available, the
thrown exception otherwise, or considers the request as Cancelled as a last resort.
- 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(HttpServletResponse) - 类 中的静态方法org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
-
Creates a status tag based on the status of the given response.
- 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.
- StatusAggregator - org.springframework.boot.actuate.health中的接口
-
Strategy used to aggregate
Status instances.
- stream() - 接口 中的方法org.springframework.boot.actuate.endpoint.invoke.OperationParameters
-
Return a stream of the contained parameters.
- stream() - 类 中的方法org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
- stream() - 接口 中的方法org.springframework.boot.actuate.health.NamedContributors
-
- stringifyIfNecessary(Object) - 类 中的方法org.springframework.boot.actuate.env.EnvironmentEndpoint
-
- supportsEventType(Class<? extends ApplicationEvent>) - 类 中的方法org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
-
- SystemHealth - org.springframework.boot.actuate.health中的类
-
A
HealthComponent that represents the overall system health and the available
groups.
- 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
-
- 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 the given body and a 200 (OK)
status.
- WebEndpointResponse(T, Producible<?>) - 类 的构造器org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Creates a new WebEndpointResponse with the given body and content type and
a 200 (OK) status.
- WebEndpointResponse(T, MimeType) - 类 的构造器org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Creates a new WebEndpointResponse with the given body and content type and
a 200 (OK) status.
- WebEndpointResponse(T, int) - 类 的构造器org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Creates a new WebEndpointResponse with the given body and status.
- WebEndpointResponse(T, int, MimeType) - 类 的构造器org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
Creates a new WebEndpointResponse with the 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, boolean) - 类 的构造器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.
- WebFluxTagsContributor - org.springframework.boot.actuate.metrics.web.reactive.server中的接口
-
A contributor of Tags for WebFlux-based request handling.
- 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, boolean) - 类 的构造器org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping
-
Creates a new WebMvcEndpointHandlerMapping instance that provides mappings
for the given endpoints.
- WebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, EndpointLinksResolver, boolean, PathPatternParser) - 类 的构造器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 handled by Spring MVC handlers and records metrics
about execution time and results.
- WebMvcMetricsFilter(MeterRegistry, WebMvcTagsProvider, String, AutoTimer) - 类 的构造器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.
- WebMvcTagsContributor - org.springframework.boot.actuate.metrics.web.servlet中的接口
-
A contributor of Tags for Spring MVC-based request handling.
- 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.
- WebServerNamespace - org.springframework.boot.actuate.endpoint.web中的类
-
Enumeration of server namespaces.
- 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
-
- withLoadOnStartup(int) - 类 中的方法org.springframework.boot.actuate.endpoint.web.EndpointServlet
-
Sets the loadOnStartup priority that will be set on Servlet registration.
- withValue(Object) - 类 中的方法org.springframework.boot.actuate.endpoint.SanitizableData
-
- wrapReactiveWebOperation(ExposableWebEndpoint, WebOperation, AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation) - 类 中的方法org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
-
- wrapServletWebOperation(ExposableWebEndpoint, WebOperation, AbstractWebMvcEndpointHandlerMapping.ServletWebOperation) - 类 中的方法org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
- WriteOperation - org.springframework.boot.actuate.endpoint.annotation中的注释类型
-
Identifies a method on an
@Endpoint as being a write operation.