Uses of Interface
org.apache.ignite.cache.affinity.AffinityKeyMapper
-
Packages that use AffinityKeyMapper Package Description org.apache.ignite.configuration Contains configuration-related classes.org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.query -
-
Uses of AffinityKeyMapper in org.apache.ignite.configuration
Methods in org.apache.ignite.configuration that return AffinityKeyMapper Modifier and Type Method Description AffinityKeyMapperCacheConfiguration. 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. -
Uses of AffinityKeyMapper in org.apache.ignite.internal.processors.cache
Classes in org.apache.ignite.internal.processors.cache that implement AffinityKeyMapper Modifier and Type Class Description classCacheDefaultBinaryAffinityKeyMapperclassGridCacheDefaultAffinityKeyMapperDefault key affinity mapper.Methods in org.apache.ignite.internal.processors.cache that return AffinityKeyMapper Modifier and Type Method Description AffinityKeyMapperCacheObjectContext. defaultAffMapper()Constructors in org.apache.ignite.internal.processors.cache with parameters of type AffinityKeyMapper Constructor Description CacheObjectContext(GridKernalContext kernalCtx, String cacheName, AffinityKeyMapper dfltAffMapper, boolean customAffMapper, boolean cpyOnGet, boolean storeVal, boolean addDepInfo, boolean binaryEnabled) -
Uses of AffinityKeyMapper in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query with parameters of type AffinityKeyMapper Modifier and Type Method Description static booleanQueryUtils. isCustomAffinityMapper(AffinityKeyMapper affinityKeyMapper)Checks whether affinity key mapper is custom or default.
-