public interface CacheTopologyValidatorProvider extends Extension
CacheTopologyValidatorProvider
is used to pass an implementation of TopologyValidator
s for a specific
cache through Ignite plugin extensions mechanism. Each cache, on startup, iterates over all registered
CacheTopologyValidatorProvider
s and tries to obtain the instance of TopologyValidator
by
cache name. All obtained TopologyValidator
s are saved in the cache context and successively called during
topology validation process. The topology validation is passed if all TopologyValidator
s 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