Package | Description |
---|---|
org.nuxeo.lib.stream.log.chronicle | |
org.nuxeo.lib.stream.log.internals | |
org.nuxeo.lib.stream.log.kafka |
Modifier and Type | Class and Description |
---|---|
class |
ChronicleLogAppender<M extends Externalizable>
Chronicle Queue implementation of LogAppender.
|
Modifier and Type | Method and Description |
---|---|
<M extends Externalizable> |
ChronicleLogManager.createAppender(String name) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,CloseableLogAppender> |
AbstractLogManager.appenders |
Modifier and Type | Method and Description |
---|---|
protected abstract <M extends Externalizable> |
AbstractLogManager.createAppender(String name) |
Modifier and Type | Class and Description |
---|---|
class |
KafkaLogAppender<M extends Externalizable>
Apache Kafka implementation of Log.
|
Modifier and Type | Method and Description |
---|---|
<M extends Externalizable> |
KafkaLogManager.createAppender(String name) |
Copyright © 2018 Nuxeo. All rights reserved.