| 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 |
DataReceivedEvent.getPartitionSession()
Returns a partition session this data was received on
|
PartitionSession |
StartPartitionSessionEvent.getPartitionSession() |
PartitionSession |
PartitionSessionClosedEvent.getPartitionSession() |
PartitionSession |
CommitOffsetAcknowledgementEvent.getPartitionSession() |
| Modifier and Type | Method and Description |
|---|---|
PartitionSession |
MessageImpl.getPartitionSession() |
PartitionSession |
PartitionSessionImpl.getSessionInfo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SyncReaderImpl.handleClosePartitionSession(PartitionSession partitionSession) |
protected abstract void |
ReaderImpl.handleClosePartitionSession(PartitionSession partitionSession) |
protected void |
AsyncReaderImpl.handleClosePartitionSession(PartitionSession partitionSession) |
protected void |
SyncReaderImpl.handleCommitResponse(long committedOffset,
PartitionSession partitionSession) |
protected abstract void |
ReaderImpl.handleCommitResponse(long committedOffset,
PartitionSession partitionSession) |
protected void |
AsyncReaderImpl.handleCommitResponse(long committedOffset,
PartitionSession partitionSession) |
protected void |
SyncReaderImpl.handleStartPartitionSessionRequest(tech.ydb.proto.topic.YdbTopic.StreamReadMessage.StartPartitionSessionRequest request,
PartitionSession partitionSession,
Consumer<StartPartitionSessionSettings> confirmCallback) |
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) |
| Modifier and Type | Method and Description |
|---|---|
PartitionSession |
DataReceivedEventImpl.getPartitionSession() |
PartitionSession |
StartPartitionSessionEventImpl.getPartitionSession() |
PartitionSession |
CommitOffsetAcknowledgementEventImpl.getPartitionSession() |
PartitionSession |
PartitionSessionClosedEventImpl.getPartitionSession() |
| Constructor and Description |
|---|
CommitOffsetAcknowledgementEventImpl(PartitionSession partitionSession,
long committedOffset) |
PartitionSessionClosedEventImpl(PartitionSession partitionSession) |
StartPartitionSessionEventImpl(PartitionSession partitionSession,
long committedOffset,
OffsetsRange partitionOffsets,
Consumer<StartPartitionSessionSettings> confirmCallback) |
Copyright © 2024. All rights reserved.