Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- aborted(AbstractSnapshotChangeEventSource.SnapshotContext<PostgresPartition, PostgresOffsetContext>) - Method in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- AbstractColumnValue<T> - Class in io.debezium.connector.postgresql.connection
- AbstractColumnValue() - Constructor for class io.debezium.connector.postgresql.connection.AbstractColumnValue
- AbstractMessageDecoder - Class in io.debezium.connector.postgresql.connection
-
Abstract implementation of
MessageDecoderthat all decoders should inherit from. - AbstractMessageDecoder() - Constructor for class io.debezium.connector.postgresql.connection.AbstractMessageDecoder
- AbstractReplicationMessageColumn - Class in io.debezium.connector.postgresql.connection
-
Extracts type information from replication messages and associates them with each column.
- AbstractReplicationMessageColumn(String, PostgresType, String, boolean) - Constructor for class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn
- AbstractReplicationMessageColumn.TypeMetadataImpl - Class in io.debezium.connector.postgresql.connection
- active - Variable in class io.debezium.connector.postgresql.connection.ServerInfo.ReplicationSlot
- active - Variable in class io.debezium.connector.postgresql.spi.SlotState
- active() - Method in class io.debezium.connector.postgresql.connection.ServerInfo.ReplicationSlot
- addAllNewTuple(Iterable<? extends PgProto.DatumMessage>) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage new_tuple = 5; - addAllNewTypeinfo(Iterable<? extends PgProto.TypeInfo>) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - addAllOldTuple(Iterable<? extends PgProto.DatumMessage>) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage old_tuple = 6; - addDefaultSettings(JdbcConfiguration) - Static method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- addDefaultSettings(JdbcConfiguration, String) - Static method in class io.debezium.connector.postgresql.connection.PostgresConnection
- addNewTuple(int, PgProto.DatumMessage) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage new_tuple = 5; - addNewTuple(int, PgProto.DatumMessage.Builder) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage new_tuple = 5; - addNewTuple(PgProto.DatumMessage) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage new_tuple = 5; - addNewTuple(PgProto.DatumMessage.Builder) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage new_tuple = 5; - addNewTupleBuilder() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage new_tuple = 5; - addNewTupleBuilder(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage new_tuple = 5; - addNewTypeinfo(int, PgProto.TypeInfo) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - addNewTypeinfo(int, PgProto.TypeInfo.Builder) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - addNewTypeinfo(PgProto.TypeInfo) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - addNewTypeinfo(PgProto.TypeInfo.Builder) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - addNewTypeinfoBuilder() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - addNewTypeinfoBuilder(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - addOldTuple(int, PgProto.DatumMessage) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage old_tuple = 6; - addOldTuple(int, PgProto.DatumMessage.Builder) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage old_tuple = 6; - addOldTuple(PgProto.DatumMessage) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage old_tuple = 6; - addOldTuple(PgProto.DatumMessage.Builder) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage old_tuple = 6; - addOldTupleBuilder() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage old_tuple = 6; - addOldTupleBuilder(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage old_tuple = 6; - addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- addRole(String, String) - Method in class io.debezium.connector.postgresql.connection.ServerInfo
- addType(PostgresType) - Method in class io.debezium.connector.postgresql.TypeRegistry
- adjustTxId(Struct, OffsetContext) - Method in class io.debezium.connector.postgresql.pipeline.txmetadata.PostgresTransactionMonitor
- ALL_FIELDS - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
The set of
Fields defined as part of this configuration. - ALL_TABLES - Enum constant in enum io.debezium.connector.postgresql.PostgresConnectorConfig.AutoCreateMode
-
Enable publication for all tables.
- ALWAYS - Enum constant in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SnapshotMode
-
Always perform a snapshot when starting.
- AlwaysSnapshotter - Class in io.debezium.connector.postgresql.snapshot
- AlwaysSnapshotter() - Constructor for class io.debezium.connector.postgresql.snapshot.AlwaysSnapshotter
- applySchemaChangesForTable(int, Table) - Method in class io.debezium.connector.postgresql.PostgresSchema
-
Applies schema changes for the specified table.
- arrayElementSchema(Column) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- asArray(String, PostgresType, String, PostgresStreamingChangeEventSource.PgConnectionSupplier) - Method in class io.debezium.connector.postgresql.connection.AbstractColumnValue
- asArray(String, PostgresType, String, PostgresStreamingChangeEventSource.PgConnectionSupplier) - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- asArray(String, PostgresType, String, PostgresStreamingChangeEventSource.PgConnectionSupplier) - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asBoolean() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputColumnValue
- asBoolean() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- asBoolean() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asBox() - Method in class io.debezium.connector.postgresql.connection.AbstractColumnValue
- asBox() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asByteArray() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputColumnValue
- asByteArray() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- asByteArray() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asCircle() - Method in class io.debezium.connector.postgresql.connection.AbstractColumnValue
- asCircle() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asDecimal() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputColumnValue
- asDecimal() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- asDecimal() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asDefault(TypeRegistry, int, String, String, boolean, PostgresStreamingChangeEventSource.PgConnectionSupplier) - Method in class io.debezium.connector.postgresql.connection.AbstractColumnValue
- asDefault(TypeRegistry, int, String, String, boolean, PostgresStreamingChangeEventSource.PgConnectionSupplier) - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- asDefault(TypeRegistry, int, String, String, boolean, PostgresStreamingChangeEventSource.PgConnectionSupplier) - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asDouble() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputColumnValue
- asDouble() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- asDouble() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asFloat() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputColumnValue
- asFloat() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- asFloat() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asHstoreString(byte[]) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
-
Returns an Hstore field as string in the form of
"key 1"=>"value1", "key_2"=>"val 1"; i.e. - asInstant() - Method in class io.debezium.connector.postgresql.connection.AbstractColumnValue
- asInstant() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- asInstant() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asInteger() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputColumnValue
- asInteger() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- asInteger() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asInterval() - Method in class io.debezium.connector.postgresql.connection.AbstractColumnValue
- asInterval() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- asInterval() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asLine() - Method in class io.debezium.connector.postgresql.connection.AbstractColumnValue
- asLine() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asLocalDate() - Method in class io.debezium.connector.postgresql.connection.AbstractColumnValue
- asLocalDate() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- asLocalDate() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asLocalTime() - Method in class io.debezium.connector.postgresql.connection.AbstractColumnValue
- asLocalTime() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- asLocalTime() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asLogSequenceNumber() - Method in class io.debezium.connector.postgresql.connection.Lsn
- asLong() - Method in class io.debezium.connector.postgresql.connection.Lsn
- asLong() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputColumnValue
- asLong() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- asLong() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asLseg() - Method in class io.debezium.connector.postgresql.connection.AbstractColumnValue
- asLseg() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asMoney() - Method in class io.debezium.connector.postgresql.connection.AbstractColumnValue
- asMoney() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- asMoney() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asOffsetDateTimeAtUtc() - Method in class io.debezium.connector.postgresql.connection.AbstractColumnValue
- asOffsetDateTimeAtUtc() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- asOffsetDateTimeAtUtc() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asOffsetState() - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
- asOffsetTimeUtc() - Method in class io.debezium.connector.postgresql.connection.AbstractColumnValue
- asOffsetTimeUtc() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- asOffsetTimeUtc() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asPath() - Method in class io.debezium.connector.postgresql.connection.AbstractColumnValue
- asPath() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asPoint() - Method in class io.debezium.connector.postgresql.connection.AbstractColumnValue
- asPoint() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- asPoint() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asPolygon() - Method in class io.debezium.connector.postgresql.connection.AbstractColumnValue
- asPolygon() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asSlotState() - Method in class io.debezium.connector.postgresql.connection.ServerInfo.ReplicationSlot
- asString() - Method in class io.debezium.connector.postgresql.connection.Lsn
- asString() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputColumnValue
- asString() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- asString() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- asTime() - Method in class io.debezium.connector.postgresql.connection.AbstractColumnValue
- asTime() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- asTime() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- AutoCreateMode(String) - Constructor for enum io.debezium.connector.postgresql.PostgresConnectorConfig.AutoCreateMode
B
- base64Encoder - Variable in class io.debezium.connector.postgresql.LogicalDecodingMessageMonitor
- base64UrlSafeEncoder - Variable in class io.debezium.connector.postgresql.LogicalDecodingMessageMonitor
- BEGIN - Enum constant in enum io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder.MessageType
- BEGIN - Enum constant in enum io.debezium.connector.postgresql.connection.ReplicationMessage.Operation
- BEGIN - Enum constant in enum io.debezium.connector.postgresql.proto.PgProto.Op
-
BEGIN = 3; - BEGIN_VALUE - Static variable in enum io.debezium.connector.postgresql.proto.PgProto.Op
-
BEGIN = 3; - binaryMode - Variable in class io.debezium.connector.postgresql.LogicalDecodingMessageMonitor
- bitField0_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- bitField0_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- bitField0_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.Point
- bitField0_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
- bitField0_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- bitField0_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- bitField0_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- bitField0_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- blockSchema - Variable in class io.debezium.connector.postgresql.LogicalDecodingMessageMonitor
- build() - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- build() - Method in interface io.debezium.connector.postgresql.connection.ReplicationConnection.Builder
-
Creates a new
ReplicationConnectioninstance - build() - Method in class io.debezium.connector.postgresql.PostgresType.Builder
- build() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- build() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
- build() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- build() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- build(TypeRegistry) - Method in interface io.debezium.connector.postgresql.connection.PostgresConnection.PostgresValueConverterBuilder
- builder() - Static method in class io.debezium.connector.postgresql.data.Ltree
-
Returns a
SchemaBuilderfor a Ltree field. - builder(PostgresConnectorConfig) - Static method in interface io.debezium.connector.postgresql.connection.ReplicationConnection
-
Creates a new
ReplicationConnection.Builderinstance which can be used for creating replication connections. - Builder() - Constructor for class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- Builder() - Constructor for class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
- Builder() - Constructor for class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- Builder() - Constructor for class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- Builder(TypeRegistry, String, int, int, int, TypeInfo) - Constructor for class io.debezium.connector.postgresql.PostgresType.Builder
- builderFunc - Variable in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SnapshotMode
- buildPartial() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- buildPartial() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
- buildPartial() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- buildPartial() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- buildSnapshotQuery(TableId, List<String>) - Method in class io.debezium.connector.postgresql.snapshot.NeverSnapshotter
- buildSnapshotQuery(TableId, List<String>) - Method in class io.debezium.connector.postgresql.snapshot.QueryingSnapshotter
- buildSnapshotQuery(TableId, List<String>) - Method in interface io.debezium.connector.postgresql.spi.Snapshotter
-
Generate a valid postgres query string for the specified table, or an empty
Optionalto skip snapshotting this table (but that table will still be streamed from) - buildSnapshotter(Configuration) - Method in interface io.debezium.connector.postgresql.PostgresConnectorConfig.SnapshotMode.SnapshotterBuilder
C
- cachedOldToastedValues - Variable in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- catalogXmin - Variable in class io.debezium.connector.postgresql.connection.ServerInfo.ReplicationSlot
- catalogXmin - Variable in class io.debezium.connector.postgresql.spi.SlotState
- catalogXmin() - Method in class io.debezium.connector.postgresql.connection.ServerInfo.ReplicationSlot
- CATEGORY_ARRAY - Static variable in class io.debezium.connector.postgresql.TypeRegistry
- CATEGORY_ENUM - Static variable in class io.debezium.connector.postgresql.TypeRegistry
- ceId() - Method in class io.debezium.connector.postgresql.converters.PostgresCloudEventsMaker
- ChangeEvent - Class in io.debezium.connector.postgresql
-
Container for
SourceRecords and associated metadata - ChangeEvent(SourceRecord, Long) - Constructor for class io.debezium.connector.postgresql.ChangeEvent
- changePlainStringRepresentationToJsonStringRepresentation(String) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- CIDR_ARRAY - Static variable in class io.debezium.connector.postgresql.PgOid
- CIDR_OID - Static variable in class io.debezium.connector.postgresql.PgOid
- citextArrayOid - Variable in class io.debezium.connector.postgresql.TypeRegistry
- citextArrayOid() - Method in class io.debezium.connector.postgresql.TypeRegistry
- citextOid - Variable in class io.debezium.connector.postgresql.TypeRegistry
- citextOid() - Method in class io.debezium.connector.postgresql.TypeRegistry
- 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
- clear() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.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
-
bool datum_bool = 7; - clearDatumBytes() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
bytes datum_bytes = 9; - clearDatumDouble() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
double datum_double = 6; - clearDatumFloat() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
float datum_float = 5; - clearDatumInt32() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
int32 datum_int32 = 3; - clearDatumInt64() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
int64 datum_int64 = 4; - clearDatumMissing() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
bool datum_missing = 11; - clearDatumPoint() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
.decoderbufs.Point datum_point = 10; - clearDatumString() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
string datum_string = 8; - clearField(Descriptors.FieldDescriptor) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- clearModifier() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
-
required string modifier = 1; - clearNewTuple() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage new_tuple = 5; - clearNewTypeinfo() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - clearOldTuple() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage old_tuple = 6; - clearOneof(Descriptors.OneofDescriptor) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- 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; - clearValueOptional() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
-
required bool value_optional = 2; - 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.PostgresChangeEventSourceFactory
- clock - Variable in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- 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
- clone() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- close() - Method in class io.debezium.connector.postgresql.connection.AbstractMessageDecoder
- close() - Method in interface io.debezium.connector.postgresql.connection.MessageDecoder
-
Closes this decoder, freeing and/or closing all resources it may potentially hold.
- close() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
- 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.
- close(boolean) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- 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
- ColumnMetaData - Class in io.debezium.connector.postgresql.connection.pgoutput
-
Defines the relational column mapping for a table.
- ColumnMetaData(String, PostgresType, boolean, boolean, boolean, String, int) - Constructor for class io.debezium.connector.postgresql.connection.pgoutput.ColumnMetaData
-
Create a metadata structure representing a column.
- columnName - Variable in class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn
- columnName - Variable in class io.debezium.connector.postgresql.connection.pgoutput.ColumnMetaData
- columnName_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- columnName_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- columns - Variable in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputRelationMetaData
- COLUMNS_DIFF - Enum constant in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SchemaRefreshMode
-
Refresh the in-memory schema cache whenever there is a discrepancy between it and the schema derived from the incoming message.
- COLUMNS_DIFF_EXCLUDE_UNCHANGED_TOAST - Enum constant in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SchemaRefreshMode
-
Refresh the in-memory schema cache if there is a discrepancy between it and the schema derived from the incoming message, unless TOASTable data can account for the discrepancy.
- columnType_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- columnType_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- columnValues(List<ReplicationMessage.Column>, TableId, boolean, boolean, boolean) - Method in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- commit(long) - Method in class io.debezium.connector.postgresql.RecordsProducer
-
Notification that offsets have been committed to Kafka up to the given LSN.
- COMMIT - Enum constant in enum io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder.MessageType
- COMMIT - Enum constant in enum io.debezium.connector.postgresql.connection.ReplicationMessage.Operation
- COMMIT - Enum constant in enum io.debezium.connector.postgresql.proto.PgProto.Op
-
COMMIT = 4; - COMMIT_TIME_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- COMMIT_VALUE - Static variable in enum io.debezium.connector.postgresql.proto.PgProto.Op
-
COMMIT = 4; - commitMessage(PostgresPartition, PostgresOffsetContext, Lsn) - Method in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- commitOffset(Map<String, ?>, Map<String, ?>) - Method in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- commitTime - Variable in class io.debezium.connector.postgresql.connection.LogicalDecodingMessage
- commitTime - Variable in class io.debezium.connector.postgresql.connection.ReplicationMessage.NoopMessage
- commitTime - Variable in class io.debezium.connector.postgresql.connection.TransactionMessage
- commitTime_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- commitTime_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- commitTimestamp - Variable in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
- commitTimestamp - Variable in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputReplicationMessage
- commitTs - Variable in class io.debezium.connector.postgresql.spi.OffsetState
- communicationExceptions() - Method in class io.debezium.connector.postgresql.PostgresErrorHandler
- compareTo(Lsn) - Method in class io.debezium.connector.postgresql.connection.Lsn
- completed(AbstractSnapshotChangeEventSource.SnapshotContext<PostgresPartition, PostgresOffsetContext>) - Method in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- config - Variable in class io.debezium.connector.postgresql.connection.MessageDecoderContext
- config - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- config - Variable in class io.debezium.connector.postgresql.PostgresTaskContext
- config() - Method in class io.debezium.connector.postgresql.PostgresConnector
- config() - Method in class io.debezium.connector.postgresql.PostgresTaskContext
- CONFIG_DEFINITION - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- configDef() - Static method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- configuration - Variable in class io.debezium.connector.postgresql.PostgresChangeEventSourceFactory
- connection - Variable in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
- connection - Variable in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- connection - Variable in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- connection - Variable in class io.debezium.connector.postgresql.TypeRegistry
- connection - Variable in class io.debezium.connector.postgresql.TypeRegistry.SqlTypeMapper
- CONNECTION_DROP_SLOT - Static variable in class io.debezium.connector.postgresql.connection.PostgresConnection
- CONNECTION_GENERAL - Static variable in class io.debezium.connector.postgresql.connection.PostgresConnection
- CONNECTION_HEARTBEAT - Static variable in class io.debezium.connector.postgresql.connection.PostgresConnection
- CONNECTION_SLOT_INFO - Static variable in class io.debezium.connector.postgresql.connection.PostgresConnection
- CONNECTION_STREAMING - Static variable in class io.debezium.connector.postgresql.connection.PostgresConnection
- CONNECTION_VALIDATE_CONNECTION - Static variable in class io.debezium.connector.postgresql.connection.PostgresConnection
- connectionCreated(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<PostgresPartition, PostgresOffsetContext>) - Method in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- connectionProbeTimer - Variable in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- connectionString() - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
-
Returns a JDBC connection string for the current configuration.
- connectorConfig - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- connectorConfig - Variable in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- connectorConfig - Variable in class io.debezium.connector.postgresql.PostgresOffsetContext.Loader
- connectorConfig - Variable in class io.debezium.connector.postgresql.PostgresPartition.Provider
- connectorConfig - Variable in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- connectorConfig - Variable in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- content - Variable in class io.debezium.connector.postgresql.connection.LogicalDecodingMessage
- CONTEXT_NAME - Static variable in class io.debezium.connector.postgresql.PostgresConnectorTask
- contextName() - Static method in class io.debezium.connector.postgresql.Module
- convertArray(Column, Field, PostgresType, ValueConverter, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- convertBinaryToBase64(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- convertBinaryToBase64UrlSafe(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- convertBinaryToBytes(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
-
Extracts a value from a PGobject .
- convertBinaryToHex(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- 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
- convertCitext(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- convertContent(byte[]) - Method in class io.debezium.connector.postgresql.LogicalDecodingMessageMonitor
- convertDecimal(Column, Field, Object, JdbcValueConverters.DecimalMode) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- convertDefaultValue(Object, Column) - Method in class io.debezium.connector.postgresql.connection.PostgresDefaultValueConverter
- converter(Column, Field) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- convertGeography(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- convertGeometry(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- convertHStore(Column, Field, Object, PostgresConnectorConfig.HStoreHandlingMode) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- convertHstoreToJsonString(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- convertHstoreToMap(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- convertInterval(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- convertLtree(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- convertLtreeArray(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- convertMapToJsonStringRepresentation(Map<String, String>) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- convertMoney(Column, Field, Object, JdbcValueConverters.DecimalMode) - 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.
- convertString(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
-
Replaces toasted value with a placeholder
- convertTime(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- convertTimestampToLocalDateTime(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(PostgresConnectorConfig) - Static method in class io.debezium.connector.postgresql.PostgresTopicSelector
-
Deprecated.
- createArrayConverter(Column, Field) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- createDefaultValueMappers(TimestampUtils, TypeRegistry) - Static method in class io.debezium.connector.postgresql.connection.PostgresDefaultValueConverter
- createEmpty() - Static method in class io.debezium.connector.postgresql.PostgisGeometry
-
Create a GEOMETRYCOLLECTION EMPTY PostgisGeometry
- createMaker(RecordParser, SerializerType, String) - Method in class io.debezium.connector.postgresql.converters.PostgresCloudEventsProvider
- createOrUpdatePublicationModeFilterted(String, Statement, boolean) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- createParser(Schema, Struct) - Method in class io.debezium.connector.postgresql.converters.PostgresCloudEventsProvider
- createReplicationConnection(PostgresConnection) - Method in class io.debezium.connector.postgresql.PostgresTaskContext
- createReplicationConnection(PostgresTaskContext, int, Duration) - Method in class io.debezium.connector.postgresql.PostgresConnectorTask
- createReplicationSlot() - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- createReplicationSlot() - Method in interface io.debezium.connector.postgresql.connection.ReplicationConnection
-
Creates a new replication slot with the given option and returns the result of the command, which may contain results (depending on postgres versions)
- createReplicationStream(Lsn, WalPositionLocator) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- createTypeBuilderFromResultSet(ResultSet) - Method in class io.debezium.connector.postgresql.TypeRegistry
- CURRENT_DATE_TIMES - Static variable in class io.debezium.connector.postgresql.connection.PostgresDefaultValueConverter
- 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.
- CUSTOM - Enum constant in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SnapshotMode
-
Inject a custom snapshotter, which allows for more control over snapshots.
D
- database - Variable in class io.debezium.connector.postgresql.connection.ServerInfo
- database() - Method in class io.debezium.connector.postgresql.connection.ServerInfo
-
Returns the name of a database for which a connection was established
- database() - Method in class io.debezium.connector.postgresql.SourceInfo
- DATABASE_CONFIG_PREFIX - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- databaseCharset - Variable in class io.debezium.connector.postgresql.PostgresValueConverter
-
The current database's character encoding.
- databaseName() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- datatypeLtreeSchema() - Method in class io.debezium.connector.postgresql.PostgresSchemaFactory
- date(String) - Method in interface io.debezium.connector.postgresql.connection.DateTimeFormat
- date(String) - Method in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- DATE_FORMAT_OPT_ERA - Static variable in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- DATE_FORMAT_OPT_ERA_PATTERN_HINT - Static variable in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- DATERANGE_ARRAY - Static variable in class io.debezium.connector.postgresql.PgOid
- DATERANGE_OID - Static variable in class io.debezium.connector.postgresql.PgOid
- DateTimeFormat - Interface in io.debezium.connector.postgresql.connection
-
Transformer for time/date related string representations in replication messages.
- DateTimeFormat.ISODateTimeFormat - Class in io.debezium.connector.postgresql.connection
- datum_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- datum_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- DATUM_BOOL - Enum constant in enum io.debezium.connector.postgresql.proto.PgProto.DatumMessage.DatumCase
- DATUM_BOOL_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- DATUM_BYTES - Enum constant in enum io.debezium.connector.postgresql.proto.PgProto.DatumMessage.DatumCase
- DATUM_BYTES_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- DATUM_DOUBLE - Enum constant in enum io.debezium.connector.postgresql.proto.PgProto.DatumMessage.DatumCase
- DATUM_DOUBLE_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- DATUM_FLOAT - Enum constant in enum io.debezium.connector.postgresql.proto.PgProto.DatumMessage.DatumCase
- DATUM_FLOAT_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- DATUM_INT32 - Enum constant in enum io.debezium.connector.postgresql.proto.PgProto.DatumMessage.DatumCase
- DATUM_INT32_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- DATUM_INT64 - Enum constant in enum io.debezium.connector.postgresql.proto.PgProto.DatumMessage.DatumCase
- DATUM_INT64_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- DATUM_MISSING - Enum constant in enum io.debezium.connector.postgresql.proto.PgProto.DatumMessage.DatumCase
- DATUM_MISSING_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- DATUM_NOT_SET - Enum constant in enum io.debezium.connector.postgresql.proto.PgProto.DatumMessage.DatumCase
- DATUM_POINT - Enum constant in enum io.debezium.connector.postgresql.proto.PgProto.DatumMessage.DatumCase
- DATUM_POINT_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- DATUM_STRING - Enum constant in enum io.debezium.connector.postgresql.proto.PgProto.DatumMessage.DatumCase
- DATUM_STRING_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- DatumCase(int) - Constructor for enum io.debezium.connector.postgresql.proto.PgProto.DatumMessage.DatumCase
- datumCase_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- datumCase_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- DatumMessage() - Constructor for class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- DatumMessage(GeneratedMessageV3.Builder<?>) - Constructor for class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- datumPointBuilder_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- dbName - Variable in class io.debezium.connector.postgresql.SourceInfo
- DEBEZIUM_LOGICAL_DECODING_MESSAGE_CONTENT_KEY - Static variable in class io.debezium.connector.postgresql.LogicalDecodingMessageMonitor
- DEBEZIUM_LOGICAL_DECODING_MESSAGE_KEY - Static variable in class io.debezium.connector.postgresql.LogicalDecodingMessageMonitor
- DEBEZIUM_LOGICAL_DECODING_MESSAGE_PREFIX_KEY - Static variable in class io.debezium.connector.postgresql.LogicalDecodingMessageMonitor
- decodeDelete(ByteBuffer, TypeRegistry, ReplicationStream.ReplicationMessageProcessor) - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
-
Callback handler for the 'D' delete replication stream message.
- decodeInsert(ByteBuffer, TypeRegistry, ReplicationStream.ReplicationMessageProcessor) - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
-
Callback handler for the 'I' insert replication stream message.
- DECODERBUFS - Enum constant in enum io.debezium.connector.postgresql.PostgresConnectorConfig.LogicalDecoder
- decoderContext - Variable in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
- decoderName - Variable in enum io.debezium.connector.postgresql.PostgresConnectorConfig.LogicalDecoder
- decodeTruncate(ByteBuffer, TypeRegistry, ReplicationStream.ReplicationMessageProcessor) - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
-
Callback handler for the 'T' truncate replication stream message.
- decodeUpdate(ByteBuffer, TypeRegistry, ReplicationStream.ReplicationMessageProcessor) - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
-
Callback handler for the 'U' update replication stream message.
- DEFAULT - Enum constant in enum io.debezium.connector.postgresql.connection.ServerInfo.ReplicaIdentity
- DEFAULT_DROP_SLOT_ON_CLOSE - Static variable in interface io.debezium.connector.postgresql.connection.ReplicationConnection.Builder
- DEFAULT_INSTANCE - Static variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- DEFAULT_INSTANCE - Static variable in class io.debezium.connector.postgresql.proto.PgProto.Point
- DEFAULT_INSTANCE - Static variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- DEFAULT_INSTANCE - Static variable in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- DEFAULT_MAX_RETRIES - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- DEFAULT_PORT - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- DEFAULT_PUBLICATION_NAME - Static variable in interface io.debezium.connector.postgresql.connection.ReplicationConnection.Builder
- DEFAULT_SLOT_NAME - Static variable in interface io.debezium.connector.postgresql.connection.ReplicationConnection.Builder
-
Default replication settings
- DEFAULT_SNAPSHOT_FETCH_SIZE - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- defaultOptions(ChainedLogicalStreamBuilder, Function<Integer, Boolean>) - Method in interface io.debezium.connector.postgresql.connection.MessageDecoder
-
Allows MessageDecoder to configure options with which the replication stream is started.
- defaultOptions(ChainedLogicalStreamBuilder, Function<Integer, Boolean>) - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
- defaultOptions(ChainedLogicalStreamBuilder, Function<Integer, Boolean>) - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoMessageDecoder
- defaultStartingPos - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- defaultValueConverter - Variable in class io.debezium.connector.postgresql.connection.PostgresConnection
- defaultValueExpression - Variable in class io.debezium.connector.postgresql.connection.pgoutput.ColumnMetaData
- defaultValueMappers - Variable in class io.debezium.connector.postgresql.connection.PostgresDefaultValueConverter
- DELETE - Enum constant in enum io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder.MessageType
- DELETE - Enum constant in enum io.debezium.connector.postgresql.connection.ReplicationMessage.Operation
- DELETE - Enum constant in enum io.debezium.connector.postgresql.proto.PgProto.Op
-
DELETE = 2; - DELETE_VALUE - Static variable in enum io.debezium.connector.postgresql.proto.PgProto.Op
-
DELETE = 2; - description - Variable in enum io.debezium.connector.postgresql.connection.ServerInfo.ReplicaIdentity
- description() - Method in enum io.debezium.connector.postgresql.connection.ServerInfo.ReplicaIdentity
-
Returns a textual description of the replica identity
- descriptor - Static variable in class io.debezium.connector.postgresql.proto.PgProto
- determineCapturedTables() - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- determineSnapshotOffset(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<PostgresPartition, PostgresOffsetContext>, PostgresOffsetContext) - Method in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- DISABLED - Enum constant in enum io.debezium.connector.postgresql.PostgresConnectorConfig.AutoCreateMode
-
No Publication will be created, it's expected the user has already created the publication.
- DISABLED - Enum constant in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SecureConnectionMode
-
Establish an unencrypted connection see the
sslmodePostgres JDBC driver option - dispatcher - Variable in class io.debezium.connector.postgresql.PostgresChangeEventSourceFactory
- dispatcher - Variable in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- dispatchLogicalDecodingMessage(Partition, OffsetContext, Long, LogicalDecodingMessage) - Method in class io.debezium.connector.postgresql.PostgresEventDispatcher
- doesSlotExist() - Method in class io.debezium.connector.postgresql.snapshot.SnapshotterWrapper
- DOMAIN_TYPE - Static variable in class io.debezium.connector.postgresql.TypeRegistry
- doPoll() - Method in class io.debezium.connector.postgresql.PostgresConnectorTask
- doReadTableColumn(ResultSet, TableId, Tables.ColumnNameFilter) - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
- doStop() - Method in class io.debezium.connector.postgresql.PostgresConnectorTask
- DROP_SLOT_ON_STOP - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- dropPublication(String) - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
-
Drops the debezium publication that was created.
- dropReplicationSlot(String) - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
-
Drops a replication slot that was created on the DB
- dropSlotOnClose - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- dropSlotOnClose - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- dropSlotOnClose(boolean) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- dropSlotOnClose(boolean) - Method in interface io.debezium.connector.postgresql.connection.ReplicationConnection.Builder
-
Whether or not to drop the replication slot once the replication connection closes
- dropSlotOnStop() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
E
- elementType - Variable in class io.debezium.connector.postgresql.PostgresType
- elementType(int) - Method in class io.debezium.connector.postgresql.PostgresType.Builder
- elementTypeOid - Variable in class io.debezium.connector.postgresql.PostgresType.Builder
- emitChangeRecords(DataCollectionSchema, ChangeRecordEmitter.Receiver<PostgresPartition>) - Method in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- emitTruncateRecord(ChangeRecordEmitter.Receiver, TableSchema) - Method in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- enableFiltering() - Method in class io.debezium.connector.postgresql.connection.WalPositionLocator
-
Enables filtering of message LSNs based on calculated position.
- enqueueLogicalDecodingMessage(SourceRecord) - Method in class io.debezium.connector.postgresql.PostgresEventDispatcher
- ensureNewTupleIsMutable() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- ensureNewTypeinfoIsMutable() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- ensureOldTupleIsMutable() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- enumValues - Variable in class io.debezium.connector.postgresql.PostgresType.Builder
- enumValues - Variable in class io.debezium.connector.postgresql.PostgresType
- enumValues(List<String>) - Method in class io.debezium.connector.postgresql.PostgresType.Builder
- equals(Object) - Method in class io.debezium.connector.postgresql.connection.Lsn
- equals(Object) - Method in class io.debezium.connector.postgresql.PostgresPartition
- equals(Object) - Method in class io.debezium.connector.postgresql.PostgresType
- equals(Object) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- equals(Object) - Method in class io.debezium.connector.postgresql.proto.PgProto.Point
- equals(Object) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- equals(Object) - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- errorHandler - Variable in class io.debezium.connector.postgresql.PostgresChangeEventSourceFactory
- errorHandler - Variable in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- event(DataCollectionId, Instant) - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
- execute(ChangeEventSource.ChangeEventSourceContext, PostgresPartition, PostgresOffsetContext) - Method in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- executeCatchUpStreaming(ChangeEventSource.ChangeEventSourceContext, SnapshotChangeEventSource<PostgresPartition, PostgresOffsetContext>, PostgresPartition, PostgresOffsetContext) - Method in class io.debezium.connector.postgresql.PostgresChangeEventSourceCoordinator
- EXPRESSION_DEFAULT_PATTERN - Static variable in class io.debezium.connector.postgresql.connection.PostgresConnection
- extractDefault(String) - Static method in class io.debezium.connector.postgresql.connection.PostgresDefaultValueConverter
- extractDefault(String, String) - Static method in class io.debezium.connector.postgresql.connection.PostgresDefaultValueConverter
- extractEnumDefault(String, String) - Static method in class io.debezium.connector.postgresql.connection.PostgresDefaultValueConverter
F
- FACTORY - Static variable in class io.debezium.connector.postgresql.connection.PostgresConnection
- fetchReplicationSlotInfo(String, String) - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
-
Fetches the state of a replication stage given a slot name and plugin name
- filter - Variable in class io.debezium.connector.postgresql.LogicalDecodingMessageFilter
- FILTERED - Enum constant in enum io.debezium.connector.postgresql.PostgresConnectorConfig.AutoCreateMode
-
Enable publication on a specific set of tables.
- firstLsnReceived - Variable in class io.debezium.connector.postgresql.connection.WalPositionLocator
- flushLsn(Lsn) - Method in interface io.debezium.connector.postgresql.connection.ReplicationStream
-
Sends a message to the server informing it about that latest position in the WAL that has successfully been processed.
- flushLsnOnSource - Variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- format(String, String, Supplier<T>) - Method in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- forNumber(int) - Static method in enum io.debezium.connector.postgresql.proto.PgProto.DatumMessage.DatumCase
- forNumber(int) - Static method in enum io.debezium.connector.postgresql.proto.PgProto.Op
- forType(char) - Static method in enum io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder.MessageType
- fromEwkb(byte[]) - Static method in class io.debezium.connector.postgresql.PostgisGeometry
-
Create a PostgisGeometry using the supplied PostGIS EWKB.
- fromHexEwkb(String) - Static method in class io.debezium.connector.postgresql.PostgisGeometry
-
Create a PostgisGeometry using the supplied PostGIS Hex EWKB string.
- FULL - Enum constant in enum io.debezium.connector.postgresql.connection.ServerInfo.ReplicaIdentity
- FUNCTION_DEFAULT_PATTERN - Static variable in class io.debezium.connector.postgresql.connection.PostgresConnection
- FUNCTION_DEFAULT_PATTERN - Static variable in class io.debezium.connector.postgresql.connection.PostgresDefaultValueConverter
G
- geographyArrayOid - Variable in class io.debezium.connector.postgresql.TypeRegistry
- geographyArrayOid() - Method in class io.debezium.connector.postgresql.TypeRegistry
- geographyOid - Variable in class io.debezium.connector.postgresql.TypeRegistry
- geographyOid() - Method in class io.debezium.connector.postgresql.TypeRegistry
- geometryArrayOid - Variable in class io.debezium.connector.postgresql.TypeRegistry
- geometryArrayOid() - Method in class io.debezium.connector.postgresql.TypeRegistry
- geometryOid - Variable in class io.debezium.connector.postgresql.TypeRegistry
- geometryOid() - Method in class io.debezium.connector.postgresql.TypeRegistry
- get() - Static method in interface io.debezium.connector.postgresql.connection.DateTimeFormat
- get() - Static method in class io.debezium.connector.postgresql.PostgresSchemaFactory
- get() - Method in interface io.debezium.connector.postgresql.PostgresStreamingChangeEventSource.PgConnectionSupplier
- get(int) - Method in class io.debezium.connector.postgresql.TypeRegistry
- get(String) - Method in class io.debezium.connector.postgresql.TypeRegistry
- getAllConfigurationFields() - Method in class io.debezium.connector.postgresql.PostgresConnectorTask
- getAllTableIds(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<PostgresPartition, PostgresOffsetContext>) - Method in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- getAllTableIds(String) - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
-
Retrieves all
TableIds in a given database catalog, including partitioned tables. - getColumnName() - Method in class io.debezium.connector.postgresql.connection.pgoutput.ColumnMetaData
- 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; - getColumns() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputRelationMetaData
- 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; - getColumnValue(ResultSet, int, Column, Table) - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
- getCommitTime() - Method in class io.debezium.connector.postgresql.connection.LogicalDecodingMessage
- getCommitTime() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputReplicationMessage
- getCommitTime() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoReplicationMessage
- getCommitTime() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage
- getCommitTime() - Method in class io.debezium.connector.postgresql.connection.ReplicationMessage.NoopMessage
- getCommitTime() - Method in class io.debezium.connector.postgresql.connection.TransactionMessage
- 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; - getConfig() - Method in class io.debezium.connector.postgresql.connection.MessageDecoderContext
- getConfig() - Method in class io.debezium.connector.postgresql.PostgresTaskContext
- getConnectorDescriptor() - Method in class io.debezium.connector.postgresql.metadata.PostgresConnectorMetadata
- getConnectorFields() - Method in class io.debezium.connector.postgresql.metadata.PostgresConnectorMetadata
- getConnectorMetadata() - Method in class io.debezium.connector.postgresql.metadata.PostgresConnectorMetadataProvider
- getConnectorName() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- getContent() - Method in class io.debezium.connector.postgresql.connection.LogicalDecodingMessage
- getContextName() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- getCreateTableEvent(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<PostgresPartition, PostgresOffsetContext>, Table) - Method in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- getCurrentSlotState(PostgresConnection) - Method in class io.debezium.connector.postgresql.PostgresTaskContext
- getDatabaseCharset() - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
- getDatumBool() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
bool datum_bool = 7; - getDatumBool() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
bool datum_bool = 7; - getDatumBool() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
bool datum_bool = 7; - getDatumBytes() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
bytes datum_bytes = 9; - getDatumBytes() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
bytes datum_bytes = 9; - getDatumBytes() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
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
- getDatumCase() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
- getDatumDouble() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
double datum_double = 6; - getDatumDouble() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
double datum_double = 6; - getDatumDouble() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
double datum_double = 6; - getDatumFloat() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
float datum_float = 5; - getDatumFloat() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
float datum_float = 5; - getDatumFloat() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
float datum_float = 5; - getDatumInt32() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
int32 datum_int32 = 3; - getDatumInt32() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
int32 datum_int32 = 3; - getDatumInt32() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
int32 datum_int32 = 3; - getDatumInt64() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
int64 datum_int64 = 4; - getDatumInt64() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
int64 datum_int64 = 4; - getDatumInt64() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
int64 datum_int64 = 4; - getDatumMissing() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
bool datum_missing = 11; - getDatumMissing() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
bool datum_missing = 11; - getDatumMissing() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
bool datum_missing = 11; - getDatumPoint() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
.decoderbufs.Point datum_point = 10; - getDatumPoint() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
.decoderbufs.Point datum_point = 10; - getDatumPoint() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
.decoderbufs.Point datum_point = 10; - getDatumPointBuilder() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
.decoderbufs.Point datum_point = 10; - getDatumPointFieldBuilder() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
.decoderbufs.Point datum_point = 10; - getDatumPointOrBuilder() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
.decoderbufs.Point datum_point = 10; - getDatumPointOrBuilder() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
.decoderbufs.Point datum_point = 10; - getDatumPointOrBuilder() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
.decoderbufs.Point datum_point = 10; - getDatumString() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
string datum_string = 8; - getDatumString() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
string datum_string = 8; - getDatumString() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
string datum_string = 8; - getDatumStringBytes() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
string datum_string = 8; - getDatumStringBytes() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
string datum_string = 8; - getDatumStringBytes() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
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
- getDefaultInstance() - Static method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- 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
- getDefaultInstanceForType() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- getDefaultInstanceForType() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- getDefaultLength() - Method in class io.debezium.connector.postgresql.PostgresType
- getDefaultScale() - Method in class io.debezium.connector.postgresql.PostgresType
- getDefaultValueConverter() - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
- getDefaultValueExpression() - Method in class io.debezium.connector.postgresql.connection.pgoutput.ColumnMetaData
- 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
- getDescriptor() - Static method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- getDescriptor() - Static method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- 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
- getDescriptorForType() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- getElementType() - Method in class io.debezium.connector.postgresql.PostgresType
- getEnumValues() - Method in class io.debezium.connector.postgresql.PostgresType
- getEventSourcePosition(DataCollectionId, OffsetContext, Object, Struct) - Method in class io.debezium.connector.postgresql.PostgresEventMetadataProvider
- getEventTimestamp(DataCollectionId, OffsetContext, Object, Struct) - Method in class io.debezium.connector.postgresql.PostgresEventMetadataProvider
- getIncrementalSnapshotChangeEventSource(PostgresOffsetContext, SnapshotProgressListener<PostgresPartition>, DataChangeEventListener<PostgresPartition>) - Method in class io.debezium.connector.postgresql.PostgresChangeEventSourceFactory
- getIncrementalSnapshotContext() - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
- getJdbcId() - Method in class io.debezium.connector.postgresql.PostgresType
- getLastCommitStoredLsn() - Method in class io.debezium.connector.postgresql.connection.WalPositionLocator
- getLastCompletelyProcessedLsn() - Method in class io.debezium.connector.postgresql.ChangeEvent
- getLastEventStoredLsn() - Method in class io.debezium.connector.postgresql.connection.WalPositionLocator
- getLength() - Method in class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn.TypeMetadataImpl
- getLength() - Method in class io.debezium.connector.postgresql.connection.pgoutput.ColumnMetaData
- getLength() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnTypeMetadata
- getLongTypeNames() - Static method in class io.debezium.connector.postgresql.TypeRegistry
- getMessageFilter() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- getMetadata(String) - Method in class io.debezium.connector.postgresql.converters.PostgresRecordParser
- getModifier() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
-
required string modifier = 1; - getModifier() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
-
required string modifier = 1; - getModifier() - Method in interface io.debezium.connector.postgresql.proto.PgProto.TypeInfoOrBuilder
-
required string modifier = 1; - getModifierBytes() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
-
required string modifier = 1; - getModifierBytes() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
-
required string modifier = 1; - getModifierBytes() - Method in interface io.debezium.connector.postgresql.proto.PgProto.TypeInfoOrBuilder
-
required string modifier = 1; - getName() - Method in class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn
- getName() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputRelationMetaData
- getName() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.Column
- getName() - Method in class io.debezium.connector.postgresql.converters.PostgresCloudEventsProvider
- getName() - Method in class io.debezium.connector.postgresql.PostgresType
- getNewColumnValues() - Method in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- 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.connection.LogicalDecodingMessage
- getNewTupleList() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputReplicationMessage
- getNewTupleList() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoReplicationMessage
- getNewTupleList() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage
- getNewTupleList() - Method in class io.debezium.connector.postgresql.connection.ReplicationMessage.NoopMessage
- getNewTupleList() - Method in class io.debezium.connector.postgresql.connection.TransactionMessage
- 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; - getNewTypeinfo(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - getNewTypeinfo(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - getNewTypeinfo(int) - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - getNewTypeinfoBuilder(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - getNewTypeinfoBuilderList() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - getNewTypeinfoCount() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - getNewTypeinfoCount() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - getNewTypeinfoCount() - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - getNewTypeinfoFieldBuilder() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- getNewTypeinfoList() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - getNewTypeinfoList() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - getNewTypeinfoList() - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - getNewTypeinfoOrBuilder(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - getNewTypeinfoOrBuilder(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - getNewTypeinfoOrBuilder(int) - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - getNewTypeinfoOrBuilderList() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - getNewTypeinfoOrBuilderList() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - getNewTypeinfoOrBuilderList() - Method in interface io.debezium.connector.postgresql.proto.PgProto.RowMessageOrBuilder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - getNumber() - Method in enum io.debezium.connector.postgresql.proto.PgProto.DatumMessage.DatumCase
- getNumber() - Method in enum io.debezium.connector.postgresql.proto.PgProto.Op
- getOffset() - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
- getOid() - Method in class io.debezium.connector.postgresql.PostgresType
- getOldColumnValues() - Method in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- 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.connection.LogicalDecodingMessage
- getOldTupleList() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputReplicationMessage
- getOldTupleList() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoReplicationMessage
- getOldTupleList() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage
- getOldTupleList() - Method in class io.debezium.connector.postgresql.connection.ReplicationMessage.NoopMessage
- getOldTupleList() - Method in class io.debezium.connector.postgresql.connection.TransactionMessage
- 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; - getOperation() - Method in class io.debezium.connector.postgresql.connection.LogicalDecodingMessage
- getOperation() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputReplicationMessage
- getOperation() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoReplicationMessage
- getOperation() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage
- getOperation() - Method in class io.debezium.connector.postgresql.connection.ReplicationMessage.NoopMessage
- getOperation() - Method in class io.debezium.connector.postgresql.connection.TransactionMessage
- getOperation() - Method in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- getParentType() - Method in class io.debezium.connector.postgresql.PostgresType
- 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
- getParserForType() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- getPartitions() - Method in class io.debezium.connector.postgresql.PostgresPartition.Provider
- getPosition(String, Table, Object[]) - Method in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- getPostgresPluginName() - Method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.LogicalDecoder
- getPostgresType() - Method in class io.debezium.connector.postgresql.connection.pgoutput.ColumnMetaData
- getPrefix() - Method in class io.debezium.connector.postgresql.connection.LogicalDecodingMessage
- getPrimaryKeyNames() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputRelationMetaData
- getRawValue() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputColumnValue
- getRawValue() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- getRawValue() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- getRecord() - Method in class io.debezium.connector.postgresql.ChangeEvent
- getRegisteredTypes() - Method in class io.debezium.connector.postgresql.TypeRegistry
- getRelationId() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputRelationMetaData
- getReplicationSlotState(String, String) - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
-
Returns the current state of the replication slot
- getRootType() - Method in class io.debezium.connector.postgresql.PostgresType
- getScale() - Method in class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn.TypeMetadataImpl
- getScale() - Method in class io.debezium.connector.postgresql.connection.pgoutput.ColumnMetaData
- getScale() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnTypeMetadata
- getSchema() - Method in class io.debezium.connector.postgresql.connection.MessageDecoderContext
- getSchema() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputRelationMetaData
- 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
- getSerializedSize() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- getSlotInfo() - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- getSlotXmin(PostgresConnection) - Method in class io.debezium.connector.postgresql.PostgresTaskContext
- getSnapshotChangeEventSource(SnapshotProgressListener<PostgresPartition>) - Method in class io.debezium.connector.postgresql.PostgresChangeEventSourceFactory
- getSnapshotSelect(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<PostgresPartition, PostgresOffsetContext>, TableId, List<String>) - Method in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
-
Generate a valid Postgres query string for the specified table and columns
- getSnapshotter() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- getSnapshotter() - Method in class io.debezium.connector.postgresql.snapshot.SnapshotterWrapper
- getSnapshotter(Configuration) - Method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SnapshotMode
- getSnapshottingTask(PostgresPartition, PostgresOffsetContext) - Method in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- getSourceInfoSchema() - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
- getSourceInfoStructMaker(CommonConnectorConfig.Version) - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- getSourcePartition() - Method in class io.debezium.connector.postgresql.PostgresPartition
- getSqlType(String) - Method in class io.debezium.connector.postgresql.TypeRegistry.SqlTypeMapper
- getSqlTypes(PostgresConnection) - Static method in class io.debezium.connector.postgresql.TypeRegistry.SqlTypeMapper
-
Builds up a map of SQL (JDBC) types by PG type name; contains only values for non-core types.
- getSrid() - Method in class io.debezium.connector.postgresql.PostgisGeometry
-
Returns the coordinate reference system identifier (SRID)
- getStreamingChangeEventSource() - Method in class io.debezium.connector.postgresql.PostgresChangeEventSourceFactory
- getStreamingStoppingLsn() - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
-
Returns the LSN that the streaming phase should stream events up to or null if a stopping point is not set.
- getTable() - Method in class io.debezium.connector.postgresql.connection.LogicalDecodingMessage
- getTable() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputReplicationMessage
- getTable() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoReplicationMessage
- getTable() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage
- getTable() - Method in class io.debezium.connector.postgresql.connection.ReplicationMessage.NoopMessage
- getTable() - Method in class io.debezium.connector.postgresql.connection.TransactionMessage
- 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; - getTableColumnsFromDatabase(PostgresConnection, DatabaseMetaData, TableId) - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
- getTableId() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputRelationMetaData
- getTableSchemaBuilder(PostgresConnectorConfig, PostgresValueConverter, PostgresDefaultValueConverter) - Static method in class io.debezium.connector.postgresql.PostgresSchema
- getTaskContext() - Method in class io.debezium.connector.postgresql.PostgresConnectorTask
- getTimePrecision(Column) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- getTimestampUtils() - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
- getToastableColumnsForTableId(TableId) - Method in class io.debezium.connector.postgresql.PostgresSchema
- getToastPlaceholderBinary() - Method in class io.debezium.connector.postgresql.UnchangedToastedPlaceholder
- getToastPlaceholderString() - Method in class io.debezium.connector.postgresql.UnchangedToastedPlaceholder
- getTransactionContext() - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
- getTransactionId() - Method in class io.debezium.connector.postgresql.connection.LogicalDecodingMessage
- getTransactionId() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputReplicationMessage
- getTransactionId() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoReplicationMessage
- getTransactionId() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage
- getTransactionId() - Method in class io.debezium.connector.postgresql.connection.ReplicationMessage.NoopMessage
- getTransactionId() - Method in class io.debezium.connector.postgresql.connection.TransactionMessage
- 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; - getTransactionId(DataCollectionId, OffsetContext, Object, Struct) - Method in class io.debezium.connector.postgresql.PostgresEventMetadataProvider
- getTransactionStartLsn() - Method in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- getTruncateOptions(int) - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
-
Convert truncate option bits to postgres syntax truncate options
- getType() - Method in class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn
- getType() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.Column
- getTypeInfo() - Method in class io.debezium.connector.postgresql.PostgresType
-
Get the underlying postgres type information object
- getTypeInfo(PostgresConnection) - Static method in class io.debezium.connector.postgresql.TypeRegistry
- getTypeMetadata() - Method in class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn
- getTypeMetadata() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.Column
-
Returns additional metadata about this column's type.
- getTypeName() - Method in class io.debezium.connector.postgresql.connection.pgoutput.ColumnMetaData
- getTypeRegistry() - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
- getUnavailableValuePlaceholder() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- 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
- getUnknownFields() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- getValue() - Method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.AutoCreateMode
- getValue() - Method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.HStoreHandlingMode
- getValue() - Method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.IntervalHandlingMode
- getValue() - Method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.LogicalDecoder
- getValue() - Method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SchemaRefreshMode
- getValue() - Method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SecureConnectionMode
- getValue() - Method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SnapshotMode
- getValue(PostgresStreamingChangeEventSource.PgConnectionSupplier, boolean) - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.Column
- getValue(PostgresStreamingChangeEventSource.PgConnectionSupplier, boolean) - Method in class io.debezium.connector.postgresql.UnchangedToastedReplicationMessageColumn
- getValue(Object) - Method in class io.debezium.connector.postgresql.UnchangedToastedPlaceholder
- getValue(String, PostgresType, String, PgProto.DatumMessage, PostgresStreamingChangeEventSource.PgConnectionSupplier, boolean) - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoReplicationMessage
- getValue(String, PostgresType, String, String, PostgresStreamingChangeEventSource.PgConnectionSupplier, boolean, TypeRegistry) - Static method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputReplicationMessage
-
Converts the value (string representation) coming from PgOutput plugin to a Java value based on the type of the column from the message.
- getValueDescriptor() - Method in enum io.debezium.connector.postgresql.proto.PgProto.Op
- getValueOptional() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
-
required bool value_optional = 2; - getValueOptional() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
-
required bool value_optional = 2; - getValueOptional() - Method in interface io.debezium.connector.postgresql.proto.PgProto.TypeInfoOrBuilder
-
required bool value_optional = 2; - getWkb() - Method in class io.debezium.connector.postgresql.PostgisGeometry
-
Returns the standard well-known binary representation
- 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; - GROWING_WAL_WARNING_LOG_INTERVAL - Static variable in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
-
Number of received events without sending anything to Kafka which will trigger a "WAL backlog growing" warning.
H
- handleBeginMessage(ByteBuffer, ReplicationStream.ReplicationMessageProcessor) - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
-
Callback handler for the 'B' begin replication message.
- handleCommitMessage(ByteBuffer, ReplicationStream.ReplicationMessageProcessor) - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
-
Callback handler for the 'C' commit replication message.
- handleLogicalDecodingMessage(ByteBuffer, ReplicationStream.ReplicationMessageProcessor) - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
-
Callback handler for the 'M' logical decoding message
- handleRelationMessage(ByteBuffer, TypeRegistry) - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
-
Callback handler for the 'R' relation replication message.
- handleUnknownData(Column, Field, Object) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- 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; - hasCompletelyProcessedPosition() - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
- hasDatumBool() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
bool datum_bool = 7; - hasDatumBool() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
bool datum_bool = 7; - hasDatumBool() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
bool datum_bool = 7; - hasDatumBytes() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
bytes datum_bytes = 9; - hasDatumBytes() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
bytes datum_bytes = 9; - hasDatumBytes() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
bytes datum_bytes = 9; - hasDatumDouble() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
double datum_double = 6; - hasDatumDouble() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
double datum_double = 6; - hasDatumDouble() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
double datum_double = 6; - hasDatumFloat() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
float datum_float = 5; - hasDatumFloat() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
float datum_float = 5; - hasDatumFloat() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
float datum_float = 5; - hasDatumInt32() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
int32 datum_int32 = 3; - hasDatumInt32() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
int32 datum_int32 = 3; - hasDatumInt32() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
int32 datum_int32 = 3; - hasDatumInt64() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
int64 datum_int64 = 4; - hasDatumInt64() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
int64 datum_int64 = 4; - hasDatumInt64() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
int64 datum_int64 = 4; - hasDatumMissing() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
bool datum_missing = 11; - hasDatumMissing() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
bool datum_missing = 11; - hasDatumMissing() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
bool datum_missing = 11; - hasDatumPoint() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
.decoderbufs.Point datum_point = 10; - hasDatumPoint() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
.decoderbufs.Point datum_point = 10; - hasDatumPoint() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
.decoderbufs.Point datum_point = 10; - hasDatumString() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
string datum_string = 8; - hasDatumString() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
string datum_string = 8; - hasDatumString() - Method in interface io.debezium.connector.postgresql.proto.PgProto.DatumMessageOrBuilder
-
string datum_string = 8; - hasDefaultValue - Variable in class io.debezium.connector.postgresql.connection.pgoutput.ColumnMetaData
- hasDefaultValue() - Method in class io.debezium.connector.postgresql.connection.pgoutput.ColumnMetaData
- hashCode() - Method in class io.debezium.connector.postgresql.connection.Lsn
- hashCode() - Method in class io.debezium.connector.postgresql.PostgresPartition
- hashCode() - Method in class io.debezium.connector.postgresql.PostgresType
- hashCode() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- hashCode() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point
- hashCode() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- hashCode() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- hasInitedSlot - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- hasLastKnownPosition() - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
- hasMinimumVersion(int) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- hasMissingUntoastedColumns(Table, List<ReplicationMessage.Column>) - Method in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- hasModifier() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
-
required string modifier = 1; - hasModifier() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
-
required string modifier = 1; - hasModifier() - Method in interface io.debezium.connector.postgresql.proto.PgProto.TypeInfoOrBuilder
-
required string modifier = 1; - 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; - hasParentType() - Method in class io.debezium.connector.postgresql.PostgresType.Builder
- 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
- hasValueOptional() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
-
required bool value_optional = 2; - hasValueOptional() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
-
required bool value_optional = 2; - hasValueOptional() - Method in interface io.debezium.connector.postgresql.proto.PgProto.TypeInfoOrBuilder
-
required bool value_optional = 2; - 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; - HEXEWKB_EMPTY_GEOMETRYCOLLECTION - Static variable in class io.debezium.connector.postgresql.PostgisGeometry
-
Static Hex EKWB for a GEOMETRYCOLLECTION EMPTY.
- hostname() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- HSTORE_HANDLING_MODE - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- hstoreArrayOid - Variable in class io.debezium.connector.postgresql.TypeRegistry
- hstoreArrayOid() - Method in class io.debezium.connector.postgresql.TypeRegistry
- hStoreHandlingMode - Variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- hStoreHandlingMode() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- HStoreHandlingMode(String) - Constructor for enum io.debezium.connector.postgresql.PostgresConnectorConfig.HStoreHandlingMode
- hStoreMode - Variable in class io.debezium.connector.postgresql.PostgresValueConverter
- hstoreOid - Variable in class io.debezium.connector.postgresql.TypeRegistry
- hstoreOid() - Method in class io.debezium.connector.postgresql.TypeRegistry
- hstoreSchema() - Method in class io.debezium.connector.postgresql.PostgresValueConverter
I
- INCLUDE_UNKNOWN_DATATYPES - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- includeUnknownDatatypes - Variable in class io.debezium.connector.postgresql.PostgresValueConverter
-
trueif fields of data type not know should be handle as opaque binary;falseif they should be omitted - includeUnknownDatatypes() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- incrementalSnapshotContext - Variable in class io.debezium.connector.postgresql.PostgresOffsetContext
- INDEX - Enum constant in enum io.debezium.connector.postgresql.connection.ServerInfo.ReplicaIdentity
- INET_ARRAY - Static variable in class io.debezium.connector.postgresql.PgOid
- INET_OID - Static variable in class io.debezium.connector.postgresql.PgOid
- INFO - Static variable in class io.debezium.connector.postgresql.Module
- init() - Method in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- init(PostgresConnectorConfig, OffsetState, SlotState) - Method in class io.debezium.connector.postgresql.snapshot.InitialOnlySnapshotter
- init(PostgresConnectorConfig, OffsetState, SlotState) - Method in class io.debezium.connector.postgresql.snapshot.InitialSnapshotter
- init(PostgresConnectorConfig, OffsetState, SlotState) - Method in class io.debezium.connector.postgresql.snapshot.NeverSnapshotter
- init(PostgresConnectorConfig, OffsetState, SlotState) - Method in class io.debezium.connector.postgresql.snapshot.QueryingSnapshotter
- init(PostgresConnectorConfig, OffsetState, SlotState) - Method in interface io.debezium.connector.postgresql.spi.Snapshotter
- initConnection() - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- initConnection() - Method in interface io.debezium.connector.postgresql.connection.ReplicationConnection
-
Forces the connection to be created, is called by startStreaming, but can be called manually in cases where we want the connection but not to to start streaming yet.
- INITIAL - Enum constant in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SnapshotMode
-
Perform a snapshot only upon initial startup of a connector.
- INITIAL_ONLY - Enum constant in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SnapshotMode
-
Perform a snapshot and then stop before attempting to receive any logical changes.
- initialContext(PostgresConnectorConfig, PostgresConnection, Clock) - Static method in class io.debezium.connector.postgresql.PostgresOffsetContext
- initialContext(PostgresConnectorConfig, PostgresConnection, Clock, Lsn, Lsn) - Static method in class io.debezium.connector.postgresql.PostgresOffsetContext
- InitialOnlySnapshotter - Class in io.debezium.connector.postgresql.snapshot
- InitialOnlySnapshotter() - Constructor for class io.debezium.connector.postgresql.snapshot.InitialOnlySnapshotter
- InitialSnapshotter - Class in io.debezium.connector.postgresql.snapshot
- InitialSnapshotter() - Constructor for class io.debezium.connector.postgresql.snapshot.InitialSnapshotter
- initMetadata() - Method in class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn
- initPublication() - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- initReplicationSlot() - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- INSERT - Enum constant in enum io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder.MessageType
- INSERT - Enum constant in enum io.debezium.connector.postgresql.connection.ReplicationMessage.Operation
- INSERT - Enum constant in enum io.debezium.connector.postgresql.proto.PgProto.Op
-
INSERT = 0; - INSERT_VALUE - Static variable in enum io.debezium.connector.postgresql.proto.PgProto.Op
-
INSERT = 0; - INT4RANGE_ARRAY - Static variable in class io.debezium.connector.postgresql.PgOid
- INT4RANGE_OID - Static variable in class io.debezium.connector.postgresql.PgOid
- INT8RANGE_ARRAY - Static variable in class io.debezium.connector.postgresql.PgOid
- INT8RANGE_OID - Static variable in class io.debezium.connector.postgresql.PgOid
- internal_static_decoderbufs_DatumMessage_descriptor - Static variable in class io.debezium.connector.postgresql.proto.PgProto
- internal_static_decoderbufs_DatumMessage_fieldAccessorTable - Static variable in class io.debezium.connector.postgresql.proto.PgProto
- internal_static_decoderbufs_Point_descriptor - Static variable in class io.debezium.connector.postgresql.proto.PgProto
- internal_static_decoderbufs_Point_fieldAccessorTable - Static variable in class io.debezium.connector.postgresql.proto.PgProto
- internal_static_decoderbufs_RowMessage_descriptor - Static variable in class io.debezium.connector.postgresql.proto.PgProto
- internal_static_decoderbufs_RowMessage_fieldAccessorTable - Static variable in class io.debezium.connector.postgresql.proto.PgProto
- internal_static_decoderbufs_TypeInfo_descriptor - Static variable in class io.debezium.connector.postgresql.proto.PgProto
- internal_static_decoderbufs_TypeInfo_fieldAccessorTable - Static variable in class io.debezium.connector.postgresql.proto.PgProto
- internalGetFieldAccessorTable() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- internalGetFieldAccessorTable() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- internalGetFieldAccessorTable() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
- internalGetFieldAccessorTable() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point
- internalGetFieldAccessorTable() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- internalGetFieldAccessorTable() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- internalGetFieldAccessorTable() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- internalGetFieldAccessorTable() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- internalGetValueMap() - Static method in enum io.debezium.connector.postgresql.proto.PgProto.Op
- internalValueMap - Static variable in enum io.debezium.connector.postgresql.proto.PgProto.Op
- INTERVAL_HANDLING_MODE - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- intervalHandlingMode - Variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- intervalHandlingMode() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- IntervalHandlingMode(String) - Constructor for enum io.debezium.connector.postgresql.PostgresConnectorConfig.IntervalHandlingMode
- intervalMode - Variable in class io.debezium.connector.postgresql.PostgresValueConverter
- INVALID - Static variable in class io.debezium.connector.postgresql.connection.ServerInfo.ReplicationSlot
- INVALID_LSN - Static variable in class io.debezium.connector.postgresql.connection.Lsn
-
Zero is used indicate an invalid pointer.
- io.debezium.connector.postgresql - package io.debezium.connector.postgresql
- io.debezium.connector.postgresql.connection - package io.debezium.connector.postgresql.connection
- io.debezium.connector.postgresql.connection.pgoutput - package io.debezium.connector.postgresql.connection.pgoutput
- io.debezium.connector.postgresql.connection.pgproto - package io.debezium.connector.postgresql.connection.pgproto
- io.debezium.connector.postgresql.converters - package io.debezium.connector.postgresql.converters
- io.debezium.connector.postgresql.data - package io.debezium.connector.postgresql.data
- io.debezium.connector.postgresql.metadata - package io.debezium.connector.postgresql.metadata
- io.debezium.connector.postgresql.pipeline.txmetadata - package io.debezium.connector.postgresql.pipeline.txmetadata
- io.debezium.connector.postgresql.proto - package io.debezium.connector.postgresql.proto
- io.debezium.connector.postgresql.snapshot - package io.debezium.connector.postgresql.snapshot
- io.debezium.connector.postgresql.spi - package io.debezium.connector.postgresql.spi
- isArray(PostgresType) - Method in class io.debezium.connector.postgresql.connection.AbstractColumnValue
- isArray(PostgresType) - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- isArray(PostgresType) - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- isArrayType() - Method in class io.debezium.connector.postgresql.PostgresType
- isColumnInPrimaryKey(String, String, String, List<String>) - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
- isConnected() - Method in interface io.debezium.connector.postgresql.connection.ReplicationConnection
-
Checks whether this connection is open or not
- isEnumType() - Method in class io.debezium.connector.postgresql.PostgresType
- isFilteredOut(TableId) - Method in class io.debezium.connector.postgresql.PostgresSchema
- isFlushLsnOnSource() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- isIncluded(TableId) - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig.SystemTablesPredicate
- isIncluded(String) - Method in class io.debezium.connector.postgresql.LogicalDecodingMessageFilter
- isInitialized() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- isInitialized() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- isInitialized() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
- isInitialized() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point
- isInitialized() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- isInitialized() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- isInitialized() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- isInitialized() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- isInPreSnapshotCatchUpStreaming(PostgresOffsetContext) - Method in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
-
Returns whether the current streaming phase is running a catch up streaming phase that runs before a snapshot.
- isKey() - Method in class io.debezium.connector.postgresql.connection.pgoutput.ColumnMetaData
- isLastEventForLsn() - Method in class io.debezium.connector.postgresql.connection.LogicalDecodingMessage
- isLastEventForLsn() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputReplicationMessage
- isLastEventForLsn() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputTruncateReplicationMessage
- isLastEventForLsn() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoReplicationMessage
- isLastEventForLsn() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage
- isLastEventForLsn() - Method in class io.debezium.connector.postgresql.connection.ReplicationMessage.NoopMessage
- isLastEventForLsn() - Method in class io.debezium.connector.postgresql.connection.TransactionMessage
- isNull() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputColumnValue
- isNull() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- isNull() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.ColumnValue
- ISODateTimeFormat() - Constructor for class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- isOptional() - Method in class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn
- isOptional() - Method in class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn.TypeMetadataImpl
- isOptional() - Method in class io.debezium.connector.postgresql.connection.pgoutput.ColumnMetaData
- isOptional() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.Column
- isRetriable(Throwable) - Method in class io.debezium.connector.postgresql.PostgresErrorHandler
- isRootType() - Method in class io.debezium.connector.postgresql.PostgresType
-
The type system allows for the creation of user defined types (UDTs) which can be based on any existing type.
- isSnapshotRunning() - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
- isTableType(String) - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
- isTableUniqueIndexIncluded(String, String) - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
- isToastedColumn() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage.Column
- isToastedColumn() - Method in class io.debezium.connector.postgresql.UnchangedToastedReplicationMessageColumn
- isTransactional - Variable in class io.debezium.connector.postgresql.connection.LogicalDecodingMessage
- isTransactionalMessage() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage
-
Whether this message represents the begin or end of a transaction.
- isTruncateEventsIncluded() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
- isValid() - Method in class io.debezium.connector.postgresql.connection.Lsn
- isVariableScaleDecimal(Column) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
J
- jdbcConnection - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- jdbcConnection - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- jdbcConnection - Variable in class io.debezium.connector.postgresql.PostgresChangeEventSourceFactory
- jdbcConnection - Variable in class io.debezium.connector.postgresql.PostgresConnectorTask
- jdbcConnection - Variable in class io.debezium.connector.postgresql.PostgresSignalBasedIncrementalSnapshotChangeEventSource
- jdbcConnection - Variable in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- jdbcId - Variable in class io.debezium.connector.postgresql.PostgresType.Builder
- jdbcId - Variable in class io.debezium.connector.postgresql.PostgresType
- jdbcMetadataConnection(PostgresConnection) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- jdbcMetadataConnection(PostgresConnection) - Method in interface io.debezium.connector.postgresql.connection.ReplicationConnection.Builder
-
Provides a JDBC connection used to query metadata, database information, ...
- JSON - Enum constant in enum io.debezium.connector.postgresql.PostgresConnectorConfig.HStoreHandlingMode
-
Represents HStore value as json
- JSONB_OID - Static variable in class io.debezium.connector.postgresql.PgOid
-
Internal PG types as returned by the plugin
- jsonFactory - Variable in class io.debezium.connector.postgresql.PostgresValueConverter
K
- KEEP_ALIVE_THREAD_NAME - Static variable in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- key - Variable in class io.debezium.connector.postgresql.connection.pgoutput.ColumnMetaData
- keySchema - Variable in class io.debezium.connector.postgresql.LogicalDecodingMessageMonitor
-
The key schema; a struct like this:
L
- LAST_COMMIT_LSN_KEY - Static variable in class io.debezium.connector.postgresql.PostgresOffsetContext
- LAST_COMPLETELY_PROCESSED_LSN_KEY - Static variable in class io.debezium.connector.postgresql.PostgresOffsetContext
- LAST_SNAPSHOT_RECORD_KEY - Static variable in class io.debezium.connector.postgresql.SourceInfo
- lastCommitLsn - Variable in class io.debezium.connector.postgresql.PostgresOffsetContext
- lastCommitLsn - Variable in class io.debezium.connector.postgresql.SourceInfo
- lastCommitLsn() - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
- lastCommitStoredLsn - Variable in class io.debezium.connector.postgresql.connection.WalPositionLocator
- lastCommitTs() - Method in class io.debezium.connector.postgresql.spi.OffsetState
- lastCompletelyProcessedLsn - Variable in class io.debezium.connector.postgresql.ChangeEvent
-
The last LSN of that was completely processed.
- lastCompletelyProcessedLsn - Variable in class io.debezium.connector.postgresql.PostgresOffsetContext
- lastCompletelyProcessedLsn - Variable in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- lastCompletelyProcessedLsn() - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
- lastEventStoredLsn - Variable in class io.debezium.connector.postgresql.connection.WalPositionLocator
- lastProcessedMessageType - Variable in class io.debezium.connector.postgresql.connection.WalPositionLocator
- lastProcessedMessageType() - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
- lastReceivedLsn() - Method in interface io.debezium.connector.postgresql.connection.ReplicationStream
-
Returns the value for the latest server received LSN during a read operation.
- lastSeenLsn() - Method in class io.debezium.connector.postgresql.spi.OffsetState
- lastSeenTxId() - Method in class io.debezium.connector.postgresql.spi.OffsetState
- lastSeenXmin() - Method in class io.debezium.connector.postgresql.spi.OffsetState
- lastSnapshotRecord - Variable in class io.debezium.connector.postgresql.PostgresOffsetContext
- lastTableInTruncate - Variable in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputTruncateReplicationMessage
- lastXmin - Variable in class io.debezium.connector.postgresql.PostgresTaskContext
- latestFlushedLsn - Variable in class io.debezium.connector.postgresql.connection.ServerInfo.ReplicationSlot
- latestFlushedLsn - Variable in class io.debezium.connector.postgresql.spi.SlotState
- latestFlushedLsn() - Method in class io.debezium.connector.postgresql.connection.ServerInfo.ReplicationSlot
-
Represents the `confirmed_flushed_lsn` field of the replication slot.
- length - Variable in class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn.TypeMetadataImpl
-
Length of the type, if present
- length - Variable in class io.debezium.connector.postgresql.connection.pgoutput.ColumnMetaData
- length(int) - Method in class io.debezium.connector.postgresql.PostgresType
- LITERAL_DEFAULT_PATTERN - Static variable in class io.debezium.connector.postgresql.connection.PostgresDefaultValueConverter
- load(Map<String, ?>) - Method in class io.debezium.connector.postgresql.PostgresOffsetContext.Loader
- Loader(PostgresConnectorConfig) - Constructor for class io.debezium.connector.postgresql.PostgresOffsetContext.Loader
- loadType(PreparedStatement) - Method in class io.debezium.connector.postgresql.TypeRegistry
- lockTablesForSchemaSnapshot(ChangeEventSource.ChangeEventSourceContext, RelationalSnapshotChangeEventSource.RelationalSnapshotContext<PostgresPartition, PostgresOffsetContext>) - Method in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- LOG_INTERVAL_DURATION - Static variable in class io.debezium.connector.postgresql.connection.AbstractMessageDecoder
- logger - Variable in class io.debezium.connector.postgresql.RecordsProducer
- LOGGER - Static variable in class io.debezium.connector.postgresql.connection.AbstractColumnValue
- LOGGER - Static variable in class io.debezium.connector.postgresql.connection.AbstractMessageDecoder
- LOGGER - Static variable in class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn.TypeMetadataImpl
- LOGGER - Static variable in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- LOGGER - Static variable in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
- LOGGER - Static variable in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- LOGGER - Static variable in class io.debezium.connector.postgresql.connection.pgproto.PgProtoMessageDecoder
- LOGGER - Static variable in class io.debezium.connector.postgresql.connection.PostgresConnection
- LOGGER - Static variable in class io.debezium.connector.postgresql.connection.PostgresDefaultValueConverter
- LOGGER - Static variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- LOGGER - Static variable in class io.debezium.connector.postgresql.connection.ReplicationMessageColumnValueResolver
- LOGGER - Static variable in class io.debezium.connector.postgresql.connection.WalPositionLocator
- LOGGER - Static variable in class io.debezium.connector.postgresql.PostgresChangeEventSourceCoordinator
- LOGGER - Static variable in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- LOGGER - Static variable in class io.debezium.connector.postgresql.PostgresConnector
- LOGGER - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- LOGGER - Static variable in class io.debezium.connector.postgresql.PostgresConnectorTask
- LOGGER - Static variable in class io.debezium.connector.postgresql.PostgresEventDispatcher
- LOGGER - Static variable in class io.debezium.connector.postgresql.PostgresOffsetContext
- LOGGER - Static variable in class io.debezium.connector.postgresql.PostgresSchema
- LOGGER - Static variable in class io.debezium.connector.postgresql.PostgresSignalBasedIncrementalSnapshotChangeEventSource
- LOGGER - Static variable in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- LOGGER - Static variable in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- LOGGER - Static variable in class io.debezium.connector.postgresql.PostgresTaskContext
- LOGGER - Static variable in class io.debezium.connector.postgresql.snapshot.AlwaysSnapshotter
- LOGGER - Static variable in class io.debezium.connector.postgresql.snapshot.InitialOnlySnapshotter
- LOGGER - Static variable in class io.debezium.connector.postgresql.snapshot.InitialSnapshotter
- LOGGER - Static variable in class io.debezium.connector.postgresql.snapshot.NeverSnapshotter
- LOGGER - Static variable in class io.debezium.connector.postgresql.TypeRegistry
- LOGICAL_DECODING_MESSAGE - Enum constant in enum io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder.MessageType
- LOGICAL_DECODING_MESSAGE_PREFIX_EXCLUDE_LIST - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
A comma-separated list of regular expressions that match the prefix of logical decoding messages to be excluded from monitoring.
- LOGICAL_DECODING_MESSAGE_PREFIX_INCLUDE_LIST - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
-
A comma-separated list of regular expressions that match the prefix of logical decoding messages to be monitored.
- LOGICAL_DECODING_MESSAGE_TOPIC_SUFFIX - Static variable in class io.debezium.connector.postgresql.LogicalDecodingMessageMonitor
- LOGICAL_NAME - Static variable in class io.debezium.connector.postgresql.data.Ltree
- LogicalDecoder(String) - Constructor for enum io.debezium.connector.postgresql.PostgresConnectorConfig.LogicalDecoder
- LogicalDecodingMessage - Class in io.debezium.connector.postgresql.connection
-
Replication message instance representing a generic logical decoding message
- LogicalDecodingMessage(ReplicationMessage.Operation, Instant, Long, boolean, String, byte[]) - Constructor for class io.debezium.connector.postgresql.connection.LogicalDecodingMessage
- logicalDecodingMessageEvent(Partition, OffsetContext, Long, LogicalDecodingMessage) - Method in class io.debezium.connector.postgresql.LogicalDecodingMessageMonitor
- logicalDecodingMessageFilter - Variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- LogicalDecodingMessageFilter - Class in io.debezium.connector.postgresql
-
Applies the include/exclude filters to logical decoding message prefix.
- LogicalDecodingMessageFilter(String, String) - Constructor for class io.debezium.connector.postgresql.LogicalDecodingMessageFilter
- logicalDecodingMessageMonitor - Variable in class io.debezium.connector.postgresql.PostgresEventDispatcher
- LogicalDecodingMessageMonitor - Class in io.debezium.connector.postgresql
-
The class receives
LogicalDecodingMessageevents and delivers the event to the dedicated topic. - LogicalDecodingMessageMonitor(PostgresConnectorConfig, BlockingConsumer<SourceRecord>) - Constructor for class io.debezium.connector.postgresql.LogicalDecodingMessageMonitor
- logicalDecodingMessageMonitorBlockSchema(SchemaNameAdjuster, CommonConnectorConfig.BinaryHandlingMode) - Method in class io.debezium.connector.postgresql.PostgresSchemaFactory
- logicalDecodingMessageMonitorKeySchema(SchemaNameAdjuster) - Method in class io.debezium.connector.postgresql.PostgresSchemaFactory
- logicalDecodingMessageMonitorValueSchema(SchemaNameAdjuster, PostgresConnectorConfig, CommonConnectorConfig.BinaryHandlingMode) - Method in class io.debezium.connector.postgresql.PostgresSchemaFactory
- LONG_TYPE_NAMES - Static variable in class io.debezium.connector.postgresql.TypeRegistry
- lsn - Variable in class io.debezium.connector.postgresql.SourceInfo
- lsn - Variable in class io.debezium.connector.postgresql.spi.OffsetState
- lsn() - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
- lsn() - Method in class io.debezium.connector.postgresql.SourceInfo
- Lsn - Class in io.debezium.connector.postgresql.connection
-
Abstraction of PostgreSQL log sequence number, adapted from
LogSequenceNumber. - Lsn(long) - Constructor for class io.debezium.connector.postgresql.connection.Lsn
- LSN_KEY - Static variable in class io.debezium.connector.postgresql.converters.PostgresRecordParser
- LSN_KEY - Static variable in class io.debezium.connector.postgresql.SourceInfo
- lsnAfterLastEventStoredLsn - Variable in class io.debezium.connector.postgresql.connection.WalPositionLocator
- lsnFlushingAllowed - Variable in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- lsnSeen - Variable in class io.debezium.connector.postgresql.connection.WalPositionLocator
- Ltree - Class in io.debezium.connector.postgresql.data
-
A semantic type for a Ltree string.
- Ltree() - Constructor for class io.debezium.connector.postgresql.data.Ltree
- ltreeArrayOid - Variable in class io.debezium.connector.postgresql.TypeRegistry
- ltreeArrayOid() - Method in class io.debezium.connector.postgresql.TypeRegistry
- ltreeOid - Variable in class io.debezium.connector.postgresql.TypeRegistry
- ltreeOid() - Method in class io.debezium.connector.postgresql.TypeRegistry
M
- MACADDR_ARRAY - Static variable in class io.debezium.connector.postgresql.PgOid
- MACADDR_OID - Static variable in class io.debezium.connector.postgresql.PgOid
- MACADDR8_ARRAY - Static variable in class io.debezium.connector.postgresql.PgOid
- MACADDR8_OID - Static variable in class io.debezium.connector.postgresql.PgOid
- MAP - Enum constant in enum io.debezium.connector.postgresql.PostgresConnectorConfig.HStoreHandlingMode
-
Represents HStore value as map
- MAPPER - Static variable in class io.debezium.connector.postgresql.SourceInfo
- MAX_ATTEMPTS_FOR_OBTAINING_REPLICATION_SLOT - Static variable in class io.debezium.connector.postgresql.connection.PostgresConnection
-
Obtaining a replication slot may fail if there's a pending transaction.
- MAX_RETRIES - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- maxRetries() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- maybeWarnAboutGrowingWalBacklog(boolean) - Method in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
-
If we receive change events but all of them get filtered out, we cannot commit any new offset with Apache Kafka.
- memoizedIsInitialized - Variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- memoizedIsInitialized - Variable in class io.debezium.connector.postgresql.proto.PgProto.Point
- memoizedIsInitialized - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- memoizedIsInitialized - Variable in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- mergeDatumPoint(PgProto.Point) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
.decoderbufs.Point datum_point = 10; - mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- mergeFrom(Message) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- mergeFrom(Message) - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
- mergeFrom(Message) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- mergeFrom(Message) - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- mergeFrom(PgProto.DatumMessage) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- mergeFrom(PgProto.Point) - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
- mergeFrom(PgProto.RowMessage) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- mergeFrom(PgProto.TypeInfo) - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- message - Variable in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- MESSAGE - Enum constant in enum io.debezium.connector.postgresql.connection.ReplicationMessage.Operation
- messageDecoder - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- messageDecoder(MessageDecoderContext, PostgresConnection) - Method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.LogicalDecoder
- MessageDecoder - Interface in io.debezium.connector.postgresql.connection
-
A class that is able to deserialize/decode binary representation of a batch of replication messages generated by logical decoding plugin.
- MessageDecoderContext - Class in io.debezium.connector.postgresql.connection
-
Contextual data required by
MessageDecoders. - MessageDecoderContext(PostgresConnectorConfig, PostgresSchema) - Constructor for class io.debezium.connector.postgresql.connection.MessageDecoderContext
- messageFilter - Variable in class io.debezium.connector.postgresql.PostgresEventDispatcher
- messageType - Variable in class io.debezium.connector.postgresql.SourceInfo
- messageType() - Method in class io.debezium.connector.postgresql.SourceInfo
- MessageType() - Constructor for enum io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder.MessageType
- MICROSECONDS_PER_SECOND - Static variable in class io.debezium.connector.postgresql.PostgresValueConverter
- missingTypeMetadata() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoReplicationMessage
- modifier_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- modifier_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- MODIFIER_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- modifiers - Variable in class io.debezium.connector.postgresql.PostgresType.Builder
- modifiers - Variable in class io.debezium.connector.postgresql.PostgresType
- Module - Class in io.debezium.connector.postgresql
-
Information about this module.
- Module() - Constructor for class io.debezium.connector.postgresql.Module
- MONEY_FRACTION_DIGITS - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- moneyFractionDigits - Variable in class io.debezium.connector.postgresql.PostgresValueConverter
- moneyFractionDigits() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- moneySchema() - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- MSG_TYPE_KEY - Static variable in class io.debezium.connector.postgresql.SourceInfo
N
- N_A_N - Static variable in class io.debezium.connector.postgresql.PostgresValueConverter
-
A string denoting not-a- number for FP and Numeric types
- name - Variable in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputRelationMetaData
- name - Variable in class io.debezium.connector.postgresql.PostgresType.Builder
- name - Variable in class io.debezium.connector.postgresql.PostgresType
- name() - Static method in class io.debezium.connector.postgresql.Module
- nameToType - Variable in class io.debezium.connector.postgresql.TypeRegistry
- NEGATIVE_INFINITY - Static variable in class io.debezium.connector.postgresql.PostgresValueConverter
-
A string denoting negative infinity for FP and Numeric types
- NEGATIVE_INFINITY_DATE - Static variable in class io.debezium.connector.postgresql.PostgresValueConverter
- NEGATIVE_INFINITY_INSTANT - Static variable in class io.debezium.connector.postgresql.PostgresValueConverter
- NEGATIVE_INFINITY_LOCAL_DATE - Static variable in class io.debezium.connector.postgresql.PostgresValueConverter
- NEGATIVE_INFINITY_LOCAL_DATE_TIME - Static variable in class io.debezium.connector.postgresql.PostgresValueConverter
- NEGATIVE_INFINITY_OFFSET_DATE_TIME - Static variable in class io.debezium.connector.postgresql.PostgresValueConverter
- NEGATIVE_INFINITY_TIMESTAMP - Static variable in class io.debezium.connector.postgresql.PostgresValueConverter
- NEVER - Enum constant in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SnapshotMode
-
Never perform a snapshot and only receive logical changes.
- NeverSnapshotter - Class in io.debezium.connector.postgresql.snapshot
- NeverSnapshotter() - Constructor for class io.debezium.connector.postgresql.snapshot.NeverSnapshotter
- NEW_TUPLE_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- NEW_TYPEINFO_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- newBuilder() - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- newBuilder() - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
- newBuilder() - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- newBuilder() - Static method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- newBuilder(PgProto.DatumMessage) - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- newBuilder(PgProto.Point) - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
- newBuilder(PgProto.RowMessage) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- newBuilder(PgProto.TypeInfo) - Static method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- newBuilderForType() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- newBuilderForType() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point
- newBuilderForType() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- newBuilderForType() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.debezium.connector.postgresql.proto.PgProto.Point
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- newColumns - Variable in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputReplicationMessage
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.debezium.connector.postgresql.proto.PgProto.Point
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- newTable(TableId) - Method in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- newTuple_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- newTuple_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- newTupleBuilder_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- newTypeinfo_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- newTypeinfo_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- newTypeinfoBuilder_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- NO_MODIFIERS - Static variable in class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn.TypeMetadataImpl
- NO_TYPE_MODIFIER - Static variable in class io.debezium.connector.postgresql.TypeRegistry
- NON_ISO_LOCAL_DATE - Static variable in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- NOOP - Enum constant in enum io.debezium.connector.postgresql.connection.ReplicationMessage.Operation
- NoopMessage(Long, Instant) - Constructor for class io.debezium.connector.postgresql.connection.ReplicationMessage.NoopMessage
- normalizeTypeName(String) - Static method in class io.debezium.connector.postgresql.TypeRegistry
-
Converts a type name in long (readable) format like
booleanto s standard data type name likebool. - NOTHING - Enum constant in enum io.debezium.connector.postgresql.connection.ServerInfo.ReplicaIdentity
- NUM_RANGE_ARRAY - Static variable in class io.debezium.connector.postgresql.PgOid
- NUM_RANGE_OID - Static variable in class io.debezium.connector.postgresql.PgOid
- numberOfEventsSinceLastEventSentOrWalGrowingWarning - Variable in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
-
The minimum of (number of event received since the last event sent to Kafka, number of event received since last WAL growing warning issued).
- NUMERIC - Enum constant in enum io.debezium.connector.postgresql.PostgresConnectorConfig.IntervalHandlingMode
-
Represents interval as inexact microseconds count
- numericSchema(Column) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
O
- of(PostgresConnectorConfig, Charset, TypeRegistry) - Static method in class io.debezium.connector.postgresql.PostgresValueConverter
- OffsetState - Class in io.debezium.connector.postgresql.spi
-
A simple data container that represents the last seen offset which was written by debezium.
- OffsetState(Lsn, Long, Long, Instant, boolean) - Constructor for class io.debezium.connector.postgresql.spi.OffsetState
- oid - Variable in class io.debezium.connector.postgresql.PostgresType.Builder
- oid - Variable in class io.debezium.connector.postgresql.PostgresType
- oidToType - Variable in class io.debezium.connector.postgresql.TypeRegistry
- OLD_TUPLE_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- oldColumns - Variable in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputReplicationMessage
- oldTuple_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- oldTuple_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- oldTupleBuilder_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- ON_CONNECT_STATEMENTS - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- op - Variable in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputReplicationMessage
- Op(int) - Constructor for enum io.debezium.connector.postgresql.proto.PgProto.Op
- op_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- op_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- OP_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- operation - Variable in class io.debezium.connector.postgresql.connection.LogicalDecodingMessage
- operation - Variable in class io.debezium.connector.postgresql.connection.ReplicationMessage.NoopMessage
- operation - Variable in class io.debezium.connector.postgresql.connection.TransactionMessage
- Operation() - Constructor for enum io.debezium.connector.postgresql.connection.ReplicationMessage.Operation
- optional - Variable in class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn
- optional - Variable in class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn.TypeMetadataImpl
-
True if the type has not
NOT NULLconstraint - optional - Variable in class io.debezium.connector.postgresql.connection.pgoutput.ColumnMetaData
- ORIGIN - Enum constant in enum io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder.MessageType
P
- parentType - Variable in class io.debezium.connector.postgresql.PostgresType
- parentType(int) - Method in class io.debezium.connector.postgresql.PostgresType.Builder
- parentTypeOid - Variable in class io.debezium.connector.postgresql.PostgresType.Builder
- parse(String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.AutoCreateMode
-
Determine if the supplied value is one of the predefined options.
- parse(String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.HStoreHandlingMode
-
Determine if the supplied values is one of the predefined options
- parse(String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.IntervalHandlingMode
-
Convert mode name into the logical value
- parse(String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.LogicalDecoder
- parse(String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SchemaRefreshMode
-
Determine if the supplied value is one of the predefined options.
- 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) - 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 class io.debezium.connector.postgresql.PostgresSchema
- parse(String, String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.AutoCreateMode
-
Determine if the supplied value is one of the predefined options.
- parse(String, String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.HStoreHandlingMode
-
Determine if the supplied values is one of the predefined options
- parse(String, String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.IntervalHandlingMode
-
Convert mode name into the logical value
- 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, String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SnapshotMode
-
Determine if the supplied value is one of the predefined options.
- parseConfirmedFlushLsn(String, String, String, ResultSet) - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
-
Obtains the LSN to resume streaming from.
- parseDefaultValue(Column, String) - Method in class io.debezium.connector.postgresql.connection.PostgresDefaultValueConverter
- parseDelimitedFrom(InputStream) - 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) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- parseDelimitedFrom(InputStream) - Static method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- parseFrom(byte[]) - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- parseFrom(byte[]) - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
- parseFrom(byte[]) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- parseFrom(byte[]) - Static method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- parseFrom(ByteString) - 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) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- parseFrom(ByteString) - Static method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- parseFrom(CodedInputStream) - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- parseFrom(CodedInputStream) - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
- parseFrom(CodedInputStream) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- parseFrom(CodedInputStream) - Static method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- parseFrom(InputStream) - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- parseFrom(InputStream) - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
- parseFrom(InputStream) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- parseFrom(InputStream) - Static method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- parseFrom(ByteBuffer) - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- parseFrom(ByteBuffer) - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
- parseFrom(ByteBuffer) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- parseFrom(ByteBuffer) - Static method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- parseFromDB(String) - Static method in enum io.debezium.connector.postgresql.connection.ServerInfo.ReplicaIdentity
- parseNullDefault(DefaultValueConverter.DefaultValueMapper) - Static method in class io.debezium.connector.postgresql.connection.PostgresDefaultValueConverter
- parser() - Static method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- parser() - Static method in class io.debezium.connector.postgresql.proto.PgProto.Point
- parser() - Static method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- parser() - Static method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- PARSER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
-
Deprecated.
- PARSER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.Point
-
Deprecated.
- PARSER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
-
Deprecated.
- PARSER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
-
Deprecated.
- parseRestartLsn(String, String, String, ResultSet) - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
- parseSlotCreation(ResultSet) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- parseSrid(byte[]) - Static method in class io.debezium.connector.postgresql.PostgisGeometry
-
Parses an EWKB Geometry and extracts the SRID (if any) https://trac.osgeo.org/postgis/browser/trunk/doc/ZMSgeoms.txt
- passMessages - Variable in class io.debezium.connector.postgresql.connection.WalPositionLocator
- PAUSE_BETWEEN_REPLICATION_SLOT_RETRIEVAL_ATTEMPTS - Static variable in class io.debezium.connector.postgresql.connection.PostgresConnection
- pauseNoMessage - Variable in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- 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
- PG_EPOCH - Static variable in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
- pgConnection() - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- PgOid - Class in io.debezium.connector.postgresql
-
Extension to the
Oidclass which contains Postgres specific datatypes not found currently in the JDBC driver implementation classes. - PgOid() - Constructor for class io.debezium.connector.postgresql.PgOid
- PGOUTPUT - Enum constant in enum io.debezium.connector.postgresql.PostgresConnectorConfig.LogicalDecoder
- PgOutputColumnValue - Class in io.debezium.connector.postgresql.connection.pgoutput
- PgOutputColumnValue(String) - Constructor for class io.debezium.connector.postgresql.connection.pgoutput.PgOutputColumnValue
- PgOutputMessageDecoder - Class in io.debezium.connector.postgresql.connection.pgoutput
-
Decodes messages from the PG logical replication plug-in ("pgoutput").
- PgOutputMessageDecoder(MessageDecoderContext, PostgresConnection) - Constructor for class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
- PgOutputMessageDecoder.MessageType - Enum in io.debezium.connector.postgresql.connection.pgoutput
- PgOutputRelationMetaData - Class in io.debezium.connector.postgresql.connection.pgoutput
-
Defines the relational information for a relation-id mapping.
- PgOutputRelationMetaData(int, String, String, List<ColumnMetaData>, List<String>) - Constructor for class io.debezium.connector.postgresql.connection.pgoutput.PgOutputRelationMetaData
-
Construct a pgoutput relation metadata object representing a relational table.
- PgOutputReplicationMessage - Class in io.debezium.connector.postgresql.connection.pgoutput
- PgOutputReplicationMessage(ReplicationMessage.Operation, String, Instant, Long, List<ReplicationMessage.Column>, List<ReplicationMessage.Column>) - Constructor for class io.debezium.connector.postgresql.connection.pgoutput.PgOutputReplicationMessage
- PgOutputTruncateReplicationMessage - Class in io.debezium.connector.postgresql.connection.pgoutput
- PgOutputTruncateReplicationMessage(ReplicationMessage.Operation, String, Instant, long, boolean) - Constructor for class io.debezium.connector.postgresql.connection.pgoutput.PgOutputTruncateReplicationMessage
- 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
- PgProto.TypeInfo - Class in io.debezium.connector.postgresql.proto
-
Protobuf type
decoderbufs.TypeInfo - PgProto.TypeInfo.Builder - Class in io.debezium.connector.postgresql.proto
-
Protobuf type
decoderbufs.TypeInfo - PgProto.TypeInfoOrBuilder - Interface in io.debezium.connector.postgresql.proto
- PgProtoColumnValue - Class in io.debezium.connector.postgresql.connection.pgproto
-
Replication message column sent by Postgres Decoderbufs</>
- PgProtoColumnValue(PgProto.DatumMessage) - Constructor for class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- PgProtoMessageDecoder - Class in io.debezium.connector.postgresql.connection.pgproto
-
ProtoBuf deserialization of message sent by Postgres Decoderbufs.
- PgProtoMessageDecoder() - Constructor for class io.debezium.connector.postgresql.connection.pgproto.PgProtoMessageDecoder
- PgProtoReplicationMessage - Class in io.debezium.connector.postgresql.connection.pgproto
-
Replication message representing message sent by Postgres Decoderbufs</>
- PgProtoReplicationMessage(PgProto.RowMessage, TypeRegistry) - Constructor for class io.debezium.connector.postgresql.connection.pgproto.PgProtoReplicationMessage
- placeholderValues - Variable in class io.debezium.connector.postgresql.UnchangedToastedPlaceholder
- plugin - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- plugin - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- plugin() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- PLUGIN_NAME - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- pluginName - Variable in class io.debezium.connector.postgresql.spi.SlotCreationResult
- pluginName() - Method in class io.debezium.connector.postgresql.spi.SlotCreationResult
- Point() - Constructor for class io.debezium.connector.postgresql.proto.PgProto.Point
- Point(GeneratedMessageV3.Builder<?>) - Constructor for class io.debezium.connector.postgresql.proto.PgProto.Point
- port() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- PORT - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- POSITIVE_INFINITY - Static variable in class io.debezium.connector.postgresql.PostgresValueConverter
-
A string denoting positive infinity for FP and Numeric types
- POSITIVE_INFINITY_DATE - Static variable in class io.debezium.connector.postgresql.PostgresValueConverter
- POSITIVE_INFINITY_INSTANT - Static variable in class io.debezium.connector.postgresql.PostgresValueConverter
- POSITIVE_INFINITY_LOCAL_DATE - Static variable in class io.debezium.connector.postgresql.PostgresValueConverter
- POSITIVE_INFINITY_LOCAL_DATE_TIME - Static variable in class io.debezium.connector.postgresql.PostgresValueConverter
- POSITIVE_INFINITY_OFFSET_DATE_TIME - Static variable in class io.debezium.connector.postgresql.PostgresValueConverter
- POSITIVE_INFINITY_TIMESTAMP - Static variable in class io.debezium.connector.postgresql.PostgresValueConverter
- PostgisGeometry - Class in io.debezium.connector.postgresql
-
A parser API for Postgres Geometry types
- PostgisGeometry(byte[], Integer) - Constructor for class io.debezium.connector.postgresql.PostgisGeometry
-
Create a PostgisGeometry using the supplied EWKB and SRID.
- POSTGRES_LOGICAL_DECODING_MESSAGE_MONITOR_BLOCK_SCHEMA_NAME - Static variable in class io.debezium.connector.postgresql.PostgresSchemaFactory
- POSTGRES_LOGICAL_DECODING_MESSAGE_MONITOR_BLOCK_SCHEMA_VERSION - Static variable in class io.debezium.connector.postgresql.PostgresSchemaFactory
- POSTGRES_LOGICAL_DECODING_MESSAGE_MONITOR_KEY_SCHEMA_NAME - Static variable in class io.debezium.connector.postgresql.PostgresSchemaFactory
- POSTGRES_LOGICAL_DECODING_MESSAGE_MONITOR_KEY_SCHEMA_VERSION - Static variable in class io.debezium.connector.postgresql.PostgresSchemaFactory
- POSTGRES_LOGICAL_DECODING_MESSAGE_MONITOR_VALUE_SCHEMA_NAME - Static variable in class io.debezium.connector.postgresql.PostgresSchemaFactory
- POSTGRES_LOGICAL_DECODING_MESSAGE_MONITOR_VALUE_SCHEMA_VERSION - Static variable in class io.debezium.connector.postgresql.PostgresSchemaFactory
- POSTGRES_SOURCE_FIELD - Static variable in class io.debezium.connector.postgresql.converters.PostgresRecordParser
- PostgresChangeEventSourceCoordinator - Class in io.debezium.connector.postgresql
-
Coordinates one or more
ChangeEventSources and executes them in order. - PostgresChangeEventSourceCoordinator(Offsets<PostgresPartition, PostgresOffsetContext>, ErrorHandler, Class<? extends SourceConnector>, CommonConnectorConfig, PostgresChangeEventSourceFactory, ChangeEventSourceMetricsFactory<PostgresPartition>, EventDispatcher<PostgresPartition, ?>, DatabaseSchema<?>, Snapshotter, SlotState) - Constructor for class io.debezium.connector.postgresql.PostgresChangeEventSourceCoordinator
- PostgresChangeEventSourceFactory - Class in io.debezium.connector.postgresql
- PostgresChangeEventSourceFactory(PostgresConnectorConfig, Snapshotter, PostgresConnection, ErrorHandler, PostgresEventDispatcher<TableId>, Clock, PostgresSchema, PostgresTaskContext, ReplicationConnection, SlotCreationResult, SlotState) - Constructor for class io.debezium.connector.postgresql.PostgresChangeEventSourceFactory
- PostgresChangeRecordEmitter - Class in io.debezium.connector.postgresql
-
Emits change data based on a logical decoding event coming as protobuf or JSON message.
- PostgresChangeRecordEmitter(PostgresPartition, OffsetContext, Clock, PostgresConnectorConfig, PostgresSchema, PostgresConnection, TableId, ReplicationMessage) - Constructor for class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- PostgresCloudEventsMaker - Class in io.debezium.connector.postgresql.converters
-
CloudEvents maker for records producer by the PostgreSQL connector.
- PostgresCloudEventsMaker(RecordParser, SerializerType, String) - Constructor for class io.debezium.connector.postgresql.converters.PostgresCloudEventsMaker
- PostgresCloudEventsProvider - Class in io.debezium.connector.postgresql.converters
-
An implementation of
CloudEventsProviderfor PostgreSQL. - PostgresCloudEventsProvider() - Constructor for class io.debezium.connector.postgresql.converters.PostgresCloudEventsProvider
- PostgresConnection - Class in io.debezium.connector.postgresql.connection
-
JdbcConnectionconnection extension used for connecting to Postgres instances. - PostgresConnection(PostgresConnectorConfig, TypeRegistry, String) - Constructor for class io.debezium.connector.postgresql.connection.PostgresConnection
-
Create a Postgres connection using the supplied configuration and
TypeRegistry - PostgresConnection(JdbcConfiguration, PostgresConnection.PostgresValueConverterBuilder, String) - Constructor for class io.debezium.connector.postgresql.connection.PostgresConnection
-
Creates a Postgres connection using the supplied configuration.
- PostgresConnection(JdbcConfiguration, String) - Constructor for class io.debezium.connector.postgresql.connection.PostgresConnection
-
Creates a Postgres connection using the supplied configuration.
- PostgresConnection.PostgresValueConverterBuilder - Interface in io.debezium.connector.postgresql.connection
- 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
-
The configuration properties for the
PostgresConnector - PostgresConnectorConfig(Configuration) - Constructor for class io.debezium.connector.postgresql.PostgresConnectorConfig
- PostgresConnectorConfig.AutoCreateMode - Enum in io.debezium.connector.postgresql
- PostgresConnectorConfig.HStoreHandlingMode - Enum in io.debezium.connector.postgresql
-
The set of predefined HStoreHandlingMode options or aliases
- PostgresConnectorConfig.IntervalHandlingMode - Enum in io.debezium.connector.postgresql
-
Defines modes of representation of
intervaldatatype - PostgresConnectorConfig.LogicalDecoder - Enum in io.debezium.connector.postgresql
- PostgresConnectorConfig.SchemaRefreshMode - Enum in io.debezium.connector.postgresql
-
The set of predefined SchemaRefreshMode options or aliases.
- 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 Snapshotter options or aliases.
- PostgresConnectorConfig.SnapshotMode.SnapshotterBuilder - Interface in io.debezium.connector.postgresql
- PostgresConnectorConfig.SystemTablesPredicate - Class in io.debezium.connector.postgresql
- PostgresConnectorMetadata - Class in io.debezium.connector.postgresql.metadata
- PostgresConnectorMetadata() - Constructor for class io.debezium.connector.postgresql.metadata.PostgresConnectorMetadata
- PostgresConnectorMetadataProvider - Class in io.debezium.connector.postgresql.metadata
- PostgresConnectorMetadataProvider() - Constructor for class io.debezium.connector.postgresql.metadata.PostgresConnectorMetadataProvider
- 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
- PostgresDefaultValueConverter - Class in io.debezium.connector.postgresql.connection
-
Parses and converts column default values.
- PostgresDefaultValueConverter(PostgresValueConverter, TimestampUtils, TypeRegistry) - Constructor for class io.debezium.connector.postgresql.connection.PostgresDefaultValueConverter
- PostgresErrorHandler - Class in io.debezium.connector.postgresql
-
Error handler for Postgres.
- PostgresErrorHandler(PostgresConnectorConfig, ChangeEventQueue<?>) - Constructor for class io.debezium.connector.postgresql.PostgresErrorHandler
- PostgresEventDispatcher<T extends io.debezium.spi.schema.DataCollectionId> - Class in io.debezium.connector.postgresql
-
Custom extension of the
EventDispatcherto accommodate routingLogicalDecodingMessageevents to the change event queue. - PostgresEventDispatcher(PostgresConnectorConfig, TopicNamingStrategy<T>, DatabaseSchema<T>, ChangeEventQueue<DataChangeEvent>, DataCollectionFilters.DataCollectionFilter<T>, ChangeEventCreator, EventDispatcher.InconsistentSchemaHandler<PostgresPartition, T>, EventMetadataProvider, Heartbeat, SchemaNameAdjuster) - Constructor for class io.debezium.connector.postgresql.PostgresEventDispatcher
- PostgresEventMetadataProvider - Class in io.debezium.connector.postgresql
- PostgresEventMetadataProvider() - Constructor for class io.debezium.connector.postgresql.PostgresEventMetadataProvider
- PostgresOffsetContext - Class in io.debezium.connector.postgresql
- PostgresOffsetContext(PostgresConnectorConfig, Lsn, Lsn, Lsn, Long, ReplicationMessage.Operation, Instant, boolean, boolean, TransactionContext, IncrementalSnapshotContext<TableId>) - Constructor for class io.debezium.connector.postgresql.PostgresOffsetContext
- PostgresOffsetContext.Loader - Class in io.debezium.connector.postgresql
- PostgresPartition - Class in io.debezium.connector.postgresql
- PostgresPartition(String, String) - Constructor for class io.debezium.connector.postgresql.PostgresPartition
- PostgresPartition.Provider - Class in io.debezium.connector.postgresql
- PostgresRecordParser - Class in io.debezium.connector.postgresql.converters
-
Parser for records produced by PostgreSQL connectors.
- PostgresRecordParser(Schema, Struct) - Constructor for class io.debezium.connector.postgresql.converters.PostgresRecordParser
- PostgresReplicationConnection - Class in io.debezium.connector.postgresql.connection
-
Implementation of a
ReplicationConnectionfor Postgresql. - PostgresReplicationConnection(PostgresConnectorConfig, String, String, RelationalTableFilters, PostgresConnectorConfig.AutoCreateMode, PostgresConnectorConfig.LogicalDecoder, boolean, Duration, PostgresConnection, TypeRegistry, Properties, PostgresSchema) - 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
-
Component that records the schema information for the
PostgresConnector. - PostgresSchema(PostgresConnectorConfig, PostgresDefaultValueConverter, TopicNamingStrategy<TableId>, PostgresValueConverter) - Constructor for class io.debezium.connector.postgresql.PostgresSchema
-
Create a schema component given the supplied
Postgres connector configuration. - PostgresSchemaFactory - Class in io.debezium.connector.postgresql
- PostgresSchemaFactory() - Constructor for class io.debezium.connector.postgresql.PostgresSchemaFactory
- postgresSchemaFactoryObject - Static variable in class io.debezium.connector.postgresql.PostgresSchemaFactory
- PostgresSignalBasedIncrementalSnapshotChangeEventSource - Class in io.debezium.connector.postgresql
-
Custom PostgreSQL implementation of the
SignalBasedIncrementalSnapshotChangeEventSourceimplementation which performs an explicit schema refresh of a table prior to the incremental snapshot starting. - PostgresSignalBasedIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig, JdbcConnection, EventDispatcher<PostgresPartition, TableId>, DatabaseSchema<?>, Clock, SnapshotProgressListener<PostgresPartition>, DataChangeEventListener<PostgresPartition>) - Constructor for class io.debezium.connector.postgresql.PostgresSignalBasedIncrementalSnapshotChangeEventSource
- PostgresSnapshotChangeEventSource - Class in io.debezium.connector.postgresql
- PostgresSnapshotChangeEventSource(PostgresConnectorConfig, Snapshotter, PostgresConnection, PostgresSchema, EventDispatcher<PostgresPartition, TableId>, Clock, SnapshotProgressListener<PostgresPartition>, SlotCreationResult, SlotState) - Constructor for class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- PostgresSnapshotChangeEventSource.PostgresSnapshotContext - Class in io.debezium.connector.postgresql
-
Mutable context which is populated in the course of snapshotting.
- PostgresSnapshotContext(PostgresPartition, String) - Constructor for class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource.PostgresSnapshotContext
- PostgresSourceInfoStructMaker - Class in io.debezium.connector.postgresql
- PostgresSourceInfoStructMaker(String, String, CommonConnectorConfig) - Constructor for class io.debezium.connector.postgresql.PostgresSourceInfoStructMaker
- PostgresStreamingChangeEventSource - Class in io.debezium.connector.postgresql
- PostgresStreamingChangeEventSource(PostgresConnectorConfig, Snapshotter, PostgresConnection, PostgresEventDispatcher<TableId>, ErrorHandler, Clock, PostgresSchema, PostgresTaskContext, ReplicationConnection) - Constructor for class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- PostgresStreamingChangeEventSource.PgConnectionSupplier - Interface in io.debezium.connector.postgresql
- PostgresTaskContext - Class in io.debezium.connector.postgresql
-
The context of a
PostgresConnectorTask. - PostgresTaskContext(PostgresConnectorConfig, PostgresSchema, TopicNamingStrategy<TableId>) - Constructor for class io.debezium.connector.postgresql.PostgresTaskContext
- PostgresTopicSelector - Class in io.debezium.connector.postgresql
-
Deprecated.
- PostgresTopicSelector() - Constructor for class io.debezium.connector.postgresql.PostgresTopicSelector
-
Deprecated.
- PostgresTransactionMonitor - Class in io.debezium.connector.postgresql.pipeline.txmetadata
-
Postgres specific overrides for
TransactionMonitor. - PostgresTransactionMonitor(CommonConnectorConfig, EventMetadataProvider, SchemaNameAdjuster, BlockingConsumer<SourceRecord>, String) - Constructor for class io.debezium.connector.postgresql.pipeline.txmetadata.PostgresTransactionMonitor
- postgresType - Variable in class io.debezium.connector.postgresql.connection.pgoutput.ColumnMetaData
- PostgresType - Class in io.debezium.connector.postgresql
-
A class that binds together a PostgresSQL OID, JDBC type id and the string name of the type.
- PostgresType(String, int, int, int, TypeInfo, List<String>, PostgresType, PostgresType) - Constructor for class io.debezium.connector.postgresql.PostgresType
- PostgresType(String, int, int, TypeInfo, List<String>, PostgresType, PostgresType) - Constructor for class io.debezium.connector.postgresql.PostgresType
- PostgresType.Builder - Class in io.debezium.connector.postgresql
- PostgresValueConverter - Class in io.debezium.connector.postgresql
-
A provider of
ValueConverters andSchemaBuilders for various Postgres specific column types. - PostgresValueConverter(Charset, JdbcValueConverters.DecimalMode, TemporalPrecisionMode, ZoneOffset, JdbcValueConverters.BigIntUnsignedMode, boolean, TypeRegistry, PostgresConnectorConfig.HStoreHandlingMode, CommonConnectorConfig.BinaryHandlingMode, PostgresConnectorConfig.IntervalHandlingMode, UnchangedToastedPlaceholder, int) - Constructor for class io.debezium.connector.postgresql.PostgresValueConverter
- prefix - Variable in class io.debezium.connector.postgresql.connection.LogicalDecodingMessage
- preloadedSqlTypes - Variable in class io.debezium.connector.postgresql.TypeRegistry.SqlTypeMapper
- prepare(PostgresPartition) - Method in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- prepareTxBeginValue(OffsetContext, Instant) - Method in class io.debezium.connector.postgresql.pipeline.txmetadata.PostgresTransactionMonitor
- prepareTxEndValue(OffsetContext, Instant) - Method in class io.debezium.connector.postgresql.pipeline.txmetadata.PostgresTransactionMonitor
- prepareTxKey(OffsetContext) - Method in class io.debezium.connector.postgresql.pipeline.txmetadata.PostgresTransactionMonitor
- prepareTxStruct(OffsetContext, long, Struct) - Method in class io.debezium.connector.postgresql.pipeline.txmetadata.PostgresTransactionMonitor
- preSnapshotCompletion() - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
- preSnapshotStart() - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
- primaryKeyNames - Variable in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputRelationMetaData
- prime() - Method in class io.debezium.connector.postgresql.TypeRegistry
-
Prime the
TypeRegistrywith all existing database types - printReplicaIdentityInfo(PostgresConnection, TableId) - Method in class io.debezium.connector.postgresql.PostgresSchema
- probeConnectionIfNeeded() - Method in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- process(ReplicationMessage) - Method in interface io.debezium.connector.postgresql.connection.ReplicationStream.ReplicationMessageProcessor
-
Processes the given replication message.
- processMessage(ByteBuffer, ReplicationStream.ReplicationMessageProcessor, TypeRegistry) - Method in class io.debezium.connector.postgresql.connection.AbstractMessageDecoder
- processMessage(ByteBuffer, ReplicationStream.ReplicationMessageProcessor, TypeRegistry) - Method in interface io.debezium.connector.postgresql.connection.MessageDecoder
-
Process a message upon arrival from logical decoder
- processMessages(ChangeEventSource.ChangeEventSourceContext, PostgresPartition, PostgresOffsetContext, ReplicationStream) - Method in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- processNotEmptyMessage(ByteBuffer, ReplicationStream.ReplicationMessageProcessor, TypeRegistry) - Method in class io.debezium.connector.postgresql.connection.AbstractMessageDecoder
- processNotEmptyMessage(ByteBuffer, ReplicationStream.ReplicationMessageProcessor, TypeRegistry) - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
- processNotEmptyMessage(ByteBuffer, ReplicationStream.ReplicationMessageProcessor, TypeRegistry) - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoMessageDecoder
- props - Variable in class io.debezium.connector.postgresql.PostgresConnector
- Provider(PostgresConnectorConfig, Configuration) - Constructor for class io.debezium.connector.postgresql.PostgresPartition.Provider
- PUBLIC_SCHEMA_NAME - Static variable in class io.debezium.connector.postgresql.PostgresSchema
- PUBLICATION_AUTOCREATE_MODE - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- PUBLICATION_NAME - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- publicationAutocreateMode - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- publicationAutocreateMode - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- publicationAutocreateMode() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- publicationName - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- publicationName - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- publicationName() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
Q
- queryForSlot(String, String, String, JdbcConnection.ResultSetMapper<ServerInfo.ReplicationSlot>) - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
- QueryingSnapshotter - Class in io.debezium.connector.postgresql.snapshot
- QueryingSnapshotter() - Constructor for class io.debezium.connector.postgresql.snapshot.QueryingSnapshotter
- queue - Variable in class io.debezium.connector.postgresql.PostgresConnectorTask
- queue - Variable in class io.debezium.connector.postgresql.PostgresEventDispatcher
- quotedColumnIdString(String) - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
R
- rawMessage - Variable in class io.debezium.connector.postgresql.connection.pgproto.PgProtoReplicationMessage
- read(ReplicationStream.ReplicationMessageProcessor) - Method in interface io.debezium.connector.postgresql.connection.ReplicationStream
-
Blocks and waits for a replication message to be sent over a replication connection.
- readColumnForDecoder(ResultSet, TableId, Tables.ColumnNameFilter) - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
- readColumnValueAsString(ByteBuffer) - Static method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
-
Reads the replication stream where the column stream specifies a length followed by the value.
- readOptionalLong(Map<String, ?>, String) - Method in class io.debezium.connector.postgresql.PostgresOffsetContext.Loader
- readPending(ReplicationStream.ReplicationMessageProcessor) - Method in interface io.debezium.connector.postgresql.connection.ReplicationStream
-
Attempts to read a replication message from a replication connection, processing that message if it's available or returning
falseif nothing is available. - readReplicaIdentityInfo(TableId) - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
-
Prints out information about the REPLICA IDENTITY status of a table.
- readReplicationSlotInfo(String, String) - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
-
Fetches a replication slot, repeating the query until either the slot is created or until the max number of attempts has been reached To fetch the slot without the retries, use the
PostgresConnection.fetchReplicationSlotInfo(java.lang.String, java.lang.String)call - readString(ByteBuffer) - Static method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
-
Reads the replication stream up to the next null-terminator byte and returns the contents as a string.
- readTableColumn(ResultSet, TableId, Tables.ColumnNameFilter) - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
- readTableStructure(ChangeEventSource.ChangeEventSourceContext, RelationalSnapshotChangeEventSource.RelationalSnapshotContext<PostgresPartition, PostgresOffsetContext>, PostgresOffsetContext) - Method in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- readToastableColumns - Variable in class io.debezium.connector.postgresql.PostgresSchema
- reconnect() - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- reconnect() - Method in interface io.debezium.connector.postgresql.connection.ReplicationConnection
- record - Variable in class io.debezium.connector.postgresql.ChangeEvent
- RecordsProducer - Class in io.debezium.connector.postgresql
-
Class which generates Kafka Connect
SourceRecordrecords. - RecordsProducer(PostgresTaskContext, SourceInfo) - Constructor for class io.debezium.connector.postgresql.RecordsProducer
- refresh(PostgresConnection, boolean) - Method in class io.debezium.connector.postgresql.PostgresSchema
-
Initializes the content for this schema by reading all the database information from the supplied connection.
- refresh(PostgresConnection, TableId, boolean) - Method in class io.debezium.connector.postgresql.PostgresSchema
-
Refreshes this schema's content for a particular table
- refreshSchema(PostgresConnection, boolean) - Method in class io.debezium.connector.postgresql.PostgresTaskContext
- refreshSchemas() - Method in class io.debezium.connector.postgresql.PostgresSchema
-
Discard any currently-cached schemas and rebuild them using the filters.
- refreshTableFromDatabase(TableId) - Method in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- refreshTableSchema(Table) - Method in class io.debezium.connector.postgresql.PostgresSignalBasedIncrementalSnapshotChangeEventSource
- refreshToastableColumnsMap(PostgresConnection, TableId) - Method in class io.debezium.connector.postgresql.PostgresSchema
- refreshXmin - Variable in class io.debezium.connector.postgresql.PostgresTaskContext
- registerAllExtensions(ExtensionRegistry) - Static method in class io.debezium.connector.postgresql.proto.PgProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class io.debezium.connector.postgresql.proto.PgProto
- RELATION - Enum constant in enum io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder.MessageType
- relationId - Variable in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputRelationMetaData
- relationIdToTableId - Variable in class io.debezium.connector.postgresql.PostgresSchema
- releaseSchemaSnapshotLocks(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<PostgresPartition, PostgresOffsetContext>) - Method in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- removeCurrencySymbol(String) - Method in class io.debezium.connector.postgresql.connection.AbstractColumnValue
-
Remove any () (for negative) & currency symbol (for example: $,)
- removeNewTuple(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage new_tuple = 5; - removeNewTypeinfo(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - removeOldTuple(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.DatumMessage old_tuple = 6; - ReplicaIdentity(String) - Constructor for enum io.debezium.connector.postgresql.connection.ServerInfo.ReplicaIdentity
- replicationConnection - Variable in class io.debezium.connector.postgresql.PostgresChangeEventSourceFactory
- replicationConnection - Variable in class io.debezium.connector.postgresql.PostgresConnectorTask
- replicationConnection - Variable in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- ReplicationConnection - Interface in io.debezium.connector.postgresql.connection
-
A Postgres logical streaming replication connection.
- ReplicationConnection.Builder - Interface in io.debezium.connector.postgresql.connection
-
A builder for
ReplicationConnection - ReplicationConnectionBuilder(PostgresConnectorConfig) - Constructor for class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- ReplicationMessage - Interface in io.debezium.connector.postgresql.connection
-
An abstract representation of a replication message that is sent by a PostgreSQL logical decoding plugin and is processed by the Debezium PostgreSQL connector.
- ReplicationMessage.Column - Interface in io.debezium.connector.postgresql.connection
-
A representation of column value delivered as a part of replication message
- ReplicationMessage.ColumnTypeMetadata - Interface in io.debezium.connector.postgresql.connection
- ReplicationMessage.ColumnValue<T> - Interface in io.debezium.connector.postgresql.connection
- ReplicationMessage.NoopMessage - Class in io.debezium.connector.postgresql.connection
-
A special message type that is used to replace event filtered already at
MessageDecoder. - ReplicationMessage.Operation - Enum in io.debezium.connector.postgresql.connection
-
Data modification operation executed
- ReplicationMessageColumnValueResolver - Class in io.debezium.connector.postgresql.connection
- ReplicationMessageColumnValueResolver() - Constructor for class io.debezium.connector.postgresql.connection.ReplicationMessageColumnValueResolver
- ReplicationSlot(boolean, Lsn, Lsn, Long) - Constructor for class io.debezium.connector.postgresql.connection.ServerInfo.ReplicationSlot
- replicationStream - Variable in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- ReplicationStream - Interface in io.debezium.connector.postgresql.connection
-
A stream from which messages sent by a logical decoding plugin can be consumed over a replication connection.
- ReplicationStream.ReplicationMessageProcessor - Interface in io.debezium.connector.postgresql.connection
- REQUIRED - Enum constant in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SecureConnectionMode
-
Establish a secure connection if the server supports secure connections.
- resolveArrayValue(Object, PostgresType) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- resolveColumnsFromStreamTupleData(ByteBuffer, TypeRegistry, Table) - Static method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
-
Resolve the replication stream's tuple data to a list of replication message columns.
- resolveJdbcType(int, int) - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
- resolveNativeType(String) - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
- resolveRelation(int) - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
-
Resolves a given replication message relation identifier to a
Table. - resolveRelationFromMetadata(PgOutputRelationMetaData) - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
-
Constructs a
Tablebased on the suppliedPgOutputRelationMetaData. - resolveUnknownType(int) - Method in class io.debezium.connector.postgresql.TypeRegistry
- resolveUnknownType(String) - Method in class io.debezium.connector.postgresql.TypeRegistry
- resolveValue(String, PostgresType, String, ReplicationMessage.ColumnValue, PostgresStreamingChangeEventSource.PgConnectionSupplier, boolean, TypeRegistry) - Static method in class io.debezium.connector.postgresql.connection.ReplicationMessageColumnValueResolver
-
Resolve the value of a
ReplicationMessage.ColumnValue. - restartLsn - Variable in class io.debezium.connector.postgresql.connection.ServerInfo.ReplicationSlot
- restartLsn - Variable in class io.debezium.connector.postgresql.spi.SlotState
- restartLsn() - Method in class io.debezium.connector.postgresql.connection.ServerInfo.ReplicationSlot
-
Represents the `restart_lsn` field of the replication slot.
- resumeFromLsn(Lsn, ReplicationMessage) - Method in class io.debezium.connector.postgresql.connection.WalPositionLocator
- RETRY_DELAY_MS - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- retryDelay() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- RowMessage() - Constructor for class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- RowMessage(GeneratedMessageV3.Builder<?>) - Constructor for class io.debezium.connector.postgresql.proto.PgProto.RowMessage
S
- scale - Variable in class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn.TypeMetadataImpl
-
Scale of the type, if present
- scale - Variable in class io.debezium.connector.postgresql.connection.pgoutput.ColumnMetaData
- scale(int) - Method in class io.debezium.connector.postgresql.PostgresType
- schema - Variable in class io.debezium.connector.postgresql.connection.MessageDecoderContext
- schema - Variable in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputRelationMetaData
- schema - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- schema - Variable in class io.debezium.connector.postgresql.PostgresChangeEventSourceFactory
- schema - Variable in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- schema - Variable in class io.debezium.connector.postgresql.PostgresConnectorTask
- schema - Variable in class io.debezium.connector.postgresql.PostgresSignalBasedIncrementalSnapshotChangeEventSource
- schema - Variable in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- schema - Variable in class io.debezium.connector.postgresql.PostgresSourceInfoStructMaker
- schema - Variable in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- schema - Variable in class io.debezium.connector.postgresql.PostgresTaskContext
- schema() - Static method in class io.debezium.connector.postgresql.data.Ltree
-
Returns a
SchemaBuilderfor a Ltree field, with all other default Schema settings. - schema() - Method in class io.debezium.connector.postgresql.PostgresSourceInfoStructMaker
- schema() - Method in class io.debezium.connector.postgresql.PostgresTaskContext
- schema() - Method in class io.debezium.connector.postgresql.RecordsProducer
- SCHEMA_REFRESH_MODE - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- SCHEMA_VERSION - Static variable in class io.debezium.connector.postgresql.data.Ltree
- schemaBuilder(Column) - Method in class io.debezium.connector.postgresql.PostgresValueConverter
- schemaChanged(List<ReplicationMessage.Column>, Table) - Method in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- schemaName - Variable in class io.debezium.connector.postgresql.SourceInfo
- schemaName() - Method in class io.debezium.connector.postgresql.SourceInfo
- schemaNameAdjuster - Variable in class io.debezium.connector.postgresql.LogicalDecodingMessageMonitor
- schemaRefreshMode - Variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- SchemaRefreshMode(String) - Constructor for enum io.debezium.connector.postgresql.PostgresConnectorConfig.SchemaRefreshMode
- searchingEnabled() - Method in class io.debezium.connector.postgresql.connection.WalPositionLocator
- searchWalPosition(ChangeEventSource.ChangeEventSourceContext, ReplicationStream, WalPositionLocator) - Method in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- SecureConnectionMode(String) - Constructor for enum io.debezium.connector.postgresql.PostgresConnectorConfig.SecureConnectionMode
- sender - Variable in class io.debezium.connector.postgresql.LogicalDecodingMessageMonitor
- sequence() - Method in class io.debezium.connector.postgresql.SourceInfo
- 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
- serialVersionUID - Static variable in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- 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_PARTITION_KEY - Static variable in class io.debezium.connector.postgresql.PostgresPartition
- 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.PostgresPartition
- 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
-
bool datum_bool = 7; - setDatumBytes(ByteString) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
bytes datum_bytes = 9; - setDatumDouble(double) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
double datum_double = 6; - setDatumFloat(float) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
float datum_float = 5; - setDatumInt32(int) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
int32 datum_int32 = 3; - setDatumInt64(long) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
int64 datum_int64 = 4; - setDatumMissing(boolean) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
bool datum_missing = 11; - setDatumPoint(PgProto.Point) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
.decoderbufs.Point datum_point = 10; - setDatumPoint(PgProto.Point.Builder) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
.decoderbufs.Point datum_point = 10; - setDatumString(String) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
string datum_string = 8; - setDatumStringBytes(ByteString) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
-
string datum_string = 8; - setField(Descriptors.FieldDescriptor, Object) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- setModifier(String) - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
-
required string modifier = 1; - setModifierBytes(ByteString) - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
-
required string modifier = 1; - 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; - setNewTypeinfo(int, PgProto.TypeInfo) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - setNewTypeinfo(int, PgProto.TypeInfo.Builder) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
-
repeated .decoderbufs.TypeInfo new_typeinfo = 7; - 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; - setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- setSnapshotStartLsn(PostgresSnapshotChangeEventSource, PostgresOffsetContext) - Method in class io.debezium.connector.postgresql.PostgresChangeEventSourceCoordinator
- setSnapshotTransactionIsolationLevel() - Method in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- setStreamingStoppingLsn(Lsn) - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
- 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; - setUnchangedToastValue(String) - Method in class io.debezium.connector.postgresql.UnchangedToastedReplicationMessageColumn
- setUnknownFields(UnknownFieldSet) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- setValueOptional(boolean) - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
-
required bool value_optional = 2; - 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; - SHOULD_FLUSH_LSN_IN_SOURCE_DB - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- shouldMessageBeSkipped(ByteBuffer, Lsn, Lsn, WalPositionLocator) - Method in class io.debezium.connector.postgresql.connection.AbstractMessageDecoder
- shouldMessageBeSkipped(ByteBuffer, Lsn, Lsn, WalPositionLocator) - Method in interface io.debezium.connector.postgresql.connection.MessageDecoder
-
A callback into the decoder allowing it to decide whether the supplied message should be processed by the decoder or whether it can be skipped.
- shouldMessageBeSkipped(ByteBuffer, Lsn, Lsn, WalPositionLocator) - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
- shouldSchemaBeSynchronized() - Method in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputReplicationMessage
- shouldSchemaBeSynchronized() - Method in interface io.debezium.connector.postgresql.connection.ReplicationMessage
- shouldSnapshot() - Method in class io.debezium.connector.postgresql.snapshot.AlwaysSnapshotter
- shouldSnapshot() - Method in class io.debezium.connector.postgresql.snapshot.InitialOnlySnapshotter
- shouldSnapshot() - Method in class io.debezium.connector.postgresql.snapshot.InitialSnapshotter
- shouldSnapshot() - Method in class io.debezium.connector.postgresql.snapshot.NeverSnapshotter
- shouldSnapshot() - Method in interface io.debezium.connector.postgresql.spi.Snapshotter
- shouldStream() - Method in class io.debezium.connector.postgresql.snapshot.AlwaysSnapshotter
- shouldStream() - Method in class io.debezium.connector.postgresql.snapshot.InitialOnlySnapshotter
- shouldStream() - Method in class io.debezium.connector.postgresql.snapshot.InitialSnapshotter
- shouldStream() - Method in class io.debezium.connector.postgresql.snapshot.NeverSnapshotter
- shouldStream() - Method in interface io.debezium.connector.postgresql.spi.Snapshotter
- shouldStreamEventsStartingFromSnapshot() - Method in interface io.debezium.connector.postgresql.spi.Snapshotter
- skipEmptyMessages() - Method in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- skipMessage(Lsn) - Method in class io.debezium.connector.postgresql.connection.WalPositionLocator
-
Decides whether the message with given LSN should be removed or not based on previously located LSN point.
- skipRefreshSchemaOnMissingToastableData() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- SLOT_NAME - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- slotCatalogXmin() - Method in class io.debezium.connector.postgresql.spi.SlotState
- slotCreatedInfo - Variable in class io.debezium.connector.postgresql.PostgresChangeEventSourceFactory
- slotCreatedInfo - Variable in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- slotCreationInfo - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- SlotCreationResult - Class in io.debezium.connector.postgresql.spi
-
A simple data container representing the creation of a newly created replication slot.
- SlotCreationResult(String, String, String, String) - Constructor for class io.debezium.connector.postgresql.spi.SlotCreationResult
- slotInfo - Variable in class io.debezium.connector.postgresql.PostgresChangeEventSourceCoordinator
- slotIsActive() - Method in class io.debezium.connector.postgresql.spi.SlotState
- slotLastFlushedLsn() - Method in class io.debezium.connector.postgresql.spi.SlotState
- slotName - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- slotName - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- slotName - Variable in class io.debezium.connector.postgresql.spi.SlotCreationResult
- slotName() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- slotName() - Method in class io.debezium.connector.postgresql.spi.SlotCreationResult
-
return the name of the created slot.
- slotRestartLsn() - Method in class io.debezium.connector.postgresql.spi.SlotState
- slotState - Variable in class io.debezium.connector.postgresql.snapshot.SnapshotterWrapper
- SlotState - Class in io.debezium.connector.postgresql.spi
-
A simple data container that holds the state of the current slot
- SlotState(Lsn, Lsn, Long, boolean) - Constructor for class io.debezium.connector.postgresql.spi.SlotState
- slotStreamParams - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- snapshot() - Method in class io.debezium.connector.postgresql.SourceInfo
- SNAPSHOT_MODE - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- SNAPSHOT_MODE_CLASS - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- snapshotAborted() - Method in interface io.debezium.connector.postgresql.spi.Snapshotter
-
Lifecycle hook called once the snapshot phase is aborted.
- snapshotCompleted() - Method in interface io.debezium.connector.postgresql.spi.Snapshotter
-
Lifecycle hook called once the snapshot phase is successful.
- snapshotInEffect() - Method in class io.debezium.connector.postgresql.spi.OffsetState
- snapshotMode - Variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- SnapshotMode(String, PostgresConnectorConfig.SnapshotMode.SnapshotterBuilder) - Constructor for enum io.debezium.connector.postgresql.PostgresConnectorConfig.SnapshotMode
- snapshotName - Variable in class io.debezium.connector.postgresql.spi.SlotCreationResult
- snapshotName() - Method in class io.debezium.connector.postgresql.spi.SlotCreationResult
- snapshotTableLockingStatement(Duration, Set<TableId>) - Method in class io.debezium.connector.postgresql.snapshot.QueryingSnapshotter
- snapshotTableLockingStatement(Duration, Set<TableId>) - Method in interface io.debezium.connector.postgresql.spi.Snapshotter
-
Returns a SQL statement for locking the given tables during snapshotting, if required by the specific snapshotter implementation.
- snapshotter - Variable in class io.debezium.connector.postgresql.PostgresChangeEventSourceCoordinator
- snapshotter - Variable in class io.debezium.connector.postgresql.PostgresChangeEventSourceFactory
- snapshotter - Variable in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- snapshotter - Variable in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- snapshotter - Variable in class io.debezium.connector.postgresql.snapshot.SnapshotterWrapper
- Snapshotter - Interface in io.debezium.connector.postgresql.spi
-
This interface is used to determine details about the snapshot process: Namely: - Should a snapshot occur at all - Should streaming occur - What queries should be used to snapshot While many default snapshot modes are provided with debezium (see documentation for details) a custom implementation of this interface can be provided by the implementor which can provide more advanced functionality, such as partial snapshots Implementor's must return true for either
Snapshotter.shouldSnapshot()orSnapshotter.shouldStream()or true for both. - SnapshotterWrapper - Class in io.debezium.connector.postgresql.snapshot
-
This class is a small wrapper around the snapshotter that takes care of initialization and also lets us access the slotState (which we don't track currently)
- SnapshotterWrapper(Snapshotter, PostgresConnectorConfig, OffsetState, SlotState) - Constructor for class io.debezium.connector.postgresql.snapshot.SnapshotterWrapper
- snapshotting - Variable in class io.debezium.connector.postgresql.spi.OffsetState
- snapshotTransactionIsolationLevelStatement(SlotCreationResult) - Method in class io.debezium.connector.postgresql.snapshot.QueryingSnapshotter
- snapshotTransactionIsolationLevelStatement(SlotCreationResult) - Method in interface io.debezium.connector.postgresql.spi.Snapshotter
-
Return a new string that set up the transaction for snapshotting
- sourceInfo - Variable in class io.debezium.connector.postgresql.RecordsProducer
- sourceInfo - Variable in class io.debezium.connector.postgresql.snapshot.InitialOnlySnapshotter
- sourceInfo - Variable in class io.debezium.connector.postgresql.snapshot.InitialSnapshotter
- 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(PostgresConnectorConfig) - Constructor for class io.debezium.connector.postgresql.SourceInfo
- sourceInfoSchema - Variable in class io.debezium.connector.postgresql.PostgresOffsetContext
- SPACE - Static variable in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
- SQL_ENUM_VALUES - Static variable in class io.debezium.connector.postgresql.TypeRegistry
- SQL_NAME_LOOKUP - Static variable in class io.debezium.connector.postgresql.TypeRegistry
- SQL_OID_LOOKUP - Static variable in class io.debezium.connector.postgresql.TypeRegistry
- SQL_TYPE_DETAILS - Static variable in class io.debezium.connector.postgresql.TypeRegistry.SqlTypeMapper
-
Based on org.postgresql.jdbc.TypeInfoCache.getSQLType(String).
- SQL_TYPES - Static variable in class io.debezium.connector.postgresql.TypeRegistry
- sqlTypeMapper - Variable in class io.debezium.connector.postgresql.TypeRegistry
- SqlTypeMapper(PostgresConnection) - Constructor for class io.debezium.connector.postgresql.TypeRegistry.SqlTypeMapper
- sqlTypesByPgTypeNames - Variable in class io.debezium.connector.postgresql.TypeRegistry.SqlTypeMapper
- srid - Variable in class io.debezium.connector.postgresql.PostgisGeometry
-
Coordinate reference system identifier.
- 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(Configuration) - Method in class io.debezium.connector.postgresql.PostgresConnectorTask
- start(BlockingConsumer<ChangeEvent>, Consumer<Throwable>) - Method in class io.debezium.connector.postgresql.RecordsProducer
-
Starts up this producer.
- start(Map<String, String>) - Method in class io.debezium.connector.postgresql.PostgresConnector
- startingSlotInfo - Variable in class io.debezium.connector.postgresql.PostgresChangeEventSourceFactory
- startingSlotInfo - Variable in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- startKeepAlive(ExecutorService) - Method in interface io.debezium.connector.postgresql.connection.ReplicationStream
-
Starts a background thread to ensure the slot is kept alive, useful for when temporarily stopping reads from the stream such as querying metadata, etc
- startLsn() - Method in interface io.debezium.connector.postgresql.connection.ReplicationStream
-
Returns the value for the LSN form which the streaming is executed.
- startLsn() - Method in class io.debezium.connector.postgresql.spi.SlotCreationResult
- startPgReplicationStream(Lsn, BiFunction<ChainedLogicalStreamBuilder, Function<Integer, Boolean>, ChainedLogicalStreamBuilder>) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- startStreaming(Lsn, WalPositionLocator) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- startStreaming(Lsn, WalPositionLocator) - Method in interface io.debezium.connector.postgresql.connection.ReplicationConnection
-
Opens a stream for reading logical replication changes from a given LSN position.
- startStreaming(WalPositionLocator) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
-
creating a replication connection and starting to stream involves a few steps: 1.
- startStreaming(WalPositionLocator) - 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.
- startStreamingLsn - Variable in class io.debezium.connector.postgresql.connection.WalPositionLocator
- STATUS_UPDATE_INTERVAL_MS - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- statusUpdateInterval - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- statusUpdateInterval() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- statusUpdateInterval(Duration) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- statusUpdateInterval(Duration) - 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.
- statusUpdateIntervalVal - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- stop() - Method in class io.debezium.connector.postgresql.PostgresConnector
- stop() - Method in class io.debezium.connector.postgresql.RecordsProducer
-
Requests that this producer be stopped.
- stopKeepAlive() - Method in interface io.debezium.connector.postgresql.connection.ReplicationStream
-
Stops the background thread that is used to ensure the slot is kept alive.
- storeLsnAfterLastEventStoredLsn - Variable in class io.debezium.connector.postgresql.connection.WalPositionLocator
- STREAM_PARAMS - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- streamingStoppingLsn - Variable in class io.debezium.connector.postgresql.PostgresOffsetContext
- streamParams - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- streamParams() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- streamParams(String) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- streamParams(String) - Method in interface io.debezium.connector.postgresql.connection.ReplicationConnection.Builder
-
Optional parameters to pass to the logical decoder when the stream starts.
- STRING - Enum constant in enum io.debezium.connector.postgresql.PostgresConnectorConfig.IntervalHandlingMode
-
Represents interval as ISO 8601 time interval
- struct(SourceInfo) - Method in class io.debezium.connector.postgresql.PostgresSourceInfoStructMaker
- supportConversion(String) - Method in class io.debezium.connector.postgresql.connection.PostgresDefaultValueConverter
- SUPPORTED_OPS - Static variable in class io.debezium.connector.postgresql.connection.pgproto.PgProtoMessageDecoder
- supportedTableTypes() - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
- supportsLogicalDecodingMessage() - Method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.LogicalDecoder
- supportsTruncate() - Method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.LogicalDecoder
- synchronizeTableSchema(DataCollectionSchema) - Method in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- SYSTEM_SCHEMAS - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig.SystemTablesPredicate
- SYSTEM_TABLES - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig.SystemTablesPredicate
- SYSTEM_TS_FORMAT - Static variable in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- SYSTEM_TS_FORMAT_PATTERN_HINT - Static variable in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- SystemTablesPredicate() - Constructor for class io.debezium.connector.postgresql.PostgresConnectorConfig.SystemTablesPredicate
- systemTimestampToInstant(String) - Method in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- systemTimestampToInstant(String) - Method in interface io.debezium.connector.postgresql.connection.DateTimeFormat
T
- table - Variable in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputReplicationMessage
- table_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- table_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- TABLE_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- tableFilter - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- tableFilter - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- tableFor(int) - Method in class io.debezium.connector.postgresql.PostgresSchema
-
Resolve a
Tablebased on a supplied table relation unique identifier. - tableFromFromMessage(List<ReplicationMessage.Column>, Table) - Method in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- tableId - Variable in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- tableIdToToastableColumns - Variable in class io.debezium.connector.postgresql.PostgresSchema
- tableInformationComplete() - Method in class io.debezium.connector.postgresql.PostgresSchema
- tableName - Variable in class io.debezium.connector.postgresql.SourceInfo
- tableName() - Method in class io.debezium.connector.postgresql.SourceInfo
- taskClass() - Method in class io.debezium.connector.postgresql.PostgresConnector
- taskConfig - Variable in class io.debezium.connector.postgresql.PostgresPartition.Provider
- taskConfigs(int) - Method in class io.debezium.connector.postgresql.PostgresConnector
- taskContext - Variable in class io.debezium.connector.postgresql.PostgresChangeEventSourceFactory
- taskContext - Variable in class io.debezium.connector.postgresql.PostgresConnectorTask
- taskContext - Variable in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- taskContext - Variable in class io.debezium.connector.postgresql.RecordsProducer
- TCP_KEEPALIVE - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- TEMP_TABLE_SCHEMA_PREFIX - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig.SystemTablesPredicate
- THROTTLE_NO_MESSAGE_BEFORE_PAUSE - Static variable in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- time(String) - Method in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- time(String) - Method in interface io.debezium.connector.postgresql.connection.DateTimeFormat
- TIME_FORMAT - Static variable in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- TIME_FORMAT_PATTERN - Static variable in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- TIME_TZ_FORMAT - Static variable in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- TIME_TZ_FORMAT_PATTERN - Static variable in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- TIME_WITH_TIMEZONE_FORMATTER - Static variable in class io.debezium.connector.postgresql.PostgresValueConverter
-
A formatter used to parse TIMETZ columns when provided as strings.
- timer - Variable in class io.debezium.connector.postgresql.connection.AbstractMessageDecoder
- timerPermitsLogging() - Method in class io.debezium.connector.postgresql.connection.AbstractMessageDecoder
- timestamp - Variable in class io.debezium.connector.postgresql.SourceInfo
- timestamp() - Method in class io.debezium.connector.postgresql.SourceInfo
- TIMESTAMP_MAX - Static variable in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
-
A number used by PostgreSQL to define maximum timestamp (exclusive).
- TIMESTAMP_MIN - Static variable in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
-
A number used by PostgreSQL to define minimum timestamp (inclusive).
- TIMESTAMP_USEC_KEY - Static variable in class io.debezium.connector.postgresql.SourceInfo
- timestampToInstant(String) - Method in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- timestampToInstant(String) - Method in interface io.debezium.connector.postgresql.connection.DateTimeFormat
- timestampWithTimeZoneToOffsetDateTime(String) - Method in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- timestampWithTimeZoneToOffsetDateTime(String) - Method in interface io.debezium.connector.postgresql.connection.DateTimeFormat
- timeWithTimeZone(String) - Method in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- timeWithTimeZone(String) - Method in interface io.debezium.connector.postgresql.connection.DateTimeFormat
- toastPlaceholderBinary - Variable in class io.debezium.connector.postgresql.UnchangedToastedPlaceholder
- toastPlaceholderString - Variable in class io.debezium.connector.postgresql.UnchangedToastedPlaceholder
- toBuilder() - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- toBuilder() - Method in class io.debezium.connector.postgresql.proto.PgProto.Point
- toBuilder() - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- toBuilder() - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- toLong(OptionalLong) - Method in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- topicName - Variable in class io.debezium.connector.postgresql.LogicalDecodingMessageMonitor
- topicNamingStrategy - Variable in class io.debezium.connector.postgresql.PostgresTaskContext
- topicNamingStrategy() - Method in class io.debezium.connector.postgresql.PostgresTaskContext
- topicNamingStrategy() - Method in class io.debezium.connector.postgresql.RecordsProducer
- toSpecialValue(String) - Static method in class io.debezium.connector.postgresql.PostgresValueConverter
- toString() - Method in class io.debezium.connector.postgresql.ChangeEvent
- toString() - Method in class io.debezium.connector.postgresql.connection.Lsn
- toString() - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoReplicationMessage
- toString() - Method in class io.debezium.connector.postgresql.connection.ServerInfo.ReplicationSlot
- toString() - Method in class io.debezium.connector.postgresql.connection.ServerInfo
- toString() - Method in class io.debezium.connector.postgresql.connection.TransactionMessage
- toString() - Method in class io.debezium.connector.postgresql.connection.WalPositionLocator
- toString() - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
- toString() - Method in class io.debezium.connector.postgresql.PostgresPartition
- toString() - Method in class io.debezium.connector.postgresql.PostgresType
- toString() - Method in class io.debezium.connector.postgresql.SourceInfo
- toString(OptionalLong) - Method in class io.debezium.connector.postgresql.PostgresStreamingChangeEventSource
- TRANSACTION_ID_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- transactionContext - Variable in class io.debezium.connector.postgresql.PostgresOffsetContext
- transactionId - Variable in class io.debezium.connector.postgresql.connection.LogicalDecodingMessage
- transactionId - Variable in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder
-
Will be null for a non-transactional decoding message
- transactionId - Variable in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputReplicationMessage
- transactionId - Variable in class io.debezium.connector.postgresql.connection.ReplicationMessage.NoopMessage
- transactionId - Variable in class io.debezium.connector.postgresql.connection.TransactionMessage
- transactionId_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage.Builder
- transactionId_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- TransactionMessage - Class in io.debezium.connector.postgresql.connection
-
Replication message instance representing transaction demarcation events.
- TransactionMessage(ReplicationMessage.Operation, long, Instant) - Constructor for class io.debezium.connector.postgresql.connection.TransactionMessage
- transform(List<PgProto.DatumMessage>, List<PgProto.TypeInfo>) - Method in class io.debezium.connector.postgresql.connection.pgproto.PgProtoReplicationMessage
- TRIM_DATA_TYPES - Static variable in class io.debezium.connector.postgresql.connection.PostgresDefaultValueConverter
- TRUNCATE - Enum constant in enum io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder.MessageType
- TRUNCATE - Enum constant in enum io.debezium.connector.postgresql.connection.ReplicationMessage.Operation
- tryParseLsn(String, String, String, ResultSet, String) - Method in class io.debezium.connector.postgresql.connection.PostgresConnection
- TS_FORMAT - Static variable in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- TS_FORMAT_PATTERN_HINT - Static variable in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- TS_TZ_FORMAT - Static variable in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- TS_TZ_FORMAT_PATTERN_HINT - Static variable in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- TS_TZ_WITH_SECONDS_FORMAT - Static variable in class io.debezium.connector.postgresql.connection.DateTimeFormat.ISODateTimeFormat
- TSRANGE_ARRAY - Static variable in class io.debezium.connector.postgresql.PgOid
- TSRANGE_OID - Static variable in class io.debezium.connector.postgresql.PgOid
- TSTZRANGE_ARRAY - Static variable in class io.debezium.connector.postgresql.PgOid
- TSTZRANGE_OID - Static variable in class io.debezium.connector.postgresql.PgOid
- txId - Variable in class io.debezium.connector.postgresql.SourceInfo
- txId - Variable in class io.debezium.connector.postgresql.spi.OffsetState
- txId() - Method in class io.debezium.connector.postgresql.SourceInfo
- TXID_KEY - Static variable in class io.debezium.connector.postgresql.converters.PostgresRecordParser
- TXID_KEY - Static variable in class io.debezium.connector.postgresql.SourceInfo
- txStartLsn - Variable in class io.debezium.connector.postgresql.connection.WalPositionLocator
- type - Variable in class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn
- TYPE - Enum constant in enum io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder.MessageType
- TYPE_NAME_CITEXT - Static variable in class io.debezium.connector.postgresql.TypeRegistry
- TYPE_NAME_CITEXT_ARRAY - Static variable in class io.debezium.connector.postgresql.TypeRegistry
- TYPE_NAME_GEOGRAPHY - Static variable in class io.debezium.connector.postgresql.TypeRegistry
- TYPE_NAME_GEOGRAPHY_ARRAY - Static variable in class io.debezium.connector.postgresql.TypeRegistry
- TYPE_NAME_GEOMETRY - Static variable in class io.debezium.connector.postgresql.TypeRegistry
- TYPE_NAME_GEOMETRY_ARRAY - Static variable in class io.debezium.connector.postgresql.TypeRegistry
- TYPE_NAME_HSTORE - Static variable in class io.debezium.connector.postgresql.TypeRegistry
- TYPE_NAME_HSTORE_ARRAY - Static variable in class io.debezium.connector.postgresql.TypeRegistry
- TYPE_NAME_LTREE - Static variable in class io.debezium.connector.postgresql.TypeRegistry
- TYPE_NAME_LTREE_ARRAY - Static variable in class io.debezium.connector.postgresql.TypeRegistry
- TYPE_PATTERN - Static variable in class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn.TypeMetadataImpl
- typeInfo - Variable in class io.debezium.connector.postgresql.PostgresType.Builder
- typeInfo - Variable in class io.debezium.connector.postgresql.PostgresType
- TypeInfo() - Constructor for class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- TypeInfo(GeneratedMessageV3.Builder<?>) - Constructor for class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- typeMetadata - Variable in class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn
- TypeMetadataImpl(String, PostgresType, String, boolean) - Constructor for class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn.TypeMetadataImpl
- TYPEMOD_PATTERN - Static variable in class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn.TypeMetadataImpl
- typeName - Variable in class io.debezium.connector.postgresql.connection.pgoutput.ColumnMetaData
- typeRegistry - Variable in class io.debezium.connector.postgresql.connection.pgproto.PgProtoReplicationMessage
- typeRegistry - Variable in class io.debezium.connector.postgresql.connection.PostgresConnection
- typeRegistry - Variable in class io.debezium.connector.postgresql.connection.PostgresDefaultValueConverter
- typeRegistry - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- typeRegistry - Variable in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- typeRegistry - Variable in class io.debezium.connector.postgresql.PostgresType.Builder
- typeRegistry - Variable in class io.debezium.connector.postgresql.PostgresValueConverter
- TypeRegistry - Class in io.debezium.connector.postgresql
-
A registry of types supported by a PostgreSQL instance.
- TypeRegistry(PostgresConnection) - Constructor for class io.debezium.connector.postgresql.TypeRegistry
- TypeRegistry.SqlTypeMapper - Class in io.debezium.connector.postgresql
-
Allows to obtain the SQL type corresponding to PG types.
- typeWithModifiers - Variable in class io.debezium.connector.postgresql.connection.AbstractReplicationMessageColumn
U
- UNAVAILABLE_VALUE_PLACEHOLDER - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- UNCHANGED_BIGINT_ARRAY_TOAST_VALUE - Static variable in class io.debezium.connector.postgresql.UnchangedToastedReplicationMessageColumn
- UNCHANGED_INT_ARRAY_TOAST_VALUE - Static variable in class io.debezium.connector.postgresql.UnchangedToastedReplicationMessageColumn
- UNCHANGED_TEXT_ARRAY_TOAST_VALUE - Static variable in class io.debezium.connector.postgresql.UnchangedToastedReplicationMessageColumn
- UNCHANGED_TOAST_VALUE - Static variable in class io.debezium.connector.postgresql.UnchangedToastedReplicationMessageColumn
-
Marker value indicating an unchanged TOAST column value.
- unchangedToastedPlaceholder - Variable in class io.debezium.connector.postgresql.PostgresValueConverter
- UnchangedToastedPlaceholder - Class in io.debezium.connector.postgresql
-
Helper that returns placeholder values for unchanged toasted columns.
- UnchangedToastedPlaceholder(PostgresConnectorConfig) - Constructor for class io.debezium.connector.postgresql.UnchangedToastedPlaceholder
- UnchangedToastedReplicationMessageColumn - Class in io.debezium.connector.postgresql
-
Represents a toasted column in a
ReplicationStream. - UnchangedToastedReplicationMessageColumn(String, PostgresType, String, boolean) - Constructor for class io.debezium.connector.postgresql.UnchangedToastedReplicationMessageColumn
- unchangedToastValue - Variable in class io.debezium.connector.postgresql.UnchangedToastedReplicationMessageColumn
- UNKNOWN - Enum constant in enum io.debezium.connector.postgresql.connection.ServerInfo.ReplicaIdentity
- UNKNOWN - Enum constant in enum io.debezium.connector.postgresql.proto.PgProto.Op
-
UNKNOWN = -1; - UNKNOWN - Static variable in class io.debezium.connector.postgresql.PostgresType
- UNKNOWN_LENGTH - Static variable in class io.debezium.connector.postgresql.TypeRegistry
- UNKNOWN_VALUE - Static variable in enum io.debezium.connector.postgresql.proto.PgProto.Op
-
UNKNOWN = -1; - update(Lsn, Instant, Long, Long, TableId, ReplicationMessage.Operation) - Method in class io.debezium.connector.postgresql.SourceInfo
-
Updates the source with information about a particular received or read event.
- update(Instant, TableId) - Method in class io.debezium.connector.postgresql.SourceInfo
- UPDATE - Enum constant in enum io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder.MessageType
- UPDATE - Enum constant in enum io.debezium.connector.postgresql.connection.ReplicationMessage.Operation
- UPDATE - Enum constant in enum io.debezium.connector.postgresql.proto.PgProto.Op
-
UPDATE = 1; - UPDATE_VALUE - Static variable in enum io.debezium.connector.postgresql.proto.PgProto.Op
-
UPDATE = 1; - updateCommitPosition(Lsn, Lsn) - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
- updateLastCommit(Lsn) - Method in class io.debezium.connector.postgresql.SourceInfo
-
Updates the source with the LSN of the last committed transaction.
- updateOffsetForPreSnapshotCatchUpStreaming(PostgresOffsetContext) - Method in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- updateOffsetForSnapshot(PostgresOffsetContext) - Method in class io.debezium.connector.postgresql.PostgresSnapshotChangeEventSource
- updateSchema(Partition, DataCollectionId, ChangeRecordEmitter<PostgresPartition>) - Static method in class io.debezium.connector.postgresql.PostgresChangeRecordEmitter
- updateWalPosition(Lsn, Lsn, Instant, Long, Long, ReplicationMessage.Operation) - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
-
update wal position for lsn events that do not have an associated table or schema
- updateWalPosition(Lsn, Lsn, Instant, Long, Long, TableId, ReplicationMessage.Operation) - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
- URL_PATTERN - Static variable in class io.debezium.connector.postgresql.connection.PostgresConnection
- username - Variable in class io.debezium.connector.postgresql.connection.ServerInfo
- username() - Method in class io.debezium.connector.postgresql.connection.ServerInfo
-
Returns the name of the user of a connection
- useTemporarySlot() - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
V
- validate() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- validateAllFields(Configuration) - Method in class io.debezium.connector.postgresql.PostgresConnector
- validateConnection(Map<String, ConfigValue>, Configuration) - Method in class io.debezium.connector.postgresql.PostgresConnector
- validateFlushLsnSource(Configuration, Field, Field.ValidationOutput) - Static method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- validateLogicalDecodingMessageExcludeList(Configuration, Field, Field.ValidationOutput) - Static method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- validateReplicationSlotName(Configuration, Field, Field.ValidationOutput) - Static method in class io.debezium.connector.postgresql.PostgresConnectorConfig
- validateServerVersion(Statement) - Static method in class io.debezium.connector.postgresql.connection.PostgresConnection
- validateSlotIsInExpectedState(WalPositionLocator) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection
- value - Variable in class io.debezium.connector.postgresql.connection.Lsn
- value - Variable in class io.debezium.connector.postgresql.connection.pgoutput.PgOutputColumnValue
- value - Variable in class io.debezium.connector.postgresql.connection.pgproto.PgProtoColumnValue
- value - Variable in enum io.debezium.connector.postgresql.PostgresConnectorConfig.AutoCreateMode
- value - Variable in enum io.debezium.connector.postgresql.PostgresConnectorConfig.HStoreHandlingMode
- value - Variable in enum io.debezium.connector.postgresql.PostgresConnectorConfig.IntervalHandlingMode
- value - Variable in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SchemaRefreshMode
- value - Variable in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SecureConnectionMode
- value - Variable in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SnapshotMode
- value - Variable in enum io.debezium.connector.postgresql.proto.PgProto.DatumMessage.DatumCase
- value - Variable in enum io.debezium.connector.postgresql.proto.PgProto.Op
- VALUE_OPTIONAL_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- valueConverters - Variable in class io.debezium.connector.postgresql.connection.PostgresDefaultValueConverter
- valueOf(int) - Static method in enum io.debezium.connector.postgresql.proto.PgProto.DatumMessage.DatumCase
-
Deprecated.
- valueOf(int) - Static method in enum io.debezium.connector.postgresql.proto.PgProto.Op
-
Deprecated.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum io.debezium.connector.postgresql.proto.PgProto.Op
-
Returns the enum constant of this type with the specified name.
- valueOf(Long) - Static method in class io.debezium.connector.postgresql.connection.Lsn
- valueOf(String) - Static method in class io.debezium.connector.postgresql.connection.Lsn
-
Create LSN instance by string represent LSN.
- valueOf(String) - Static method in enum io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder.MessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.debezium.connector.postgresql.connection.ReplicationMessage.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.debezium.connector.postgresql.connection.ServerInfo.ReplicaIdentity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.AutoCreateMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.HStoreHandlingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.IntervalHandlingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.LogicalDecoder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SchemaRefreshMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SecureConnectionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SnapshotMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.debezium.connector.postgresql.proto.PgProto.DatumMessage.DatumCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.debezium.connector.postgresql.proto.PgProto.Op
-
Returns the enum constant of this type with the specified name.
- valueOf(LogSequenceNumber) - Static method in class io.debezium.connector.postgresql.connection.Lsn
- valueOptional_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo.Builder
- valueOptional_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
- values() - Static method in enum io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder.MessageType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.debezium.connector.postgresql.connection.ReplicationMessage.Operation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.debezium.connector.postgresql.connection.ServerInfo.ReplicaIdentity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.AutoCreateMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.HStoreHandlingMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.IntervalHandlingMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.LogicalDecoder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SchemaRefreshMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SecureConnectionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SnapshotMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.debezium.connector.postgresql.proto.PgProto.DatumMessage.DatumCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.debezium.connector.postgresql.proto.PgProto.Op
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VALUES - Static variable in enum io.debezium.connector.postgresql.proto.PgProto.Op
- valueSchema - Variable in class io.debezium.connector.postgresql.LogicalDecodingMessageMonitor
- VARIABLE_SCALE_DECIMAL_LENGTH - Static variable in class io.debezium.connector.postgresql.PostgresValueConverter
-
Variable scale decimal/numeric is defined by metadata scale - 0 length - 131089
- VERIFY_CA - Enum constant in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SecureConnectionMode
-
Like REQUIRED, but additionally verify the server TLS certificate against the configured Certificate Authority (CA) certificates.
- VERIFY_FULL - Enum constant in enum io.debezium.connector.postgresql.PostgresConnectorConfig.SecureConnectionMode
-
Like VERIFY_CA, but additionally verify that the server certificate matches the host to which the connection is attempted.
- version() - Static method in class io.debezium.connector.postgresql.Module
- version() - Method in class io.debezium.connector.postgresql.PostgresConnector
- version() - Method in class io.debezium.connector.postgresql.PostgresConnectorTask
W
- WalPositionLocator - Class in io.debezium.connector.postgresql.connection
-
This class is responsible for finding out a LSN from which Debezium should resume streaming after connector restarts.
- WalPositionLocator() - Constructor for class io.debezium.connector.postgresql.connection.WalPositionLocator
- WalPositionLocator(Lsn, Lsn, ReplicationMessage.Operation) - Constructor for class io.debezium.connector.postgresql.connection.WalPositionLocator
- walStartLsn - Variable in class io.debezium.connector.postgresql.spi.SlotCreationResult
- warnedOnUnkownOp - Variable in class io.debezium.connector.postgresql.connection.pgproto.PgProtoMessageDecoder
- withDatabase(String) - Method in class io.debezium.connector.postgresql.connection.ServerInfo
- withPlugin(PostgresConnectorConfig.LogicalDecoder) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- withPlugin(PostgresConnectorConfig.LogicalDecoder) - Method in interface io.debezium.connector.postgresql.connection.ReplicationConnection.Builder
-
Sets the instance for the PG logical decoding plugin
- withPublication(String) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- withPublication(String) - Method in interface io.debezium.connector.postgresql.connection.ReplicationConnection.Builder
-
Sets the publication name for the PG logical publication
- withPublicationAutocreateMode(PostgresConnectorConfig.AutoCreateMode) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- withPublicationAutocreateMode(PostgresConnectorConfig.AutoCreateMode) - Method in interface io.debezium.connector.postgresql.connection.ReplicationConnection.Builder
-
Sets the publication autocreate mode for the PG logical publication
- withSchema(PostgresSchema) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- withSchema(PostgresSchema) - Method in interface io.debezium.connector.postgresql.connection.ReplicationConnection.Builder
-
Sets the schema instance
- withServer(String) - Method in class io.debezium.connector.postgresql.connection.ServerInfo
- withSlot(String) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- withSlot(String) - Method in interface io.debezium.connector.postgresql.connection.ReplicationConnection.Builder
-
Sets the name for the PG logical replication slot
- withTableFilter(RelationalTableFilters) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- withTableFilter(RelationalTableFilters) - Method in interface io.debezium.connector.postgresql.connection.ReplicationConnection.Builder
-
Sets the publication tables to watch for the PG logical publication
- withTypeRegistry(TypeRegistry) - Method in class io.debezium.connector.postgresql.connection.PostgresReplicationConnection.ReplicationConnectionBuilder
- withTypeRegistry(TypeRegistry) - Method in interface io.debezium.connector.postgresql.connection.ReplicationConnection.Builder
- withUsername(String) - Method in class io.debezium.connector.postgresql.connection.ServerInfo
- wkb - Variable in class io.debezium.connector.postgresql.PostgisGeometry
-
PostGIS Extended-Well-Known-Binary (EWKB) geometry representation.
- writeTo(CodedOutputStream) - Method in class io.debezium.connector.postgresql.proto.PgProto.DatumMessage
- writeTo(CodedOutputStream) - Method in class io.debezium.connector.postgresql.proto.PgProto.Point
- writeTo(CodedOutputStream) - Method in class io.debezium.connector.postgresql.proto.PgProto.RowMessage
- writeTo(CodedOutputStream) - Method in class io.debezium.connector.postgresql.proto.PgProto.TypeInfo
X
- x_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
- x_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.Point
- X_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.Point
- xmin - Variable in class io.debezium.connector.postgresql.SourceInfo
- xmin - Variable in class io.debezium.connector.postgresql.spi.OffsetState
- xmin() - Method in class io.debezium.connector.postgresql.PostgresOffsetContext
- xmin() - Method in class io.debezium.connector.postgresql.SourceInfo
- XMIN_FETCH_INTERVAL - Static variable in class io.debezium.connector.postgresql.PostgresConnectorConfig
- XMIN_KEY - Static variable in class io.debezium.connector.postgresql.converters.PostgresRecordParser
- XMIN_KEY - Static variable in class io.debezium.connector.postgresql.SourceInfo
- xminFetchInterval() - Method in class io.debezium.connector.postgresql.PostgresConnectorConfig
Y
- y_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.Point.Builder
- y_ - Variable in class io.debezium.connector.postgresql.proto.PgProto.Point
- Y_FIELD_NUMBER - Static variable in class io.debezium.connector.postgresql.proto.PgProto.Point
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
SchemaTopicNamingStrategyinstead.