Uses of Class
com.hazelcast.config.NearCacheConfig.LocalUpdatePolicy

Packages that use NearCacheConfig.LocalUpdatePolicy
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
 

Uses of NearCacheConfig.LocalUpdatePolicy in com.hazelcast.config
 

Methods in com.hazelcast.config that return NearCacheConfig.LocalUpdatePolicy
 NearCacheConfig.LocalUpdatePolicy NearCacheConfig.getLocalUpdatePolicy()
           
static NearCacheConfig.LocalUpdatePolicy NearCacheConfig.LocalUpdatePolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NearCacheConfig.LocalUpdatePolicy[] NearCacheConfig.LocalUpdatePolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hazelcast.config with parameters of type NearCacheConfig.LocalUpdatePolicy
 NearCacheConfig NearCacheConfig.setLocalUpdatePolicy(NearCacheConfig.LocalUpdatePolicy localUpdatePolicy)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.