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 ProbeInfo
ProbeManager. 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 class
AdministrativeStatusProbe
Retrieves 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. infosByTypes
protected Map<String,Probe>
ProbeManagerImpl. probesByShortcuts
Methods 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 ProbeInfo
ProbeManagerImpl. 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 class
RepositoryStatusProbe
Probe that checks that the repository is available by fetching the root docclass
RuntimeStartedProbe
Simple 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 class
ActiveSessionsProbe
Simple probes that returns the number of active sessionclass
RemoteSessionsProbe
-
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 class
S3BinaryManagerStatusProbe
Probe 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 class
LDAPDirectoriesProbe
-
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 class
PopulateRepositoryProbe
class
QueryRepositoryProbe
-
Uses of Probe in org.nuxeo.elasticsearch.status
Classes in org.nuxeo.elasticsearch.status that implement Probe Modifier and Type Class Description class
ElasticSearchStatusProbe
Probe 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 class
StreamProbe
A probe to detect when computation has been terminated due to failure.
-