Uses of Class
org.nuxeo.lib.stream.log.LogLag
Packages that use LogLag
Package
Description
The Log interface with In-Memory and Kafka implementation.
-
Uses of LogLag in org.nuxeo.ecm.restapi.server.jaxrs.management
Method parameters in org.nuxeo.ecm.restapi.server.jaxrs.management with type arguments of type LogLag -
Uses of LogLag in org.nuxeo.lib.stream.log
Fields in org.nuxeo.lib.stream.log declared as LogLagMethods in org.nuxeo.lib.stream.log that return LogLagModifier and TypeMethodDescriptiondefault LogLag
Deprecated.default LogLag
Returns the lag between consumergroup
and producers for a Log.Latency.lag()
static LogLag
LogLag.of
(long lag) static LogLag
LogLag.of
(long lowerOffset, long upperOffset) static LogLag
Methods in org.nuxeo.lib.stream.log that return types with arguments of type LogLagModifier and TypeMethodDescriptionLogManager.getLagPerPartition
(String name, String group) Deprecated.since 11.1 useLogManager.getLagPerPartition(Name, Name)
insteadLogManager.getLagPerPartition
(Name name, Name group) Returns the lag between consumergroup
and the producers for each partition.UnifiedLogManager.getLagPerPartition
(Name name, Name group) Methods in org.nuxeo.lib.stream.log with parameters of type LogLagMethod parameters in org.nuxeo.lib.stream.log with type arguments of type LogLagConstructors in org.nuxeo.lib.stream.log with parameters of type LogLag -
Uses of LogLag in org.nuxeo.lib.stream.log.internals
Methods in org.nuxeo.lib.stream.log.internals that return types with arguments of type LogLag -
Uses of LogLag in org.nuxeo.lib.stream.log.kafka
Methods in org.nuxeo.lib.stream.log.kafka that return types with arguments of type LogLag -
Uses of LogLag in org.nuxeo.lib.stream.log.mem
Methods in org.nuxeo.lib.stream.log.mem that return types with arguments of type LogLag -
Uses of LogLag in org.nuxeo.lib.stream.tools.command
Methods in org.nuxeo.lib.stream.tools.command that return LogLagModifier and TypeMethodDescriptionprotected LogLag
PositionCommand.getLag
(LogManager manager, Name group, Name name, int partition) Method parameters in org.nuxeo.lib.stream.tools.command with type arguments of type LogLag
LogManager.getLag(Name, Name)
instead