Uses of Interface
org.nuxeo.ecm.core.management.api.ProbeInfo
Packages that use ProbeInfo
Package
Description
-
Uses of ProbeInfo in org.nuxeo.ecm.core.management.api
Methods in org.nuxeo.ecm.core.management.api that return ProbeInfoModifier and TypeMethodDescriptionProbeManager.getProbeInfo
(Class<? extends Probe> probeClass) ProbeManager.getProbeInfo
(String name) Methods in org.nuxeo.ecm.core.management.api that return types with arguments of type ProbeInfoModifier and TypeMethodDescriptionProbeManager.getAllProbeInfos()
ProbeManager.getHealthCheckProbes()
List of probes evaluated for a health checkProbeManager.getInFailureProbeInfos()
ProbeManager.getInSuccessProbeInfos()
Methods in org.nuxeo.ecm.core.management.api with parameters of type ProbeInfo -
Uses of ProbeInfo in org.nuxeo.ecm.core.management.probes
Classes in org.nuxeo.ecm.core.management.probes that implement ProbeInfoFields in org.nuxeo.ecm.core.management.probes with type parameters of type ProbeInfoModifier and TypeFieldDescriptionProbeManagerImpl.failed
ProbeManagerImpl.infosByShortcuts
ProbeManagerImpl.infosByTypes
ProbeManagerImpl.probesForHealthCheck
ProbeManagerImpl.succeed
Methods in org.nuxeo.ecm.core.management.probes that return ProbeInfoModifier and TypeMethodDescriptionProbeManagerImpl.getProbeInfo
(Class<? extends Probe> probeClass) ProbeManagerImpl.getProbeInfo
(String name) Methods in org.nuxeo.ecm.core.management.probes that return types with arguments of type ProbeInfoModifier and TypeMethodDescriptionProbeManagerImpl.getAllProbeInfos()
ProbeManagerImpl.getHealthCheckProbes()
ProbeManagerImpl.getInFailureProbeInfos()
ProbeManagerImpl.getInSuccessProbeInfos()
Methods in org.nuxeo.ecm.core.management.probes with parameters of type ProbeInfoModifier and TypeMethodDescriptionprotected void
ProbeManagerImpl.doRunProbe
(ProbeInfo probe) protected void
ProbeManagerImpl.getStatusOrRunProbe
(ProbeInfo probe, int refreshSeconds) Method parameters in org.nuxeo.ecm.core.management.probes with type arguments of type ProbeInfoModifier and TypeMethodDescriptionProbeManagerImpl.doExtractProbesName
(Collection<ProbeInfo> runners) -
Uses of ProbeInfo in org.nuxeo.ecm.core.management.statuses
Fields in org.nuxeo.ecm.core.management.statuses with type parameters of type ProbeInfoConstructor parameters in org.nuxeo.ecm.core.management.statuses with type arguments of type ProbeInfo -
Uses of ProbeInfo in org.nuxeo.ecm.restapi.jaxrs.io.management
Methods in org.nuxeo.ecm.restapi.jaxrs.io.management with parameters of type ProbeInfoModifier and TypeMethodDescriptionprotected void
ProbeInfoJsonWriter.writeEntityBody
(ProbeInfo entity, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of ProbeInfo in org.nuxeo.ecm.restapi.server.jaxrs.management
Methods in org.nuxeo.ecm.restapi.server.jaxrs.management that return ProbeInfoModifier and TypeMethodDescriptionprotected ProbeInfo
ProbesObject.checkProbe
(String probeName, ProbeInfo probeInfo) Gets the info of a specific probe.Launches a specific probe.Methods in org.nuxeo.ecm.restapi.server.jaxrs.management that return types with arguments of type ProbeInfoMethods in org.nuxeo.ecm.restapi.server.jaxrs.management with parameters of type ProbeInfoModifier and TypeMethodDescriptionprotected ProbeInfo
ProbesObject.checkProbe
(String probeName, ProbeInfo probeInfo)