| Interface | Description |
|---|---|
| CommitLogReader |
Read access to commit log.
|
| CommitLogReader.Factory<T extends CommitLogReader> |
Serializable factory for CommitLogReader. |
| LogObserver |
Base interface for bulk and online observers.
|
| LogObserver.OffsetCommitter |
Committer for manipulation with offset during consumption.
|
| LogObserver.OnIdleContext |
Context passed to
LogObserver.onIdle(cz.o2.proxima.direct.commitlog.LogObserver.OnIdleContext). |
| LogObserver.OnNextContext | |
| LogObserver.OnRepartitionContext | |
| ObserveHandle |
A interface for handling progress and control consumption of running observe process.
|
| Offset |
Interface for implementations and their offset.
|
| Class | Description |
|---|---|
| CommitLogReaders |
Utility class that constructs various versions of
CommitLogReaders. |
| CommitLogReaders.ForwardingCommitLogReader | |
| CommitLogReaders.ForwardingLogObserver | |
| CommitLogReaders.LimitedCommitLogReader | |
| LogObservers | |
| LogObservers.AbstractSortedLogObserver | |
| LogObservers.SinglePartitionSortedLogObserver | |
| LogObservers.SortedLogObserver | |
| ObserverUtils |
Various utilities for working with
LogObserver. |
| RetryableLogObserver |
LogObserver which is able to retry the observation on error. |
Copyright © 2017–2021. All rights reserved.