public interface EvictionChecker
MaxSizeConfig.MaxSizePolicy
and indicates whether eviction is required.Modifier and Type | Field and Description |
---|---|
static EvictionChecker |
EVICT_ALWAYS |
Modifier and Type | Method and Description |
---|---|
boolean |
isEvictionRequired()
Checks the state to see if it has reached its maximum configured size
EvictionConfig.MaxSizePolicy |
static final EvictionChecker EVICT_ALWAYS
boolean isEvictionRequired()
EvictionConfig.MaxSizePolicy
true
if maximum size has been reached, false
otherwiseCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.