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.management
Method parameters in org.nuxeo.ecm.restapi.server.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 LogLagDeprecated.default LogLagReturns the lag between consumergroupand producers for a Log.Latency.lag()static LogLagLogLag.of(long lag) static LogLagLogLag.of(long lowerOffset, long upperOffset) static LogLagMethods 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 consumergroupand 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 LogLagPositionCommand.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