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