| Package | 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 |
|---|---|
PartitionSession |
Message.getPartitionSession() |
| Modifier and Type | Method and Description |
|---|---|
PartitionSession |
StartPartitionSessionEvent.getPartitionSession() |
PartitionSession |
DataReceivedEvent.getPartitionSession() |
PartitionSession |
PartitionSessionClosedEvent.getPartitionSession() |
| Modifier and Type | Method and Description |
|---|---|
PartitionSession |
MessageImpl.getPartitionSession() |
PartitionSession |
PartitionSessionImpl.getSessionInfo() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
ReaderImpl.handleClosePartitionSession(PartitionSession partitionSession) |
protected void |
AsyncReaderImpl.handleClosePartitionSession(PartitionSession partitionSession) |
protected void |
SyncReaderImpl.handleClosePartitionSession(PartitionSession partitionSession) |
protected abstract void |
ReaderImpl.handleStartPartitionSessionRequest(tech.ydb.proto.topic.YdbTopic.StreamReadMessage.StartPartitionSessionRequest request,
PartitionSession partitionSession,
Consumer<StartPartitionSessionSettings> confirmCallback) |
protected void |
AsyncReaderImpl.handleStartPartitionSessionRequest(tech.ydb.proto.topic.YdbTopic.StreamReadMessage.StartPartitionSessionRequest request,
PartitionSession partitionSession,
Consumer<StartPartitionSessionSettings> confirmCallback) |
protected void |
SyncReaderImpl.handleStartPartitionSessionRequest(tech.ydb.proto.topic.YdbTopic.StreamReadMessage.StartPartitionSessionRequest request,
PartitionSession partitionSession,
Consumer<StartPartitionSessionSettings> confirmCallback) |
MessageImpl.Builder |
MessageImpl.Builder.setPartitionSession(PartitionSession partitionSession) |
| Modifier and Type | Method and Description |
|---|---|
PartitionSession |
StartPartitionSessionEventImpl.getPartitionSession() |
PartitionSession |
PartitionSessionClosedEventImpl.getPartitionSession() |
PartitionSession |
DataReceivedEventImpl.getPartitionSession() |
| Constructor and Description |
|---|
DataReceivedEventImpl(List<Message> messages,
PartitionSession partitionSession,
Supplier<CompletableFuture<Void>> commitCallback) |
PartitionSessionClosedEventImpl(PartitionSession partitionSession) |
StartPartitionSessionEventImpl(PartitionSession partitionSession,
long committedOffset,
OffsetsRange partitionOffsets,
Consumer<StartPartitionSessionSettings> confirmCallback) |
Copyright © 2023. All rights reserved.