Package org.apache.nifi.cdc.event
Class TableInfoCacheKey
java.lang.Object
org.apache.nifi.cdc.event.TableInfoCacheKey
This class represents a key in a cache that contains information (column definitions, e.g.) for a database table
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTableInfoCacheKey(String uuidPrefix, String databaseName, String tableName, long tableId) -
Method Summary
-
Field Details
-
databaseName
-
tableName
-
tableId
private final long tableId -
uuidPrefix
-
-
Constructor Details
-
TableInfoCacheKey
-
-
Method Details