Uses of Interface
org.nuxeo.runtime.management.api.Probe
-
Packages that use Probe Package Description org.nuxeo.ecm.core.management.api org.nuxeo.ecm.core.management.probes org.nuxeo.ecm.core.management.statuses org.nuxeo.ecm.core.storage.sql.management Simple MBean to report the status of a SQL repository.org.nuxeo.ecm.core.storage.status org.nuxeo.ecm.directory.ldap.management org.nuxeo.ecm.platform.management.statuses org.nuxeo.elasticsearch.status org.nuxeo.runtime.stream -
-
Uses of Probe in org.nuxeo.ecm.core.management.api
Method parameters in org.nuxeo.ecm.core.management.api with type arguments of type Probe Modifier and Type Method Description ProbeInfoProbeManager. getProbeInfo(Class<? extends Probe> probeClass) -
Uses of Probe in org.nuxeo.ecm.core.management.probes
Classes in org.nuxeo.ecm.core.management.probes that implement Probe Modifier and Type Class Description classAdministrativeStatusProbeRetrieves the administrative status of the server.Fields in org.nuxeo.ecm.core.management.probes with type parameters of type Probe Modifier and Type Field Description protected Map<Class<? extends Probe>,ProbeInfo>ProbeManagerImpl. infosByTypesprotected Map<String,Probe>ProbeManagerImpl. probesByShortcutsMethods in org.nuxeo.ecm.core.management.probes that return types with arguments of type Probe Modifier and Type Method Description Class<? extends Probe>ProbeDescriptor. getProbeClass()Method parameters in org.nuxeo.ecm.core.management.probes with type arguments of type Probe Modifier and Type Method Description ProbeInfoProbeManagerImpl. getProbeInfo(Class<? extends Probe> probeClass) -
Uses of Probe in org.nuxeo.ecm.core.management.statuses
Classes in org.nuxeo.ecm.core.management.statuses that implement Probe Modifier and Type Class Description classRepositoryStatusProbeProbe that checks that the repository is available by fetching the root docclassRuntimeStartedProbeSimple probe to check if the runtime is started -
Uses of Probe in org.nuxeo.ecm.core.storage.sql.management
Classes in org.nuxeo.ecm.core.storage.sql.management that implement Probe Modifier and Type Class Description classActiveSessionsProbeSimple probes that returns the number of active sessionclassRemoteSessionsProbe -
Uses of Probe in org.nuxeo.ecm.core.storage.status
Classes in org.nuxeo.ecm.core.storage.status that implement Probe Modifier and Type Class Description classS3BinaryManagerStatusProbeProbe to check the status of the S3BinaryManager. -
Uses of Probe in org.nuxeo.ecm.directory.ldap.management
Classes in org.nuxeo.ecm.directory.ldap.management that implement Probe Modifier and Type Class Description classLDAPDirectoriesProbe -
Uses of Probe in org.nuxeo.ecm.platform.management.statuses
Classes in org.nuxeo.ecm.platform.management.statuses that implement Probe Modifier and Type Class Description classPopulateRepositoryProbeclassQueryRepositoryProbe -
Uses of Probe in org.nuxeo.elasticsearch.status
Classes in org.nuxeo.elasticsearch.status that implement Probe Modifier and Type Class Description classElasticSearchStatusProbeProbe to check the status of the ES cluster. -
Uses of Probe in org.nuxeo.runtime.stream
Classes in org.nuxeo.runtime.stream that implement Probe Modifier and Type Class Description classStreamProbeA probe to detect when computation has been terminated due to failure.
-