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 class
AbstractLogConfig
Fields in org.nuxeo.lib.stream.log declared as LogConfig Modifier and Type Field Description protected LogConfig
UnifiedLogManager. defaultConfig
Fields in org.nuxeo.lib.stream.log with type parameters of type LogConfig Modifier and Type Field Description protected List<LogConfig>
UnifiedLogManager. configs
protected Map<LogConfig,LogManager>
UnifiedLogManager. managers
Constructor 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 class
ChronicleLogConfig
-
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 class
KafkaLogConfig
-
Uses of LogConfig in org.nuxeo.runtime.stream
Methods in org.nuxeo.runtime.stream that return LogConfig Modifier and Type Method Description protected LogConfig
StreamServiceImpl. createChronicleLogConfig(LogConfigDescriptor desc)
protected LogConfig
StreamServiceImpl. 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()
-