Uses of Class
org.nuxeo.lib.stream.log.Latency
Packages that use Latency
Package
Description
The Computation pattern with a Log implementation.
Computation pattern implemented with Log
The Log interface with In-Memory and Kafka implementation.
-
Uses of Latency in org.nuxeo.lib.stream.computation
Methods in org.nuxeo.lib.stream.computation that return LatencyModifier and TypeMethodDescriptionStreamProcessor.getLatency(String computationName) Returns the latency for a computation. -
Uses of Latency in org.nuxeo.lib.stream.computation.log
Methods in org.nuxeo.lib.stream.computation.log that return Latency -
Uses of Latency in org.nuxeo.lib.stream.log
Methods in org.nuxeo.lib.stream.log that return LatencyModifier and TypeMethodDescriptionstatic Latencydefault <M extends Externalizable>
LatencyLogManager.getLatency(String name, String group, Codec<M> codec, Function<M, Long> timestampExtractor, Function<M, String> keyExtractor) Deprecated.default <M extends Externalizable>
LatencyLogManager.getLatency(Name name, Name group, Codec<M> codec, Function<M, Long> timestampExtractor, Function<M, String> keyExtractor) Returns the latency between consumergroupand producers for a Log.static Latencystatic LatencyMethods in org.nuxeo.lib.stream.log that return types with arguments of type LatencyModifier and TypeMethodDescriptiondefault <M extends Externalizable>
List<Latency>LogManager.getLatencyPerPartition(String name, String group, Codec<M> codec, Function<M, Long> timestampExtractor, Function<M, String> keyExtractor) Deprecated.since 11.1 useLogManager.getLatencyPerPartition(Name, Name, Codec, Function, Function)instead<M extends Externalizable>
List<Latency>LogManager.getLatencyPerPartition(Name name, Name group, Codec<M> codec, Function<M, Long> timestampExtractor, Function<M, String> keyExtractor) Returns the lag with latency.<M extends Externalizable>
List<Latency>UnifiedLogManager.getLatencyPerPartition(Name name, Name group, Codec<M> codec, Function<M, Long> timestampExtractor, Function<M, String> keyExtractor) Method parameters in org.nuxeo.lib.stream.log with type arguments of type Latency -
Uses of Latency in org.nuxeo.lib.stream.log.internals
Methods in org.nuxeo.lib.stream.log.internals that return types with arguments of type Latency -
Uses of Latency in org.nuxeo.lib.stream.tools.command
Methods in org.nuxeo.lib.stream.tools.command that return LatencyMethods in org.nuxeo.lib.stream.tools.command that return types with arguments of type LatencyModifier and TypeMethodDescriptionprotected Map<LogPartitionGroup,Latency> RestoreCommand.readLatencies(LogManager manager) Methods in org.nuxeo.lib.stream.tools.command with parameters of type LatencyModifier and TypeMethodDescriptionprotected byte[]LatencyTrackerComputation.encodeLatency(Latency latency) protected LogOffsetRestoreCommand.findOffset(LogManager manager, LogPartitionGroup key, Latency latency) protected voidLatencyDatadogComputation.publishMetrics(Latency latency, String prefix, String partition, Name stream, Name group) protected voidLatencyMonitorComputation.publishMetrics(Latency latency, String prefix) Method parameters in org.nuxeo.lib.stream.tools.command with type arguments of type LatencyModifier and TypeMethodDescriptionprotected voidLatencyDatadogComputation.processLatencies(ComputationContext context, LogPartitionGroup logGroup, List<Latency> latencies) protected voidLatencyMonitorComputation.processLatencies(ComputationContext context, LogPartitionGroup logGroup, List<Latency> latencies) protected voidLatencyTrackerComputation.processLatencies(ComputationContext context, LogPartitionGroup logGroup, List<Latency> latencies) protected voidLatencyCommand.renderLatency(Name group, List<Latency> latencies) protected Map<LogPartitionGroup,LogOffset> RestoreCommand.searchOffsets(LogManager manager, Map<LogPartitionGroup, Latency> latencies) -
Uses of Latency in org.nuxeo.runtime.stream
Fields in org.nuxeo.runtime.stream declared as Latency
LogManager.getLatencyPerPartition(Name, Name, Codec, Function, Function)instead