Package | Description |
---|---|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
CacheConfiguration<K,V> |
CacheConfiguration.setPlatformCacheConfiguration(PlatformCacheConfiguration platformCfg)
Sets platform cache configuration.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024