| Package | Description |
|---|---|
| io.debezium.function | |
| io.debezium.heartbeat |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BufferedBlockingConsumer<T>
A
BlockingConsumer that retains a maximum number of values in a buffer before sending them to
a delegate consumer. |
| Modifier and Type | Method and Description |
|---|---|
static <T> BufferedBlockingConsumer<T> |
BufferedBlockingConsumer.bufferLast(BlockingConsumer<T> delegate)
Get a
BufferedBlockingConsumer that buffers just the last value seen by the consumer. |
| Modifier and Type | Method and Description |
|---|---|
void |
HeartbeatImpl.forcedBeat(Map<String,?> partition,
Map<String,?> offset,
BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) |
void |
Heartbeat.forcedBeat(Map<String,?> partition,
Map<String,?> offset,
BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer)
Generates a heartbeat record unconditionaly
|
void |
HeartbeatImpl.heartbeat(Map<String,?> partition,
Map<String,?> offset,
BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) |
void |
Heartbeat.heartbeat(Map<String,?> partition,
Map<String,?> offset,
BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer)
Generates a heartbeat record if defined time has elapsed
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.