public interface CacheTopologyValidatorProvider extends Extension
CacheTopologyValidatorProvider is used to pass an implementation of TopologyValidators for a specific
cache through Ignite plugin extensions mechanism. Each cache, on startup, iterates over all registered
CacheTopologyValidatorProviders and tries to obtain the instance of TopologyValidator by
cache name. All obtained TopologyValidators are saved in the cache context and successively called during
topology validation process. The topology validation is passed if all TopologyValidators consider that
the current topology is valid.| Modifier and Type | Method and Description |
|---|---|
TopologyValidator |
topologyValidator(String cacheName)
Provides instance of
TopologyValidator for the cache with specified name. |
TopologyValidator topologyValidator(String cacheName)
TopologyValidator for the cache with specified name.cacheName - Name of the cache or cache group.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023