Class AbstractTimescaleDbMetadata
java.lang.Object
io.debezium.connector.postgresql.transforms.timescaledb.AbstractTimescaleDbMetadata
- All Implemented Interfaces:
TimescaleDbMetadata,Closeable,AutoCloseable
- Direct Known Subclasses:
QueryInformationSchemaMetadata
- Author:
- Jiri Pechanec
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.debezium.connector.postgresql.transforms.timescaledb.TimescaleDbMetadata
aggregateId, hypertableId
-
Field Details
-
timescaleDbSchemas
-
-
Constructor Details
-
AbstractTimescaleDbMetadata
-
-
Method Details
-
isTimescaleDbSchema
- Specified by:
isTimescaleDbSchemain interfaceTimescaleDbMetadata- Returns:
- true if the schema name is one used by TimescaleDB to store data
-