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.
EvictionConfiguration.EvictionPolicyConfigurer
configures the Eviction policy of an Apache Geode Region
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionConfigure the Eviction policy on the given SDGClientRegionFactoryBean
orPeerRegionFactoryBean
used to create an Apache GeodeRegion
.default org.apache.geode.cache.Region<?,
?> configure
(org.apache.geode.cache.Region<?, ?> region) Configures the Eviction policy of the given Apache GeodeRegion
.
-
Method Details
-
configure
Configure the Eviction policy on the given SDGClientRegionFactoryBean
orPeerRegionFactoryBean
used to create an Apache GeodeRegion
.- Parameters:
regionBean
-ClientRegionFactoryBean
orPeerRegionFactoryBean
used to create an Apache GeodeRegion
.- Returns:
- the given
regionFactoryBean
. - See Also:
-
configure
default org.apache.geode.cache.Region<?,?> configure(org.apache.geode.cache.Region<?, ?> region) Configures the Eviction policy of the given Apache GeodeRegion
.- Parameters:
region
-Region
on which to configure the Eviction policy.- Returns:
- the given
Region
. - See Also:
-
Region
-