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 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
Configures the Eviction policy of the given Apache GeodeRegion
.
-