com.hazelcast.cache.impl.eviction
Interface EvictionConfig

All Known Implementing Classes:
CacheEvictionConfig, CacheEvictionConfigReadOnly

public interface EvictionConfig

Interface for configuration information about eviction.


Method Summary
 EvictionPolicyType getEvictionPolicyType()
          Gets the type of eviction policy.
 EvictionStrategyType getEvictionStrategyType()
          Gets the type of eviction strategy.
 

Method Detail

getEvictionStrategyType

EvictionStrategyType getEvictionStrategyType()
Gets the type of eviction strategy.

Returns:
the type of eviction strategy

getEvictionPolicyType

EvictionPolicyType getEvictionPolicyType()
Gets the type of eviction policy.

Returns:
the type of eviction policy


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