| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| 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. | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.