Uses of Interface
org.apache.ignite.cache.affinity.AffinityKeyMapper
-
Packages that use AffinityKeyMapper Package Description org.apache.ignite.configuration Contains configuration-related classes. -
-
Uses of AffinityKeyMapper in org.apache.ignite.configuration
Methods in org.apache.ignite.configuration that return AffinityKeyMapper Modifier and Type Method Description AffinityKeyMapper
CacheConfiguration. getAffinityMapper()
Affinity key mapper used to provide custom affinity key for any given key.Methods in org.apache.ignite.configuration with parameters of type AffinityKeyMapper Modifier and Type Method Description CacheConfiguration<K,V>
CacheConfiguration. setAffinityMapper(AffinityKeyMapper affMapper)
Sets custom affinity mapper.
-