Uses of Interface
org.nuxeo.lib.stream.log.LogConfig
-
Packages that use LogConfig Package Description org.nuxeo.lib.stream.log The Log interface with Chronicle and Kafka implementation.org.nuxeo.lib.stream.log.chronicle org.nuxeo.lib.stream.log.kafka org.nuxeo.runtime.stream -
-
Uses of LogConfig in org.nuxeo.lib.stream.log
Classes in org.nuxeo.lib.stream.log that implement LogConfig Modifier and Type Class Description classAbstractLogConfigFields in org.nuxeo.lib.stream.log declared as LogConfig Modifier and Type Field Description protected LogConfigUnifiedLogManager. defaultConfigFields in org.nuxeo.lib.stream.log with type parameters of type LogConfig Modifier and Type Field Description protected List<LogConfig>UnifiedLogManager. configsprotected Map<LogConfig,LogManager>UnifiedLogManager. managersConstructor parameters in org.nuxeo.lib.stream.log with type arguments of type LogConfig Constructor Description UnifiedLogManager(List<LogConfig> configs) -
Uses of LogConfig in org.nuxeo.lib.stream.log.chronicle
Classes in org.nuxeo.lib.stream.log.chronicle that implement LogConfig Modifier and Type Class Description classChronicleLogConfig -
Uses of LogConfig in org.nuxeo.lib.stream.log.kafka
Classes in org.nuxeo.lib.stream.log.kafka that implement LogConfig Modifier and Type Class Description classKafkaLogConfig -
Uses of LogConfig in org.nuxeo.runtime.stream
Methods in org.nuxeo.runtime.stream that return LogConfig Modifier and Type Method Description protected LogConfigStreamServiceImpl. createChronicleLogConfig(LogConfigDescriptor desc)protected LogConfigStreamServiceImpl. createKafkaLogConfig(LogConfigDescriptor desc)Methods in org.nuxeo.runtime.stream that return types with arguments of type LogConfig Modifier and Type Method Description protected List<LogConfig>StreamServiceImpl. getLogConfigs()
-