| Package | Description |
|---|---|
| tech.ydb.topic.description | |
| tech.ydb.topic.read | |
| tech.ydb.topic.read.events | |
| tech.ydb.topic.read.impl | |
| tech.ydb.topic.read.impl.events |
| Modifier and Type | Method and Description |
|---|---|
OffsetsRange |
PartitionStats.getPartitionOffsets() |
| Modifier and Type | Method and Description |
|---|---|
PartitionStats.Builder |
PartitionStats.Builder.setPartitionOffsets(OffsetsRange partitionOffsets) |
| Modifier and Type | Method and Description |
|---|---|
List<OffsetsRange> |
PartitionOffsets.getOffsets() |
| Constructor and Description |
|---|
PartitionOffsets(PartitionSession partitionSession,
List<OffsetsRange> offsets) |
| Modifier and Type | Method and Description |
|---|---|
OffsetsRange |
StartPartitionSessionEvent.getPartitionOffsets() |
| Modifier and Type | Class and Description |
|---|---|
class |
OffsetsRangeImpl |
| Modifier and Type | Method and Description |
|---|---|
OffsetsRange |
MessageImpl.getOffsetsToCommit() |
| Modifier and Type | Method and Description |
|---|---|
List<OffsetsRange> |
DisjointOffsetRangeSet.getRangesAndClear() |
| Modifier and Type | Method and Description |
|---|---|
void |
DisjointOffsetRangeSet.add(OffsetsRange rangeToCommit) |
CompletableFuture<Void> |
PartitionSessionImpl.commitOffsetRange(OffsetsRange rangeToCommit) |
PartitionSessionImpl.Builder |
PartitionSessionImpl.Builder.setPartitionOffsets(OffsetsRange partitionOffsets) |
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionSessionImpl.commitOffsetRanges(List<OffsetsRange> rangesToCommit) |
PartitionSessionImpl.Builder |
PartitionSessionImpl.Builder.setCommitFunction(Consumer<List<OffsetsRange>> commitFunction) |
| Constructor and Description |
|---|
CommitterImpl(PartitionSessionImpl partitionSession,
int messageCount,
OffsetsRange offsetsToCommit) |
OffsetsRangeImpl(OffsetsRange offsetsRange) |
| Modifier and Type | Method and Description |
|---|---|
OffsetsRange |
DataReceivedEventImpl.getOffsetsToCommit() |
OffsetsRange |
StartPartitionSessionEventImpl.getPartitionOffsets() |
| Constructor and Description |
|---|
DataReceivedEventImpl(PartitionSessionImpl partitionSession,
List<Message> messages,
OffsetsRange offsetsToCommit) |
StartPartitionSessionEventImpl(PartitionSession partitionSession,
long committedOffset,
OffsetsRange partitionOffsets,
Consumer<StartPartitionSessionSettings> confirmCallback) |
Copyright © 2024. All rights reserved.