Class ChronicleLogConfig
- java.lang.Object
-
- org.nuxeo.lib.stream.log.AbstractLogConfig
-
- org.nuxeo.lib.stream.log.chronicle.ChronicleLogConfig
-
- All Implemented Interfaces:
LogConfig
public class ChronicleLogConfig extends AbstractLogConfig
- Since:
- 11.1
-
-
Field Summary
Fields Modifier and Type Field Description protected PathbasePathprotected Stringnameprotected ChronicleRetentionDurationretention-
Fields inherited from class org.nuxeo.lib.stream.log.AbstractLogConfig
defaultConfig, patterns
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathgetBasePath()ChronicleRetentionDurationgetRetention()StringtoString()-
Methods inherited from class org.nuxeo.lib.stream.log.AbstractLogConfig
isDefault, match, match
-
-
-
-
Field Detail
-
name
protected final String name
-
basePath
protected final Path basePath
-
retention
protected final ChronicleRetentionDuration retention
-
-
Method Detail
-
getBasePath
public Path getBasePath()
-
getRetention
public ChronicleRetentionDuration getRetention()
-
-