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.cacheMethods in org.apache.ignite.cache that return CacheKeyConfiguration Modifier and Type Method Description CacheKeyConfigurationCacheKeyConfiguration. setAffinityKeyFieldName(String affKeyFieldName)Sets affinity key field name.CacheKeyConfigurationCacheKeyConfiguration. setTypeName(String typeName)
- 
Uses of CacheKeyConfiguration in org.apache.ignite.clientMethods 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 ClientCacheConfigurationClientCacheConfiguration. setKeyConfiguration(CacheKeyConfiguration... newVal)
- 
Uses of CacheKeyConfiguration in org.apache.ignite.configurationMethods 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 IgniteConfigurationIgniteConfiguration. setCacheKeyConfiguration(CacheKeyConfiguration... cacheKeyCfg)Sets cache key configuration.CacheConfiguration<K,V>CacheConfiguration. setKeyConfiguration(CacheKeyConfiguration... cacheKeyCfg)Sets cache key configuration.
 
-