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 Type
    Method
    Description
    void
    setMaximum(int maximum)
    Sets the maximum value on the EvictionAttributesImpl that the given EvictionAlgorithm uses to determine when to perform its EvictionAction.
  • Method Details