Uses of Interface
org.nuxeo.launcher.config.backingservices.BackingChecker
-
Packages that use BackingChecker Package Description org.nuxeo.ecm.core.redis org.nuxeo.ecm.core.storage org.nuxeo.ecm.core.storage.mongodb org.nuxeo.elasticsearch org.nuxeo.launcher.config Nuxeo configuration management.org.nuxeo.runtime.kafka -
-
Uses of BackingChecker in org.nuxeo.ecm.core.redis
Classes in org.nuxeo.ecm.core.redis that implement BackingChecker Modifier and Type Class Description class
RedisChecker
-
Uses of BackingChecker in org.nuxeo.ecm.core.storage
Classes in org.nuxeo.ecm.core.storage that implement BackingChecker Modifier and Type Class Description class
DBCheck
-
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 class
MongoDBChecker
-
Uses of BackingChecker in org.nuxeo.elasticsearch
Classes in org.nuxeo.elasticsearch that implement BackingChecker Modifier and Type Class Description class
ElasticSearchChecker
-
Uses of BackingChecker in org.nuxeo.launcher.config
Methods in org.nuxeo.launcher.config that return types with arguments of type BackingChecker Modifier and Type Method Description protected List<BackingChecker>
ConfigurationChecker. instantiateBackingCheckers(ConfigurationHolder configHolder)
-
Uses of BackingChecker in org.nuxeo.runtime.kafka
Classes in org.nuxeo.runtime.kafka that implement BackingChecker Modifier and Type Class Description class
KafkaChecker
-