Uses of Class
org.nuxeo.lib.stream.log.internals.LogPartitionGroup
Packages that use LogPartitionGroup
Package
Description
-
Uses of LogPartitionGroup in org.nuxeo.lib.stream.log.internals
Fields in org.nuxeo.lib.stream.log.internals with type parameters of type LogPartitionGroupModifier and TypeFieldDescriptionprotected final Map<LogPartitionGroup, LogTailer> AbstractLogManager.tailersAssignments -
Uses of LogPartitionGroup in org.nuxeo.lib.stream.tools.command
Fields in org.nuxeo.lib.stream.tools.command with type parameters of type LogPartitionGroupModifier and TypeFieldDescriptionprotected final List<LogPartitionGroup> LatencyTrackerComputation.logGroupsMethods in org.nuxeo.lib.stream.tools.command that return LogPartitionGroupMethods in org.nuxeo.lib.stream.tools.command that return types with arguments of type LogPartitionGroupModifier and TypeMethodDescriptionprotected List<LogPartitionGroup> LatencyTrackerComputation.getLogGroup()protected Map<LogPartitionGroup, Latency> RestoreCommand.readLatencies(LogManager manager) protected Map<LogPartitionGroup, LogOffset> RestoreCommand.searchOffsets(LogManager manager, Map<LogPartitionGroup, Latency> latencies) Methods in org.nuxeo.lib.stream.tools.command with parameters of type LogPartitionGroupModifier and TypeMethodDescriptionstatic StringLatencyTrackerComputation.encodeKey(LogPartitionGroup logGroup, int partition) protected LogOffsetRestoreCommand.findOffset(LogManager manager, LogPartitionGroup key, Latency latency) protected 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 voidRestoreCommand.updatePosition(LogManager manager, LogPartitionGroup key, LogOffset offset) Method parameters in org.nuxeo.lib.stream.tools.command with type arguments of type LogPartitionGroupModifier and TypeMethodDescriptionprotected Map<LogPartitionGroup, LogOffset> RestoreCommand.searchOffsets(LogManager manager, Map<LogPartitionGroup, Latency> latencies) protected voidRestoreCommand.updatePositions(LogManager manager, Map<LogPartitionGroup, LogOffset> offsets) -
Uses of LogPartitionGroup in org.nuxeo.runtime.stream
Fields in org.nuxeo.runtime.stream declared as LogPartitionGroupModifier and TypeFieldDescriptionprotected final LogPartitionGroupStreamMetricsComputation.LatencyMetric.consumerFields in org.nuxeo.runtime.stream with type parameters of type LogPartitionGroupModifier and TypeFieldDescriptionprotected final List<LogPartitionGroup> StreamMetricsComputation.groupsMethods in org.nuxeo.runtime.stream that return types with arguments of type LogPartitionGroupModifier and TypeMethodDescriptionprotected List<LogPartitionGroup> StreamMetricsComputation.getGroups()Constructors in org.nuxeo.runtime.stream with parameters of type LogPartitionGroupModifierConstructorDescriptionLatencyMetric(LogPartitionGroup consumer, io.dropwizard.metrics5.MetricRegistry registry)