Package | Description |
---|---|
com.hazelcast.map.impl.eviction |
This package contains eviction classes.
|
Modifier and Type | Class and Description |
---|---|
class |
EvictionCheckerImpl
Checks whether a specific threshold is exceeded or not
according to configured
MaxSizeConfig.MaxSizePolicy
to start eviction process. |
Modifier and Type | Field and Description |
---|---|
protected EvictionChecker |
EvictorImpl.evictionChecker |
Modifier and Type | Method and Description |
---|---|
EvictionChecker |
EvictorImpl.getEvictionChecker() |
EvictionChecker |
Evictor.getEvictionChecker()
Get eviction checker for this
Evictor |
Constructor and Description |
---|
EvictorImpl(EvictionChecker evictionChecker,
MapServiceContext mapServiceContext) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.