Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.spring.config |
Contains config factory classes.
|
Modifier and Type | Field and Description |
---|---|
static MaxSizePolicy |
MapConfig.DEFAULT_MAX_SIZE_POLICY
Default max size policy
|
static MaxSizePolicy |
EvictionConfig.DEFAULT_MAX_SIZE_POLICY
Default Max-Size Policy.
|
protected MaxSizePolicy |
EvictionConfig.maxSizePolicy |
Modifier and Type | Method and Description |
---|---|
static MaxSizePolicy |
MaxSizePolicy.getById(int id) |
MaxSizePolicy |
EvictionConfig.getMaxSizePolicy()
Returns the
MaxSizePolicy of this eviction configuration. |
static MaxSizePolicy |
MaxSizePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaxSizePolicy[] |
MaxSizePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EvictionConfig |
EvictionConfig.setMaxSizePolicy(MaxSizePolicy maxSizePolicy)
Sets the
MaxSizePolicy of this eviction configuration. |
Modifier and Type | Method and Description |
---|---|
static EvictionConfig |
ConfigFactory.newEvictionConfig(Integer maxSize,
MaxSizePolicy maxSizePolicy,
EvictionPolicy evictionPolicy,
boolean isNearCache,
boolean isIMap,
String comparatorClassName,
EvictionPolicyComparator<?,?,?> comparator) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.