Uses of Class
org.apache.ignite.cache.CacheKeyConfiguration
-
Packages that use CacheKeyConfiguration Package Description org.apache.ignite.cache Contains main Data Grid APIs.org.apache.ignite.client Contains Ignite Thin Client API classes.org.apache.ignite.configuration Contains configuration-related classes. -
-
Uses of CacheKeyConfiguration in org.apache.ignite.cache
Methods in org.apache.ignite.cache that return CacheKeyConfiguration Modifier and Type Method Description CacheKeyConfiguration
CacheKeyConfiguration. setAffinityKeyFieldName(String affKeyFieldName)
Sets affinity key field name.CacheKeyConfiguration
CacheKeyConfiguration. setTypeName(String typeName)
-
Uses of CacheKeyConfiguration in org.apache.ignite.client
Methods in org.apache.ignite.client that return CacheKeyConfiguration Modifier and Type Method Description CacheKeyConfiguration[]
ClientCacheConfiguration. getKeyConfiguration()
Methods in org.apache.ignite.client with parameters of type CacheKeyConfiguration Modifier and Type Method Description ClientCacheConfiguration
ClientCacheConfiguration. setKeyConfiguration(CacheKeyConfiguration... newVal)
-
Uses of CacheKeyConfiguration in org.apache.ignite.configuration
Methods in org.apache.ignite.configuration that return CacheKeyConfiguration Modifier and Type Method Description CacheKeyConfiguration[]
IgniteConfiguration. getCacheKeyConfiguration()
Gets cache key configuration.CacheKeyConfiguration[]
CacheConfiguration. getKeyConfiguration()
Gets cache key configuration.Methods in org.apache.ignite.configuration with parameters of type CacheKeyConfiguration Modifier and Type Method Description IgniteConfiguration
IgniteConfiguration. setCacheKeyConfiguration(CacheKeyConfiguration... cacheKeyCfg)
Sets cache key configuration.CacheConfiguration<K,V>
CacheConfiguration. setKeyConfiguration(CacheKeyConfiguration... cacheKeyCfg)
Sets cache key configuration.
-