- cleanup() - Method in class io.debezium.connector.postgresql.RecordsSnapshotProducer
-
- clear() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
- clear() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
-
- clear() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
- clearColumnName() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional string column_name = 1;
- clearColumnType() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional int64 column_type = 2;
- clearCommitTime() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
optional uint64 commit_time = 2;
- clearDatum() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
- clearDatumBool() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional bool datum_bool = 7;
- clearDatumBytes() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional bytes datum_bytes = 9;
- clearDatumDouble() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional double datum_double = 6;
- clearDatumFloat() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional float datum_float = 5;
- clearDatumInt32() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional int32 datum_int32 = 3;
- clearDatumInt64() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional int64 datum_int64 = 4;
- clearDatumPoint() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional .decoderbufs.Point datum_point = 10;
- clearDatumString() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional string datum_string = 8;
- clearNewTuple() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage new_tuple = 5;
- clearOldTuple() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage old_tuple = 6;
- clearOp() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
optional .decoderbufs.Op op = 4;
- clearTable() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
optional string table = 3;
- clearTransactionId() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
optional uint32 transaction_id = 1;
- clearX() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
-
required double x = 1;
- clearY() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
-
required double y = 2;
- clock - Variable in class io.debezium.connector.postgresql.PostgresTaskContext
-
- clock() - Method in class io.debezium.connector.postgresql.PostgresTaskContext
-
- clock() - Method in class io.debezium.connector.postgresql.RecordsProducer
-
- clone() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
- clone() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
-
- clone() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
- close() - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
-
- close() - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
-
- close() - Method in interface io.debezium.connector.postgresql.connection.ReplicationStream
-
//TODO author=Horia Chiorean date=13/10/2016 description=Don't use this for now, because of the bug from the PG server
This is stream is closed atm.
- COLUMN_BLACKLIST - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
A comma-separated list of regular expressions that match fully-qualified names of columns to be excluded from monitoring
and change messages.
- COLUMN_NAME_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- COLUMN_TYPE_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- columnBlacklist() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- columnFilter - Variable in class io.debezium.connector.postgresql.Filters
-
- columnFilter() - Method in class io.debezium.connector.postgresql.Filters
-
- columnName_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
- columnName_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- columnType_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
- columnType_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- columnTypeNameToPgOid(String) - Method in class io.debezium.connector.postgresql.PostgresSchema
-
- columnValues(List<PgProto.DatumMessage>, TableId, boolean) - Method in class io.debezium.connector.postgresql.RecordsStreamProducer
-
- commit() - Method in class io.debezium.connector.postgresql.PostgresConnectorTask
-
- commit() - Method in class io.debezium.connector.postgresql.RecordsProducer
-
Notification that offsets have been committed to Kafka.
- commit() - Method in class io.debezium.connector.postgresql.RecordsSnapshotProducer
-
- commit() - Method in class io.debezium.connector.postgresql.RecordsStreamProducer
-
- COMMIT_TIME_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
- commitTime_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
- commitTime_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
- completeSnapshot() - Method in class io.debezium.connector.postgresql.SourceInfo
-
Denote that a snapshot has completed successfully.
- config - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
-
- config() - Method in class io.debezium.connector.postgresql.PostgresConnector
-
- config - Variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- config - Variable in class io.debezium.connector.postgresql.PostgresTaskContext
-
- config() - Method in class io.debezium.connector.postgresql.PostgresTaskContext
-
- configDef() - Static method in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- configureLoggingContext(String) - Method in class io.debezium.connector.postgresql.PostgresTaskContext
-
Configure the logger's Mapped Diagnostic Context (MDC) properties for the thread making this call.
- connectionString() - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
-
Returns a JDBC connection string for the current configuration.
- CONTEXT_NAME - Static variable in class io.debezium.connector.postgresql.PostgresConnectorTask
-
- CONTEXT_NAME - Static variable in class io.debezium.connector.postgresql.RecordsSnapshotProducer
-
- CONTEXT_NAME - Static variable in class io.debezium.connector.postgresql.RecordsStreamProducer
-
- convertBit(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
-
- convertBits(Column, Field, Object, int) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
-
- converter(Column, Field) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
-
- convertInterval(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
-
- convertMoney(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
-
- convertPoint(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
-
Converts a value representing a Postgres point for a column, to a Kafka Connect value.
- convertTimestampToEpochMicros(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
-
- convertTimestampToEpochMillis(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
-
- convertTimestampToEpochMillisAsDate(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
-
- convertTimestampToEpochNanos(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
-
- convertTimestampWithZone(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
-
- convertTimeWithZone(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
-
- create() - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
- create() - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
-
- create() - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
- createConnection() - Method in class io.debezium.connector.postgresql.PostgresTaskContext
-
- createEnvelope(TableSchema, String) - Method in class io.debezium.connector.postgresql.RecordsProducer
-
- createReplicationConnection() - Method in class io.debezium.connector.postgresql.PostgresTaskContext
-
- createReplicationStream(LogSequenceNumber) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
-
- createSnapshotProducer(PostgresTaskContext, SourceInfo, boolean) - Method in class io.debezium.connector.postgresql.PostgresConnectorTask
-
- currentRecord - Variable in class io.debezium.connector.postgresql.RecordsSnapshotProducer
-
- currentTransactionId() - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
-
Returns the PG id of the current active transaction
- currentXLogLocation() - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
-
Returns the current position in the server tx log.
- generateCreateRecord(TableId, Object[], Consumer<SourceRecord>) - Method in class io.debezium.connector.postgresql.RecordsStreamProducer
-
- generateDeleteRecord(TableId, Object[], Consumer<SourceRecord>) - Method in class io.debezium.connector.postgresql.RecordsStreamProducer
-
- generateReadRecord(TableId, Object[]) - Method in class io.debezium.connector.postgresql.RecordsSnapshotProducer
-
- generateUpdateRecord(TableId, Object[], Object[], Consumer<SourceRecord>) - Method in class io.debezium.connector.postgresql.RecordsStreamProducer
-
- getColumnName() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional string column_name = 1;
- getColumnName() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional string column_name = 1;
- getColumnName() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional string column_name = 1;
- getColumnNameBytes() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional string column_name = 1;
- getColumnNameBytes() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional string column_name = 1;
- getColumnNameBytes() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional string column_name = 1;
- getColumnType() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional int64 column_type = 2;
- getColumnType() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional int64 column_type = 2;
- getColumnType() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional int64 column_type = 2;
- getCommitTime() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
optional uint64 commit_time = 2;
- getCommitTime() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
optional uint64 commit_time = 2;
- getCommitTime() - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
optional uint64 commit_time = 2;
- getDatumBool() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional bool datum_bool = 7;
- getDatumBool() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional bool datum_bool = 7;
- getDatumBool() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional bool datum_bool = 7;
- getDatumBytes() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional bytes datum_bytes = 9;
- getDatumBytes() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional bytes datum_bytes = 9;
- getDatumBytes() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional bytes datum_bytes = 9;
- getDatumCase() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
- getDatumCase() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- getDatumDouble() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional double datum_double = 6;
- getDatumDouble() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional double datum_double = 6;
- getDatumDouble() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional double datum_double = 6;
- getDatumFloat() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional float datum_float = 5;
- getDatumFloat() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional float datum_float = 5;
- getDatumFloat() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional float datum_float = 5;
- getDatumInt32() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional int32 datum_int32 = 3;
- getDatumInt32() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional int32 datum_int32 = 3;
- getDatumInt32() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional int32 datum_int32 = 3;
- getDatumInt64() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional int64 datum_int64 = 4;
- getDatumInt64() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional int64 datum_int64 = 4;
- getDatumInt64() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional int64 datum_int64 = 4;
- getDatumPoint() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional .decoderbufs.Point datum_point = 10;
- getDatumPoint() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional .decoderbufs.Point datum_point = 10;
- getDatumPoint() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional .decoderbufs.Point datum_point = 10;
- getDatumPointBuilder() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional .decoderbufs.Point datum_point = 10;
- getDatumPointFieldBuilder() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional .decoderbufs.Point datum_point = 10;
- getDatumPointOrBuilder() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional .decoderbufs.Point datum_point = 10;
- getDatumPointOrBuilder() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional .decoderbufs.Point datum_point = 10;
- getDatumPointOrBuilder() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional .decoderbufs.Point datum_point = 10;
- getDatumString() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional string datum_string = 8;
- getDatumString() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional string datum_string = 8;
- getDatumString() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional string datum_string = 8;
- getDatumStringBytes() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional string datum_string = 8;
- getDatumStringBytes() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional string datum_string = 8;
- getDatumStringBytes() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional string datum_string = 8;
- getDefaultInstance() - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- getDefaultInstance() - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
-
- getDefaultInstance() - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
- getDefaultInstanceForType() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
- getDefaultInstanceForType() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- getDefaultInstanceForType() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
-
- getDefaultInstanceForType() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point
-
- getDefaultInstanceForType() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
- getDefaultInstanceForType() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
- getDescriptor() - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
- getDescriptor() - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- getDescriptor() - Static method in class io.debezium.connector.postgresql.proto.PgProto
-
- getDescriptor() - Static method in enum io.debezium.connector.postgresql.proto.PgProto.Op
-
- getDescriptor() - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
-
- getDescriptor() - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
-
- getDescriptor() - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
- getDescriptor() - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
- getDescriptorForType() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
- getDescriptorForType() - Method in enum io.debezium.connector.postgresql.proto.PgProto.Op
-
- getDescriptorForType() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
-
- getDescriptorForType() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
- getNewTuple(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage new_tuple = 5;
- getNewTuple(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
repeated .decoderbufs.DatumMessage new_tuple = 5;
- getNewTuple(int) - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
repeated .decoderbufs.DatumMessage new_tuple = 5;
- getNewTupleBuilder(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage new_tuple = 5;
- getNewTupleBuilderList() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage new_tuple = 5;
- getNewTupleCount() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage new_tuple = 5;
- getNewTupleCount() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
repeated .decoderbufs.DatumMessage new_tuple = 5;
- getNewTupleCount() - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
repeated .decoderbufs.DatumMessage new_tuple = 5;
- getNewTupleFieldBuilder() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
- getNewTupleList() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage new_tuple = 5;
- getNewTupleList() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
repeated .decoderbufs.DatumMessage new_tuple = 5;
- getNewTupleList() - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
repeated .decoderbufs.DatumMessage new_tuple = 5;
- getNewTupleOrBuilder(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage new_tuple = 5;
- getNewTupleOrBuilder(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
repeated .decoderbufs.DatumMessage new_tuple = 5;
- getNewTupleOrBuilder(int) - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
repeated .decoderbufs.DatumMessage new_tuple = 5;
- getNewTupleOrBuilderList() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage new_tuple = 5;
- getNewTupleOrBuilderList() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
repeated .decoderbufs.DatumMessage new_tuple = 5;
- getNewTupleOrBuilderList() - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
repeated .decoderbufs.DatumMessage new_tuple = 5;
- getNumber() - Method in enum io.debezium.connector.postgresql.proto.PgProto.DatumMessage.DatumCase
-
- getNumber() - Method in enum io.debezium.connector.postgresql.proto.PgProto.Op
-
- getOldTuple(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage old_tuple = 6;
- getOldTuple(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
repeated .decoderbufs.DatumMessage old_tuple = 6;
- getOldTuple(int) - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
repeated .decoderbufs.DatumMessage old_tuple = 6;
- getOldTupleBuilder(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage old_tuple = 6;
- getOldTupleBuilderList() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage old_tuple = 6;
- getOldTupleCount() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage old_tuple = 6;
- getOldTupleCount() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
repeated .decoderbufs.DatumMessage old_tuple = 6;
- getOldTupleCount() - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
repeated .decoderbufs.DatumMessage old_tuple = 6;
- getOldTupleFieldBuilder() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
- getOldTupleList() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage old_tuple = 6;
- getOldTupleList() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
repeated .decoderbufs.DatumMessage old_tuple = 6;
- getOldTupleList() - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
repeated .decoderbufs.DatumMessage old_tuple = 6;
- getOldTupleOrBuilder(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage old_tuple = 6;
- getOldTupleOrBuilder(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
repeated .decoderbufs.DatumMessage old_tuple = 6;
- getOldTupleOrBuilder(int) - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
repeated .decoderbufs.DatumMessage old_tuple = 6;
- getOldTupleOrBuilderList() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage old_tuple = 6;
- getOldTupleOrBuilderList() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
repeated .decoderbufs.DatumMessage old_tuple = 6;
- getOldTupleOrBuilderList() - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
repeated .decoderbufs.DatumMessage old_tuple = 6;
- getOp() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
optional .decoderbufs.Op op = 4;
- getOp() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
optional .decoderbufs.Op op = 4;
- getOp() - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
optional .decoderbufs.Op op = 4;
- getParserForType() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- getParserForType() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point
-
- getParserForType() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
- getSerializedSize() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- getSerializedSize() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point
-
- getSerializedSize() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
- getTable() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
optional string table = 3;
- getTable() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
optional string table = 3;
- getTable() - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
optional string table = 3;
- getTableBytes() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
optional string table = 3;
- getTableBytes() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
optional string table = 3;
- getTableBytes() - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
optional string table = 3;
- getTaskFailure() - Method in class io.debezium.connector.postgresql.PostgresTaskContext
-
- getTransactionId() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
optional uint32 transaction_id = 1;
- getTransactionId() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
optional uint32 transaction_id = 1;
- getTransactionId() - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
optional uint32 transaction_id = 1;
- getUnknownFields() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- getUnknownFields() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point
-
- getUnknownFields() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
- getValue() - Method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SecureConnectionMode
-
- getValue() - Method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SnapshotMode
-
- getValue() - Method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.TemporalPrecisionMode
-
- getValue() - Method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.TopicSelectionStrategy
-
- getValueDescriptor() - Method in enum io.debezium.connector.postgresql.proto.PgProto.Op
-
- getX() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
-
required double x = 1;
- getX() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point
-
required double x = 1;
- getX() - Method in interface io.debezium.connector.postgresql.proto.PgProto.PointOrBuilder
-
required double x = 1;
- getY() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
-
required double y = 2;
- getY() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point
-
required double y = 2;
- getY() - Method in interface io.debezium.connector.postgresql.proto.PgProto.PointOrBuilder
-
required double y = 2;
- handleException(Throwable) - Method in class io.debezium.connector.postgresql.RecordsSnapshotProducer
-
- hasColumnName() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional string column_name = 1;
- hasColumnName() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional string column_name = 1;
- hasColumnName() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional string column_name = 1;
- hasColumnType() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional int64 column_type = 2;
- hasColumnType() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional int64 column_type = 2;
- hasColumnType() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional int64 column_type = 2;
- hasCommitTime() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
optional uint64 commit_time = 2;
- hasCommitTime() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
optional uint64 commit_time = 2;
- hasCommitTime() - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
optional uint64 commit_time = 2;
- hasDatumBool() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional bool datum_bool = 7;
- hasDatumBool() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional bool datum_bool = 7;
- hasDatumBool() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional bool datum_bool = 7;
- hasDatumBytes() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional bytes datum_bytes = 9;
- hasDatumBytes() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional bytes datum_bytes = 9;
- hasDatumBytes() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional bytes datum_bytes = 9;
- hasDatumDouble() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional double datum_double = 6;
- hasDatumDouble() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional double datum_double = 6;
- hasDatumDouble() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional double datum_double = 6;
- hasDatumFloat() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional float datum_float = 5;
- hasDatumFloat() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional float datum_float = 5;
- hasDatumFloat() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional float datum_float = 5;
- hasDatumInt32() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional int32 datum_int32 = 3;
- hasDatumInt32() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional int32 datum_int32 = 3;
- hasDatumInt32() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional int32 datum_int32 = 3;
- hasDatumInt64() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional int64 datum_int64 = 4;
- hasDatumInt64() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional int64 datum_int64 = 4;
- hasDatumInt64() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional int64 datum_int64 = 4;
- hasDatumPoint() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional .decoderbufs.Point datum_point = 10;
- hasDatumPoint() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional .decoderbufs.Point datum_point = 10;
- hasDatumPoint() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional .decoderbufs.Point datum_point = 10;
- hasDatumString() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional string datum_string = 8;
- hasDatumString() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
optional string datum_string = 8;
- hasDatumString() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
optional string datum_string = 8;
- hasLastKnownPosition() - Method in class io.debezium.connector.postgresql.SourceInfo
-
- hasOp() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
optional .decoderbufs.Op op = 4;
- hasOp() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
optional .decoderbufs.Op op = 4;
- hasOp() - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
optional .decoderbufs.Op op = 4;
- hasTable() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
optional string table = 3;
- hasTable() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
optional string table = 3;
- hasTable() - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
optional string table = 3;
- hasTransactionId() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
optional uint32 transaction_id = 1;
- hasTransactionId() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
optional uint32 transaction_id = 1;
- hasTransactionId() - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
optional uint32 transaction_id = 1;
- hasValidFlushedLSN() - Method in class io.debezium.connector.postgresql.connection.ServerInfo.ReplicationSlot
-
- hasX() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
-
required double x = 1;
- hasX() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point
-
required double x = 1;
- hasX() - Method in interface io.debezium.connector.postgresql.proto.PgProto.PointOrBuilder
-
required double x = 1;
- hasY() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
-
required double y = 2;
- hasY() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point
-
required double y = 2;
- hasY() - Method in interface io.debezium.connector.postgresql.proto.PgProto.PointOrBuilder
-
required double y = 2;
- HOSTNAME - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- hostname() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- parse(String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SecureConnectionMode
-
Determine if the supplied value is one of the predefined options.
- parse(String, String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SecureConnectionMode
-
Determine if the supplied value is one of the predefined options.
- parse(String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SnapshotMode
-
Determine if the supplied value is one of the predefined options.
- parse(String, String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SnapshotMode
-
Determine if the supplied value is one of the predefined options.
- parse(String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.TemporalPrecisionMode
-
Determine if the supplied value is one of the predefined options.
- parse(String, String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.TemporalPrecisionMode
-
Determine if the supplied value is one of the predefined options.
- parse(String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.TopicSelectionStrategy
-
Determine if the supplied value is one of the predefined options.
- parse(String) - Static method in class io.debezium.connector.postgresql.PostgresSchema
-
- parseDelimitedFrom(InputStream) - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- parseDelimitedFrom(InputStream) - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
-
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
-
- parseDelimitedFrom(InputStream) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
- parseFrom(ByteString) - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- parseFrom(byte[]) - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- parseFrom(InputStream) - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- parseFrom(CodedInputStream) - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- parseFrom(ByteString) - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
-
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
-
- parseFrom(byte[]) - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
-
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
-
- parseFrom(InputStream) - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
-
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
-
- parseFrom(CodedInputStream) - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
-
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
-
- parseFrom(ByteString) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
- parseFrom(byte[]) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
- parseFrom(InputStream) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
- parseFrom(CodedInputStream) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
- parseFromDB(String) - Static method in enum io.debezium.connector.postgresql.connection.ServerInfo.ReplicaIdentity
-
- PARSER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- PARSER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.Point
-
- PARSER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
- partition() - Method in class io.debezium.connector.postgresql.SourceInfo
-
Get the Kafka Connect detail about the source "partition", which describes the portion of the source that we are
consuming.
- PASSWORD - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- permissionsByRoleName - Variable in class io.debezium.connector.postgresql.connection.ServerInfo
-
- permissionsByRoleName() - Method in class io.debezium.connector.postgresql.connection.ServerInfo
-
Returns information about the role names and permissions of the current user
- pgConnection() - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
-
- PgOid - Class in io.debezium.connector.postgresql
-
Extension to the Oid class which contains Postgres specific datatypes not found currently in the
JDBC driver implementation classes.
- PgOid() - Constructor for class io.debezium.connector.postgresql.PgOid
-
- PgProto - Class in io.debezium.connector.postgresql.proto
-
- PgProto() - Constructor for class io.debezium.connector.postgresql.proto.PgProto
-
- PgProto.DatumMessage - Class in io.debezium.connector.postgresql.proto
-
Protobuf type decoderbufs.DatumMessage
- PgProto.DatumMessage.Builder - Class in io.debezium.connector.postgresql.proto
-
Protobuf type decoderbufs.DatumMessage
- PgProto.DatumMessage.DatumCase - Enum in io.debezium.connector.postgresql.proto
-
- PgProto.DatumMessageOrBuilder - Interface in io.debezium.connector.postgresql.proto
-
- PgProto.Op - Enum in io.debezium.connector.postgresql.proto
-
Protobuf enum decoderbufs.Op
- PgProto.Point - Class in io.debezium.connector.postgresql.proto
-
Protobuf type decoderbufs.Point
- PgProto.Point.Builder - Class in io.debezium.connector.postgresql.proto
-
Protobuf type decoderbufs.Point
- PgProto.PointOrBuilder - Interface in io.debezium.connector.postgresql.proto
-
- PgProto.RowMessage - Class in io.debezium.connector.postgresql.proto
-
Protobuf type decoderbufs.RowMessage
- PgProto.RowMessage.Builder - Class in io.debezium.connector.postgresql.proto
-
Protobuf type decoderbufs.RowMessage
- PgProto.RowMessageOrBuilder - Interface in io.debezium.connector.postgresql.proto
-
- PLUGIN_NAME - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- pluginName - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
-
- pluginName - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
-
- pluginName() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- Point(GeneratedMessage.Builder<?>) - Constructor for class io.debezium.connector.postgresql.proto.PgProto.Point
-
- Point(boolean) - Constructor for class io.debezium.connector.postgresql.proto.PgProto.Point
-
- Point(CodedInputStream, ExtensionRegistryLite) - Constructor for class io.debezium.connector.postgresql.proto.PgProto.Point
-
- poll() - Method in class io.debezium.connector.postgresql.PostgresConnectorTask
-
- POLL_INTERVAL_MS - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- pollIntervalMs() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- PORT - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- port() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- PostgresConnection - Class in io.debezium.connector.postgresql.connection
-
JdbcConnection connection extension used for connecting to Postgres instances.
- PostgresConnection(Configuration) - Constructor for class io.debezium.connector.postgresql.connection.PostgresConnection
-
Creates a Postgres connection using the supplied configuration.
- PostgresConnector - Class in io.debezium.connector.postgresql
-
A Kafka Connect source connector that creates tasks which use Postgresql streaming replication off a logical replication slot
to receive incoming changes for a database and publish them to Kafka.
- PostgresConnector() - Constructor for class io.debezium.connector.postgresql.PostgresConnector
-
- PostgresConnectorConfig - Class in io.debezium.connector.postgresql
-
- PostgresConnectorConfig(Configuration) - Constructor for class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- PostgresConnectorConfig.SecureConnectionMode - Enum in io.debezium.connector.postgresql
-
The set of predefined SecureConnectionMode options or aliases.
- PostgresConnectorConfig.SnapshotMode - Enum in io.debezium.connector.postgresql
-
The set of predefined SnapshotMode options or aliases.
- PostgresConnectorConfig.TemporalPrecisionMode - Enum in io.debezium.connector.postgresql
-
The set of predefined TemporalPrecisionMode options or aliases.
- PostgresConnectorConfig.TopicSelectionStrategy - Enum in io.debezium.connector.postgresql
-
The set of configuration options for how events are placed on Kafka topics
- PostgresConnectorTask - Class in io.debezium.connector.postgresql
-
Kafka connect source task which uses Postgres logical decoding over a streaming replication connection to process DB changes.
- PostgresConnectorTask() - Constructor for class io.debezium.connector.postgresql.PostgresConnectorTask
-
- PostgresReplicationConnection - Class in io.debezium.connector.postgresql.connection
-
- PostgresReplicationConnection(Configuration, String, String, boolean, Integer) - Constructor for class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
-
Creates a new replication connection with the given params.
- PostgresReplicationConnection.ReplicationConnectionBuilder - Class in io.debezium.connector.postgresql.connection
-
- PostgresSchema - Class in io.debezium.connector.postgresql
-
- PostgresSchema(PostgresConnectorConfig) - Constructor for class io.debezium.connector.postgresql.PostgresSchema
-
- PostgresTaskContext - Class in io.debezium.connector.postgresql
-
- PostgresTaskContext(PostgresConnectorConfig, PostgresSchema) - Constructor for class io.debezium.connector.postgresql.PostgresTaskContext
-
- PostgresValueConverter - Class in io.debezium.connector.postgresql
-
A provider of
ValueConverters and
SchemaBuilders for various Postgres specific column types.
- PostgresValueConverter(boolean, ZoneOffset) - Constructor for class io.debezium.connector.postgresql.PostgresValueConverter
-
- printReplicaIdentityInfo(PostgresConnection, TableId) - Method in class io.debezium.connector.postgresql.PostgresSchema
-
- process(PgProto.RowMessage, Long, Consumer<SourceRecord>) - Method in class io.debezium.connector.postgresql.RecordsStreamProducer
-
- producer - Variable in class io.debezium.connector.postgresql.PostgresConnectorTask
-
- props - Variable in class io.debezium.connector.postgresql.PostgresConnector
-
- PUBLIC_SCHEMA_NAME - Static variable in class io.debezium.connector.postgresql.PostgresSchema
-
- schema - Variable in class io.debezium.connector.postgresql.PostgresTaskContext
-
- schema() - Method in class io.debezium.connector.postgresql.PostgresTaskContext
-
- schema() - Method in class io.debezium.connector.postgresql.RecordsProducer
-
- SCHEMA - Static variable in class io.debezium.connector.postgresql.SourceInfo
-
- schema() - Method in class io.debezium.connector.postgresql.SourceInfo
-
- SCHEMA_BLACKLIST - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
A comma-separated list of regular expressions that match schema names to be excluded from monitoring.
- SCHEMA_WHITELIST - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
A comma-separated list of regular expressions that match schema names to be monitored.
- schemaBlacklist() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- schemaBuilder - Variable in class io.debezium.connector.postgresql.PostgresSchema
-
- schemaBuilder(Column) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
-
- schemaChanged(List<PgProto.DatumMessage>, Table) - Method in class io.debezium.connector.postgresql.RecordsStreamProducer
-
- schemaFor(TableId) - Method in class io.debezium.connector.postgresql.PostgresSchema
-
- schemaFor(String) - Method in class io.debezium.connector.postgresql.PostgresSchema
-
- schemaNameValidator - Variable in class io.debezium.connector.postgresql.PostgresSchema
-
- schemaPrefix - Variable in class io.debezium.connector.postgresql.PostgresSchema
-
- schemaWhitelist() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- SecureConnectionMode(String) - Constructor for enum io.debezium.connector.postgresql.PostgresConnectorConfig.SecureConnectionMode
-
- sendCurrentRecord(Consumer<SourceRecord>) - Method in class io.debezium.connector.postgresql.RecordsSnapshotProducer
-
- serialVersionUID - Static variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
- serialVersionUID - Static variable in class io.debezium.connector.postgresql.proto.PgProto.Point
-
- serialVersionUID - Static variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
- server - Variable in class io.debezium.connector.postgresql.connection.ServerInfo
-
- server() - Method in class io.debezium.connector.postgresql.connection.ServerInfo
-
Returns information about the server machine
- SERVER_NAME - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- SERVER_NAME_KEY - Static variable in class io.debezium.connector.postgresql.SourceInfo
-
- SERVER_PARTITION_KEY - Static variable in class io.debezium.connector.postgresql.SourceInfo
-
- serverInfo() - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
-
Returns information about the PG server to which this instance is connected.
- ServerInfo - Class in io.debezium.connector.postgresql.connection
-
Information about a running Postgres instance.
- ServerInfo() - Constructor for class io.debezium.connector.postgresql.connection.ServerInfo
-
- ServerInfo.ReplicaIdentity - Enum in io.debezium.connector.postgresql.connection
-
Table REPLICA IDENTITY information.
- ServerInfo.ReplicationSlot - Class in io.debezium.connector.postgresql.connection
-
Information about a server replication slot
- serverName - Variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- serverName() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- serverName - Variable in class io.debezium.connector.postgresql.SourceInfo
-
- setColumnName(String) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional string column_name = 1;
- setColumnNameBytes(ByteString) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional string column_name = 1;
- setColumnType(long) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional int64 column_type = 2;
- setCommitTime(long) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
optional uint64 commit_time = 2;
- setDatumBool(boolean) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional bool datum_bool = 7;
- setDatumBytes(ByteString) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional bytes datum_bytes = 9;
- setDatumDouble(double) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional double datum_double = 6;
- setDatumFloat(float) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional float datum_float = 5;
- setDatumInt32(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional int32 datum_int32 = 3;
- setDatumInt64(long) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional int64 datum_int64 = 4;
- setDatumPoint(PgProto.Point) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional .decoderbufs.Point datum_point = 10;
- setDatumPoint(PgProto.Point.Builder) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional .decoderbufs.Point datum_point = 10;
- setDatumString(String) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional string datum_string = 8;
- setDatumStringBytes(ByteString) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
optional string datum_string = 8;
- setNewTuple(int, PgProto.DatumMessage) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage new_tuple = 5;
- setNewTuple(int, PgProto.DatumMessage.Builder) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage new_tuple = 5;
- setOldTuple(int, PgProto.DatumMessage) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage old_tuple = 6;
- setOldTuple(int, PgProto.DatumMessage.Builder) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage old_tuple = 6;
- setOp(PgProto.Op) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
optional .decoderbufs.Op op = 4;
- setTable(String) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
optional string table = 3;
- setTableBytes(ByteString) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
optional string table = 3;
- setTransactionId(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
optional uint32 transaction_id = 1;
- setX(double) - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
-
required double x = 1;
- setY(double) - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
-
required double y = 2;
- SLOT_NAME - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- slotName - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
-
- slotName - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
-
- slotName() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- snapshot - Variable in class io.debezium.connector.postgresql.SourceInfo
-
- SNAPSHOT_KEY - Static variable in class io.debezium.connector.postgresql.SourceInfo
-
- SNAPSHOT_LOCK_TIMEOUT_MS - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- SNAPSHOT_MODE - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- snapshotLockTimeoutMillis() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- snapshotMode - Variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- SnapshotMode(String) - Constructor for enum io.debezium.connector.postgresql.PostgresConnectorConfig.SnapshotMode
-
- snapshotNeverAllowed() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- source() - Method in class io.debezium.connector.postgresql.SourceInfo
-
- sourceInfo - Variable in class io.debezium.connector.postgresql.RecordsProducer
-
- SourceInfo - Class in io.debezium.connector.postgresql
-
Information about the source of information, which for normal events contains information about the transaction id and the
LSN position in the server WAL.
- SourceInfo(String) - Constructor for class io.debezium.connector.postgresql.SourceInfo
-
- sourcePartition - Variable in class io.debezium.connector.postgresql.SourceInfo
-
- SSL_CLIENT_CERT - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- SSL_CLIENT_KEY - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- SSL_CLIENT_KEY_PASSWORD - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- SSL_MODE - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- SSL_ROOT_CERT - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- SSL_SOCKET_FACTORY - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- start(Map<String, String>) - Method in class io.debezium.connector.postgresql.PostgresConnector
-
- start(Map<String, String>) - Method in class io.debezium.connector.postgresql.PostgresConnectorTask
-
- start(Consumer<SourceRecord>) - Method in class io.debezium.connector.postgresql.RecordsProducer
-
Starts up this producer.
- start(Consumer<SourceRecord>) - Method in class io.debezium.connector.postgresql.RecordsSnapshotProducer
-
- start(Consumer<SourceRecord>) - Method in class io.debezium.connector.postgresql.RecordsStreamProducer
-
- startSnapshot() - Method in class io.debezium.connector.postgresql.SourceInfo
-
Denote that a snapshot is being (or has been) started.
- startStreaming() - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
-
- startStreaming(Long) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
-
- startStreaming() - Method in interface io.debezium.connector.postgresql.connection.ReplicationConnection
-
Opens a stream for reading logical replication changes from the last known position of the slot for which the connection
was opened.
- startStreaming(Long) - Method in interface io.debezium.connector.postgresql.connection.ReplicationConnection
-
Opens a stream for reading logical replication changes from a given LSN position.
- startStreaming(Consumer<SourceRecord>) - Method in class io.debezium.connector.postgresql.RecordsSnapshotProducer
-
- STATUS_UPDATE_INTERVAL_MS - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- statusUpdateIntervalMillis - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
-
- statusUpdateIntervalMillis(Integer) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
-
- statusUpdateIntervalMillis - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
-
- statusUpdateIntervalMillis(Integer) - Method in interface io.debezium.connector.postgresql.connection.ReplicationConnection.Builder
-
The number of milli-seconds the replication connection should periodically send updates to the server.
- statusUpdateIntervalMillis() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
- stop() - Method in class io.debezium.connector.postgresql.PostgresConnector
-
- stop() - Method in class io.debezium.connector.postgresql.PostgresConnectorTask
-
- stop() - Method in class io.debezium.connector.postgresql.RecordsProducer
-
Requests that this producer be stopped.
- stop() - Method in class io.debezium.connector.postgresql.RecordsSnapshotProducer
-
- stop() - Method in class io.debezium.connector.postgresql.RecordsStreamProducer
-
- streamChanges(Consumer<SourceRecord>) - Method in class io.debezium.connector.postgresql.RecordsStreamProducer
-
- streamProducer - Variable in class io.debezium.connector.postgresql.RecordsSnapshotProducer
-
- SYSTEM_SCHEMA_BLACKLIST - Static variable in class io.debezium.connector.postgresql.Filters
-
- SYSTEM_SCHEMAS - Static variable in class io.debezium.connector.postgresql.Filters
-