Uses of Class
com.hazelcast.cache.impl.eviction.EvictionPolicyType

Packages that use EvictionPolicyType
com.hazelcast.cache.impl.eviction Eviction policy implementations for cache. 
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
 

Uses of EvictionPolicyType in com.hazelcast.cache.impl.eviction
 

Methods in com.hazelcast.cache.impl.eviction that return EvictionPolicyType
 EvictionPolicyType EvictionConfig.getEvictionPolicyType()
          Gets the type of eviction policy.
static EvictionPolicyType EvictionPolicyType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EvictionPolicyType[] EvictionPolicyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of EvictionPolicyType in com.hazelcast.config
 

Methods in com.hazelcast.config that return EvictionPolicyType
 EvictionPolicyType CacheEvictionConfig.getEvictionPolicyType()
           
 



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