Uses of Interface
org.nuxeo.lib.stream.log.LogOffset
Packages that use LogOffset
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 LogOffset in org.nuxeo.ecm.core.work
Methods in org.nuxeo.ecm.core.work with parameters of type LogOffset -
Uses of LogOffset in org.nuxeo.lib.stream.computation
Methods in org.nuxeo.lib.stream.computation that return LogOffsetModifier and TypeMethodDescriptionAppends a record to a processor's source stream.ComputationContext.getLastOffset()
Methods in org.nuxeo.lib.stream.computation with parameters of type LogOffset -
Uses of LogOffset in org.nuxeo.lib.stream.computation.internals
Fields in org.nuxeo.lib.stream.computation.internals declared as LogOffsetMethods in org.nuxeo.lib.stream.computation.internals that return LogOffsetModifier and TypeMethodDescriptionComputationContextImpl.getLastOffset()
ComputationContextImpl.produceRecordImmediate
(String streamName, Record record) Writes to an output stream immediately.Methods in org.nuxeo.lib.stream.computation.internals with parameters of type LogOffsetModifier and TypeMethodDescriptionvoid
RecordFilterChainImpl.afterAppend
(Record record, LogOffset offset) void
ComputationContextImpl.setLastOffset
(LogOffset lastOffset) -
Uses of LogOffset in org.nuxeo.lib.stream.computation.log
Methods in org.nuxeo.lib.stream.computation.log that return LogOffset -
Uses of LogOffset in org.nuxeo.lib.stream.log
Fields in org.nuxeo.lib.stream.log declared as LogOffsetMethods in org.nuxeo.lib.stream.log that return LogOffsetModifier and TypeMethodDescriptionAppend a message into a partition, returnsLogOffset
position of the message.default LogOffset
Same asLogAppender.append(int, Externalizable)
, the queue is chosen using a hash of parameters "key".LogTailer.commit
(LogPartition partition) Commit current position for the partition.LogOffset.nextOffset()
Returns the next offset corresponding to the next position in the same partition.LogRecord.offset()
LogTailer.offsetForTimestamp
(LogPartition partition, long timestamp) Look up the offset for the given partition by timestamp.Methods in org.nuxeo.lib.stream.log with parameters of type LogOffsetModifier and TypeMethodDescriptionvoid
Set the current position for a single partition.boolean
Wait for consumer to process a message up to the offset.Constructors in org.nuxeo.lib.stream.log with parameters of type LogOffset -
Uses of LogOffset in org.nuxeo.lib.stream.log.internals
Classes in org.nuxeo.lib.stream.log.internals that implement LogOffsetMethods in org.nuxeo.lib.stream.log.internals that return LogOffsetMethods in org.nuxeo.lib.stream.log.internals with parameters of type LogOffset -
Uses of LogOffset in org.nuxeo.lib.stream.log.kafka
Methods in org.nuxeo.lib.stream.log.kafka that return LogOffsetModifier and TypeMethodDescriptionKafkaLogTailer.commit
(LogPartition partition) KafkaLogTailer.offsetForTimestamp
(LogPartition partition, long timestamp) Methods in org.nuxeo.lib.stream.log.kafka with parameters of type LogOffset -
Uses of LogOffset in org.nuxeo.lib.stream.log.mem
Methods in org.nuxeo.lib.stream.log.mem that return LogOffsetModifier and TypeMethodDescriptionMemCompoundLogTailer.commit
(LogPartition partition) MemLogTailer.commit
(LogPartition partition) MemCompoundLogTailer.offsetForTimestamp
(LogPartition partition, long timestamp) MemLogTailer.offsetForTimestamp
(LogPartition partition, long timestamp) Methods in org.nuxeo.lib.stream.log.mem with parameters of type LogOffset -
Uses of LogOffset in org.nuxeo.lib.stream.tools.command
Methods in org.nuxeo.lib.stream.tools.command that return LogOffsetModifier and TypeMethodDescriptionprotected LogOffset
RestoreCommand.findOffset
(LogManager manager, LogPartitionGroup key, Latency latency) protected LogOffset
PositionCommand.searchWatermarkOffset
(LogTailer<Record> tailer, long timestamp) Methods in org.nuxeo.lib.stream.tools.command that return types with arguments of type LogOffsetModifier and TypeMethodDescriptionprotected Map<LogPartitionGroup,
LogOffset> RestoreCommand.searchOffsets
(LogManager manager, Map<LogPartitionGroup, Latency> latencies) Methods in org.nuxeo.lib.stream.tools.command with parameters of type LogOffsetModifier and TypeMethodDescriptionprotected void
RestoreCommand.updatePosition
(LogManager manager, LogPartitionGroup key, LogOffset offset) Method parameters in org.nuxeo.lib.stream.tools.command with type arguments of type LogOffsetModifier and TypeMethodDescriptionprotected void
RestoreCommand.updatePositions
(LogManager manager, Map<LogPartitionGroup, LogOffset> offsets)