| Package | Description |
|---|---|
| cz.o2.proxima.direct.commitlog | |
| cz.o2.proxima.direct.core |
| Modifier and Type | Method and Description |
|---|---|
Offset |
LogObserver.OnNextContext.getOffset()
Retrieve
Offset of current record. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Offset> |
ObserveHandle.getCommittedOffsets()
Retrieve currently committed offsets.
|
java.util.List<Offset> |
ObserveHandle.getCurrentOffsets() |
| Modifier and Type | Method and Description |
|---|---|
static LogObserver.OnNextContext |
ObserverUtils.asOnNextContext(LogObserver.OffsetCommitter committer,
Offset offset) |
| Modifier and Type | Method and Description |
|---|---|
ObserveHandle |
CommitLogReader.observeBulkOffsets(java.util.Collection<Offset> offsets,
boolean stopAtCurrent,
LogObserver observer)
Consume from given offsets in a bulk fashion.
|
ObserveHandle |
CommitLogReaders.ForwardingCommitLogReader.observeBulkOffsets(java.util.Collection<Offset> offsets,
boolean stopAtCurrent,
LogObserver observer) |
ObserveHandle |
CommitLogReaders.LimitedCommitLogReader.observeBulkOffsets(java.util.Collection<Offset> offsets,
boolean stopAtCurrent,
LogObserver observer) |
default ObserveHandle |
CommitLogReader.observeBulkOffsets(java.util.Collection<Offset> offsets,
LogObserver observer)
Consume from given offsets in a bulk fashion.
|
void |
ObserveHandle.resetOffsets(java.util.List<Offset> offsets)
Reset the consumption to given offsets.
|
| Modifier and Type | Method and Description |
|---|---|
ObserveHandle |
DirectAttributeFamilyProxyDescriptor.ProxyCommitLogReader.observeBulkOffsets(java.util.Collection<Offset> offsets,
boolean stopAtCurrent,
LogObserver observer) |
Copyright © 2017–2021. All rights reserved.