Uses of Interface
org.apache.pinot.spi.config.provider.TableConfigChangeListener
-
Packages that use TableConfigChangeListener Package Description org.apache.pinot.spi.config.provider -
-
Uses of TableConfigChangeListener in org.apache.pinot.spi.config.provider
Methods in org.apache.pinot.spi.config.provider with parameters of type TableConfigChangeListener Modifier and Type Method Description booleanPinotConfigProvider. registerTableConfigChangeListener(TableConfigChangeListener tableConfigChangeListener)Registers theTableConfigChangeListenerand notifies it whenever any changes (addition, update, removal) to any of the table configs are detected.
-