Uses of Class
org.nuxeo.lib.stream.log.LogRecord
-
Packages that use LogRecord Package Description org.nuxeo.ecm.restapi.server.jaxrs.management 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.lib.stream.tools.renderer -
-
Uses of LogRecord in org.nuxeo.ecm.restapi.server.jaxrs.management
Methods in org.nuxeo.ecm.restapi.server.jaxrs.management with parameters of type LogRecord Modifier and Type Method Description void
SseRenderer. accept(LogRecord<Record> record)
-
Uses of LogRecord in org.nuxeo.lib.stream.log
Methods in org.nuxeo.lib.stream.log that return LogRecord Modifier and Type Method Description LogRecord<M>
LogTailer. read(Duration timeout)
Read a message from assigned partitions within the timeout. -
Uses of LogRecord in org.nuxeo.lib.stream.log.chronicle
Methods in org.nuxeo.lib.stream.log.chronicle that return LogRecord Modifier and Type Method Description protected LogRecord<M>
ChronicleCompoundLogTailer. read()
LogRecord<M>
ChronicleCompoundLogTailer. read(Duration timeout)
protected LogRecord<M>
ChronicleLogTailer. read()
LogRecord<M>
ChronicleLogTailer. read(Duration timeout)
-
Uses of LogRecord in org.nuxeo.lib.stream.log.kafka
Methods in org.nuxeo.lib.stream.log.kafka that return LogRecord Modifier and Type Method Description LogRecord<M>
KafkaLogTailer. read(Duration timeout)
-
Uses of LogRecord in org.nuxeo.lib.stream.tools.renderer
Methods in org.nuxeo.lib.stream.tools.renderer with parameters of type LogRecord Modifier and Type Method Description void
MarkdownRenderer. accept(LogRecord<Record> record)
void
TextRenderer. accept(LogRecord<Record> record)
-