Uses of Class
org.apache.ignite.configuration.PlatformCacheConfiguration
-
Packages that use PlatformCacheConfiguration Package Description org.apache.ignite.configuration Contains configuration-related classes. -
-
Uses of PlatformCacheConfiguration in org.apache.ignite.configuration
Methods in org.apache.ignite.configuration that return PlatformCacheConfiguration Modifier and Type Method Description PlatformCacheConfiguration
CacheConfiguration. getPlatformCacheConfiguration()
Gets platform cache configuration.PlatformCacheConfiguration
PlatformCacheConfiguration. setKeepBinary(boolean keepBinary)
Sets a value indicating whether platform cache should store keys and values in binary form.PlatformCacheConfiguration
PlatformCacheConfiguration. setKeyTypeName(String keyTypeName)
Sets fully-qualified platform type name of the cache key used for the local map.PlatformCacheConfiguration
PlatformCacheConfiguration. setValueTypeName(String valueTypeName)
Sets fully-qualified platform type name of the cache value used for the local map.Methods in org.apache.ignite.configuration with parameters of type PlatformCacheConfiguration Modifier and Type Method Description CacheConfiguration<K,V>
CacheConfiguration. setPlatformCacheConfiguration(PlatformCacheConfiguration platformCfg)
Sets platform cache configuration.
-