| Package | Description | 
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| Modifier and Type | Field and Description | 
|---|---|
| static MaxSizePolicy | MapConfig. DEFAULT_MAX_SIZE_POLICYDefault max size policy | 
| static MaxSizePolicy | EvictionConfig. DEFAULT_MAX_SIZE_POLICYDefault Max-Size Policy. | 
| protected MaxSizePolicy | EvictionConfig. maxSizePolicy | 
| Modifier and Type | Method and Description | 
|---|---|
| static MaxSizePolicy | MaxSizePolicy. getById(int id) | 
| MaxSizePolicy | EvictionConfig. getMaxSizePolicy()Returns the  MaxSizePolicyof 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  MaxSizePolicyof this eviction configuration. | 
Copyright © 2020 Hazelcast, Inc.. All rights reserved.