Uses of Enum Class
com.hazelcast.config.CacheDeserializedValues
-
Uses of CacheDeserializedValues in com.hazelcast.config
Modifier and TypeFieldDescriptionstatic final CacheDeserializedValues
MapConfig.DEFAULT_CACHED_DESERIALIZED_VALUES
We want to cache values only when an index is defined.Modifier and TypeMethodDescriptionMapConfig.getCacheDeserializedValues()
Get current value cache settingsstatic CacheDeserializedValues
CacheDeserializedValues.parseString
(String string) Create instance from Stringstatic CacheDeserializedValues
Returns the enum constant of this class with the specified name.static CacheDeserializedValues[]
CacheDeserializedValues.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionMapConfig.setCacheDeserializedValues
(CacheDeserializedValues cacheDeserializedValues) Configure de-serialized value caching.