Interface EvictionConfiguration.EvictionPolicyConfigurer

All Known Implementing Classes:
EvictionConfiguration.ComposableEvictionPolicyConfigurer, EvictionConfiguration.EvictionPolicyMetaData
Enclosing class:
EvictionConfiguration
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface EvictionConfiguration.EvictionPolicyConfigurer
EvictionConfiguration.EvictionPolicyConfigurer configures the Eviction policy of an Apache Geode Region.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    configure(Object regionBean)
    Configure the Eviction policy on the given SDG ClientRegionFactoryBean or PeerRegionFactoryBean used to create an Apache Geode Region.
    default org.apache.geode.cache.Region<?,?>
    configure(org.apache.geode.cache.Region<?,?> region)
    Configures the Eviction policy of the given Apache Geode Region.