| Package | Description |
|---|---|
| io.debezium.connector.postgresql | |
| io.debezium.connector.postgresql.connection | |
| io.debezium.connector.postgresql.proto |
| Modifier and Type | Method and Description |
|---|---|
private void |
RecordsStreamProducer.process(PgProto.RowMessage message,
Long lsn,
Consumer<org.apache.kafka.connect.source.SourceRecord> consumer) |
| Modifier and Type | Method and Description |
|---|---|
PgProto.RowMessage |
ReplicationStream.read()
Blocks and waits for a Protobuf message to be sent over a replication connection.
|
PgProto.RowMessage |
ReplicationStream.readPending()
Attempts to read a Protobuf message from a replication connection, returning that message if it's available or returning
null if nothing is available. |
| Modifier and Type | Field and Description |
|---|---|
private static PgProto.RowMessage |
PgProto.RowMessage.defaultInstance |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<PgProto.RowMessage> |
PgProto.RowMessage.PARSER |
| Modifier and Type | Method and Description |
|---|---|
PgProto.RowMessage |
PgProto.RowMessage.Builder.build() |
PgProto.RowMessage |
PgProto.RowMessage.Builder.buildPartial() |
static PgProto.RowMessage |
PgProto.RowMessage.getDefaultInstance() |
PgProto.RowMessage |
PgProto.RowMessage.getDefaultInstanceForType() |
PgProto.RowMessage |
PgProto.RowMessage.Builder.getDefaultInstanceForType() |
static PgProto.RowMessage |
PgProto.RowMessage.parseDelimitedFrom(InputStream input) |
static PgProto.RowMessage |
PgProto.RowMessage.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PgProto.RowMessage |
PgProto.RowMessage.parseFrom(byte[] data) |
static PgProto.RowMessage |
PgProto.RowMessage.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PgProto.RowMessage |
PgProto.RowMessage.parseFrom(com.google.protobuf.ByteString data) |
static PgProto.RowMessage |
PgProto.RowMessage.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PgProto.RowMessage |
PgProto.RowMessage.parseFrom(com.google.protobuf.CodedInputStream input) |
static PgProto.RowMessage |
PgProto.RowMessage.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PgProto.RowMessage |
PgProto.RowMessage.parseFrom(InputStream input) |
static PgProto.RowMessage |
PgProto.RowMessage.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<PgProto.RowMessage> |
PgProto.RowMessage.getParserForType() |
| Modifier and Type | Method and Description |
|---|---|
PgProto.RowMessage.Builder |
PgProto.RowMessage.Builder.mergeFrom(PgProto.RowMessage other) |
static PgProto.RowMessage.Builder |
PgProto.RowMessage.newBuilder(PgProto.RowMessage prototype) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.