public interface EvictionAttributesMutator
EvictionAttributes
. It is returned
by AttributesMutator.getEvictionAttributesMutator()
Modifier and Type | Method and Description |
---|---|
void |
setMaximum(int maximum)
Sets the maximum value on the
EvictionAttributesImpl that the given
EvictionAlgorithm uses to determine when to perform its
EvictionAction . |
void setMaximum(int maximum)
EvictionAttributesImpl
that the given
EvictionAlgorithm
uses to determine when to perform its
EvictionAction
. The unit of the maximum value is determined by the
EvictionAlgorithm
maximum
- value used by the EvictionAlgorithm
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.