Class SchemaCacheHash
java.lang.Object
io.debezium.ibmi.db2.journal.retrieve.SchemaCacheHash
- All Implemented Interfaces:
SchemaCacheIF
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.debezium.ibmi.db2.journal.retrieve.SchemaCacheIF
SchemaCacheIF.Structure, SchemaCacheIF.TableInfo -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclearCache(String database, String schema, String table) voidstore(String database, String schema, String table, SchemaCacheIF.TableInfo entry)
-
Field Details
-
map
-
-
Constructor Details
-
SchemaCacheHash
public SchemaCacheHash()
-
-
Method Details
-
store
- Specified by:
storein interfaceSchemaCacheIF
-
retrieve
- Specified by:
retrievein interfaceSchemaCacheIF
-
clearCache
- Specified by:
clearCachein interfaceSchemaCacheIF
-