Uses of Interface
org.nuxeo.ecm.core.management.api.ProbeInfo
-
-
Uses of ProbeInfo in org.nuxeo.ecm.core.management.api
Methods in org.nuxeo.ecm.core.management.api that return ProbeInfo Modifier and Type Method Description ProbeInfo
ProbeManager. getProbeInfo(Class<? extends Probe> probeClass)
ProbeInfo
ProbeManager. getProbeInfo(String name)
ProbeInfo
ProbeManager. runProbe(String name)
ProbeInfo
ProbeManager. runProbe(ProbeInfo probe)
Methods in org.nuxeo.ecm.core.management.api that return types with arguments of type ProbeInfo Modifier and Type Method Description Collection<ProbeInfo>
ProbeManager. getAllProbeInfos()
Collection<ProbeInfo>
ProbeManager. getHealthCheckProbes()
List of probes evaluated for a health checkCollection<ProbeInfo>
ProbeManager. getInFailureProbeInfos()
Collection<ProbeInfo>
ProbeManager. getInSuccessProbeInfos()
Methods in org.nuxeo.ecm.core.management.api with parameters of type ProbeInfo Modifier and Type Method Description ProbeInfo
ProbeManager. runProbe(ProbeInfo probe)
-
Uses of ProbeInfo in org.nuxeo.ecm.core.management.probes
Classes in org.nuxeo.ecm.core.management.probes that implement ProbeInfo Modifier and Type Class Description class
ProbeInfoImpl
Fields in org.nuxeo.ecm.core.management.probes with type parameters of type ProbeInfo Modifier and Type Field Description protected Set<ProbeInfo>
ProbeManagerImpl. failed
protected Map<String,ProbeInfo>
ProbeManagerImpl. infosByShortcuts
protected Map<Class<? extends Probe>,ProbeInfo>
ProbeManagerImpl. infosByTypes
protected Map<String,ProbeInfo>
ProbeManagerImpl. probesForHealthCheck
protected Set<ProbeInfo>
ProbeManagerImpl. succeed
Methods in org.nuxeo.ecm.core.management.probes that return ProbeInfo Modifier and Type Method Description ProbeInfo
ProbeManagerImpl. getProbeInfo(Class<? extends Probe> probeClass)
ProbeInfo
ProbeManagerImpl. getProbeInfo(String name)
ProbeInfo
ProbeManagerImpl. runProbe(String name)
ProbeInfo
ProbeManagerImpl. runProbe(ProbeInfo probe)
Methods in org.nuxeo.ecm.core.management.probes that return types with arguments of type ProbeInfo Modifier and Type Method Description Collection<ProbeInfo>
ProbeManagerImpl. getAllProbeInfos()
Collection<ProbeInfo>
ProbeManagerImpl. getHealthCheckProbes()
Collection<ProbeInfo>
ProbeManagerImpl. getInFailureProbeInfos()
Collection<ProbeInfo>
ProbeManagerImpl. getInSuccessProbeInfos()
Methods in org.nuxeo.ecm.core.management.probes with parameters of type ProbeInfo Modifier and Type Method Description protected void
ProbeManagerImpl. doRunProbe(ProbeInfo probe)
protected void
ProbeManagerImpl. getStatusOrRunProbe(ProbeInfo probe, int refreshSeconds)
ProbeInfo
ProbeManagerImpl. runProbe(ProbeInfo probe)
Method parameters in org.nuxeo.ecm.core.management.probes with type arguments of type ProbeInfo Modifier and Type Method Description protected Set<String>
ProbeManagerImpl. 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 ProbeInfo Modifier and Type Field Description protected Collection<ProbeInfo>
HealthCheckResult. probes
Constructor parameters in org.nuxeo.ecm.core.management.statuses with type arguments of type ProbeInfo Constructor Description HealthCheckResult(Collection<ProbeInfo> probesToCheck)
-
Uses of ProbeInfo in org.nuxeo.ecm.restapi.jaxrs.io.management
Methods in org.nuxeo.ecm.restapi.jaxrs.io.management with parameters of type ProbeInfo Modifier and Type Method Description protected 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 ProbeInfo Modifier and Type Method Description protected ProbeInfo
ProbesObject. checkProbe(String probeName, ProbeInfo probeInfo)
ProbeInfo
ProbesObject. doGet(String probeName)
Gets the info of a specific probe.ProbeInfo
ProbesObject. launch(String probeName)
Launches a specific probe.Methods in org.nuxeo.ecm.restapi.server.jaxrs.management that return types with arguments of type ProbeInfo Modifier and Type Method Description List<ProbeInfo>
ProbesObject. doGet()
Gets all the infos of all probes.Methods in org.nuxeo.ecm.restapi.server.jaxrs.management with parameters of type ProbeInfo Modifier and Type Method Description protected ProbeInfo
ProbesObject. checkProbe(String probeName, ProbeInfo probeInfo)
-