com.gemstone.gemfire.cache
Interface EvictionAttributesMutator
public interface EvictionAttributesMutator
The EvictionAttributesMutator allows changes to be made to a
EvictionAttributes. It is returned
by AttributesMutator.getEvictionAttributesMutator()
- Since:
- 5.0
setMaximum
void setMaximum(int maximum)
- Sets the maximum value on the
EvictionAttributesImpl that the given
EvictionAlgorithm uses to determine when to perform its
EvictionAction. The unit of the maximum value is determined by the
EvictionAlgorithm
- Parameters:
maximum - value used by the EvictionAlgorithm
Copyright © 2002-2010 GemStone Systems, Inc. All Rights Reserved.