| 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 |
|---|---|
Message |
SyncReader.receive()
Receive a
Message. |
Message |
SyncReader.receive(long timeout,
TimeUnit unit)
Receive a
Message. |
| Modifier and Type | Method and Description |
|---|---|
void |
DeferredCommitter.add(Message message)
Adds a
Message to commit it later with a commit method |
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
DataReceivedEvent.getMessages()
Returns a list of messages grouped in one batch.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageImpl |
| Modifier and Type | Method and Description |
|---|---|
Message |
SyncReaderImpl.receive() |
Message |
SyncReaderImpl.receive(long timeout,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeferredCommitterImpl.add(Message message) |
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
DataReceivedEventImpl.getMessages() |
| Constructor and Description |
|---|
DataReceivedEventImpl(PartitionSessionImpl partitionSession,
List<Message> messages,
OffsetsRange offsetsToCommit) |
Copyright © 2024. All rights reserved.