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 ProbeInfoProbeManager. getProbeInfo(Class<? extends Probe> probeClass)ProbeInfoProbeManager. getProbeInfo(String name)ProbeInfoProbeManager. runProbe(String name)ProbeInfoProbeManager. 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 ProbeInfoProbeManager. 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 classProbeInfoImplFields in org.nuxeo.ecm.core.management.probes with type parameters of type ProbeInfo Modifier and Type Field Description protected Set<ProbeInfo>ProbeManagerImpl. failedprotected Map<String,ProbeInfo>ProbeManagerImpl. infosByShortcutsprotected Map<Class<? extends Probe>,ProbeInfo>ProbeManagerImpl. infosByTypesprotected Map<String,ProbeInfo>ProbeManagerImpl. probesForHealthCheckprotected Set<ProbeInfo>ProbeManagerImpl. succeedMethods in org.nuxeo.ecm.core.management.probes that return ProbeInfo Modifier and Type Method Description ProbeInfoProbeManagerImpl. getProbeInfo(Class<? extends Probe> probeClass)ProbeInfoProbeManagerImpl. getProbeInfo(String name)ProbeInfoProbeManagerImpl. runProbe(String name)ProbeInfoProbeManagerImpl. 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 voidProbeManagerImpl. doRunProbe(ProbeInfo probe)protected voidProbeManagerImpl. getStatusOrRunProbe(ProbeInfo probe, int refreshSeconds)ProbeInfoProbeManagerImpl. 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. probesConstructor 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 voidProbeInfoJsonWriter. 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 ProbeInfoProbesObject. checkProbe(String probeName, ProbeInfo probeInfo)ProbeInfoProbesObject. doGet(String probeName)Gets the info of a specific probe.ProbeInfoProbesObject. 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 ProbeInfoProbesObject. checkProbe(String probeName, ProbeInfo probeInfo)
-