Package org.apache.geode.cache
Interface EvictionAttributesMutator
public interface EvictionAttributesMutator
The EvictionAttributesMutator allows changes to be made to a
EvictionAttributes. It is returned by
AttributesMutator.getEvictionAttributesMutator()- Since:
- GemFire 5.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetMaximum(int maximum) Sets the maximum value on theEvictionAttributesImplthat the givenEvictionAlgorithmuses to determine when to perform itsEvictionAction.
-
Method Details
-
setMaximum
void setMaximum(int maximum) Sets the maximum value on theEvictionAttributesImplthat the givenEvictionAlgorithmuses to determine when to perform itsEvictionAction. The unit of the maximum value is determined by theEvictionAlgorithm- Parameters:
maximum- value used by theEvictionAlgorithm
-