public interface CdcCacheEvent
CdcConsumer about cache creation/change events.| Modifier and Type | Method and Description |
|---|---|
int |
cacheId() |
CacheConfiguration<?,?> |
configuration()
Note,
CacheConfiguration.getQueryEntities() value not changed on table schema change. |
Collection<QueryEntity> |
queryEntities()
Returns current state of configured
QueryEntity. |
int cacheId()
CacheView.cacheId()CacheConfiguration<?,?> configuration()
CacheConfiguration.getQueryEntities() value not changed on table schema change.
Current table schema can be obtained by queryEntities().Collection<QueryEntity> queryEntities()
QueryEntity.
QueryEntity can be changed by executing DDL on SQL tables.
Note, CacheConfiguration.getQueryEntities() returns initial definition of QueryEntity.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023