Uses of Class
org.nuxeo.lib.stream.log.chronicle.ChronicleLogConfig
-
Packages that use ChronicleLogConfig Package Description org.nuxeo.lib.stream.log.chronicle -
-
Uses of ChronicleLogConfig in org.nuxeo.lib.stream.log.chronicle
Fields in org.nuxeo.lib.stream.log.chronicle declared as ChronicleLogConfig Modifier and Type Field Description protected ChronicleLogConfig
ChronicleLogManager. defaultConfig
Fields in org.nuxeo.lib.stream.log.chronicle with type parameters of type ChronicleLogConfig Modifier and Type Field Description protected List<ChronicleLogConfig>
ChronicleLogManager. configs
Methods in org.nuxeo.lib.stream.log.chronicle that return ChronicleLogConfig Modifier and Type Method Description protected ChronicleLogConfig
ChronicleLogManager. findDefaultConfig()
protected ChronicleLogConfig
ChronicleLogManager. getConfig(Name name)
protected ChronicleLogConfig
ChronicleLogManager. getConfig(Name name, Name group)
Methods in org.nuxeo.lib.stream.log.chronicle with parameters of type ChronicleLogConfig Modifier and Type Method Description static <M extends Externalizable>
ChronicleLogAppender<M>ChronicleLogAppender. create(ChronicleLogConfig config, Name name, int size, Codec<M> codec)
Create a new logstatic <M extends Externalizable>
ChronicleLogAppender<M>ChronicleLogAppender. open(ChronicleLogConfig config, Name name, Codec<M> codec)
Open an existing log.static <M extends Externalizable>
ChronicleLogAppender<M>ChronicleLogAppender. openWithoutRetention(ChronicleLogConfig config, Name name, Codec<M> codec)
Constructors in org.nuxeo.lib.stream.log.chronicle with parameters of type ChronicleLogConfig Constructor Description ChronicleLogAppender(ChronicleLogConfig config, Name name, int size, Codec<M> codec)
Create a new LogChronicleLogAppender(ChronicleLogConfig config, Name name, Codec<M> codec, boolean withRetention)
Open an existing LogConstructor parameters in org.nuxeo.lib.stream.log.chronicle with type arguments of type ChronicleLogConfig Constructor Description ChronicleLogManager(List<ChronicleLogConfig> configs)
-