Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.internal.eviction |
Eviction policy implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheEvictionConfig
Deprecated.
Use
EvictionConfig instead of this |
class |
CacheEvictionConfigReadOnly
Deprecated.
Use
EvictionConfigReadOnly instead of this |
class |
EvictionConfig
Configuration for eviction.
|
class |
EvictionConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
Modifier and Type | Method and Description |
---|---|
static <A,E extends Evictable> |
EvictionPolicyEvaluatorProvider.getEvictionPolicyEvaluator(EvictionConfiguration evictionConfig,
ClassLoader classLoader)
Gets the
EvictionPolicyEvaluator implementation specified with evictionPolicy . |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.