Uses of Enum Class
com.loomcache.server.datastructures.DistributedMapConfig.EvictionPolicy
Packages that use DistributedMapConfig.EvictionPolicy
-
Uses of DistributedMapConfig.EvictionPolicy in com.loomcache.server.datastructures
Subclasses with type arguments of type DistributedMapConfig.EvictionPolicy in com.loomcache.server.datastructuresModifier and TypeClassDescriptionstatic enumEviction policy applied when the map reachesmaxSize.Methods in com.loomcache.server.datastructures that return DistributedMapConfig.EvictionPolicyModifier and TypeMethodDescriptionDistributedMapConfig.evictionPolicy()Returns the value of theevictionPolicyrecord component.Returns the enum constant of this class with the specified name.static DistributedMapConfig.EvictionPolicy[]DistributedMapConfig.EvictionPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.server.datastructures with parameters of type DistributedMapConfig.EvictionPolicyModifier and TypeMethodDescriptionDistributedMapConfig.Builder.evictionPolicy(DistributedMapConfig.EvictionPolicy evictionPolicy) Eviction policy when maxSize is reached.Constructors in com.loomcache.server.datastructures with parameters of type DistributedMapConfig.EvictionPolicyModifierConstructorDescriptionDistributedMapConfig(int maxSize, DistributedMapConfig.EvictionPolicy evictionPolicy, boolean metricsEnabled) DistributedMapConfig(int maxSize, DistributedMapConfig.EvictionPolicy evictionPolicy, boolean metricsEnabled, long maxIdleMillis) Creates an instance of aDistributedMapConfigrecord class.