Uses of Interface
org.nuxeo.launcher.config.backingservices.BackingChecker
-
Packages that use BackingChecker Package Description org.nuxeo.ecm.core.storage.mongodb org.nuxeo.elasticsearch org.nuxeo.launcher.config Nuxeo configuration management.org.nuxeo.launcher.config.backingservices org.nuxeo.runtime.kafka -
-
Uses of BackingChecker in org.nuxeo.ecm.core.storage.mongodb
Classes in org.nuxeo.ecm.core.storage.mongodb that implement BackingChecker Modifier and Type Class Description classMongoDBChecker -
Uses of BackingChecker in org.nuxeo.elasticsearch
Classes in org.nuxeo.elasticsearch that implement BackingChecker Modifier and Type Class Description classElasticSearchChecker -
Uses of BackingChecker in org.nuxeo.launcher.config
Fields in org.nuxeo.launcher.config with type parameters of type BackingChecker Modifier and Type Field Description protected Set<BackingChecker>BackingServiceConfigurator. checkersMethods in org.nuxeo.launcher.config that return types with arguments of type BackingChecker Modifier and Type Method Description protected Collection<BackingChecker>BackingServiceConfigurator. getCheckers() -
Uses of BackingChecker in org.nuxeo.launcher.config.backingservices
Classes in org.nuxeo.launcher.config.backingservices that implement BackingChecker Modifier and Type Class Description classDBCheck -
Uses of BackingChecker in org.nuxeo.runtime.kafka
Classes in org.nuxeo.runtime.kafka that implement BackingChecker Modifier and Type Class Description classKafkaChecker
-