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

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

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

Fields in com.hazelcast.cache.impl.eviction declared as EvictionStrategyType
static EvictionStrategyType EvictionStrategyType.DEFAULT_EVICTION_STRATEGY
           
 

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

Uses of EvictionStrategyType in com.hazelcast.config
 

Methods in com.hazelcast.config that return EvictionStrategyType
 EvictionStrategyType CacheEvictionConfig.getEvictionStrategyType()
           
 



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