| Package | Description |
|---|---|
| com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
| com.hazelcast.internal.eviction |
Eviction policy implementations.
|
| Modifier and Type | Method and Description |
|---|---|
EvictionStrategyType |
EvictionConfig.getEvictionStrategyType()
Returns the
EvictionStrategyType of this eviction configuration. |
| Modifier and Type | Field and Description |
|---|---|
static EvictionStrategyType |
EvictionStrategyType.DEFAULT_EVICTION_STRATEGY
Default value of
EvictionStrategyType |
| Modifier and Type | Method and Description |
|---|---|
EvictionStrategyType |
EvictionConfiguration.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.
|
Copyright © 2018. All Rights Reserved.