Uses of Enum Class
com.hazelcast.config.NearCacheConfig.LocalUpdatePolicy
-
Uses of NearCacheConfig.LocalUpdatePolicy in com.hazelcast.config
Modifier and TypeFieldDescriptionstatic final NearCacheConfig.LocalUpdatePolicy
NearCacheConfig.DEFAULT_LOCAL_UPDATE_POLICY
Modifier and TypeMethodDescriptionNearCacheConfig.getLocalUpdatePolicy()
Returns theNearCacheConfig.LocalUpdatePolicy
of this Near Cache.Returns the enum constant of this class with the specified name.static NearCacheConfig.LocalUpdatePolicy[]
NearCacheConfig.LocalUpdatePolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionNearCacheConfig.setLocalUpdatePolicy
(NearCacheConfig.LocalUpdatePolicy localUpdatePolicy) Sets theNearCacheConfig.LocalUpdatePolicy
of this Near Cache.