@FunctionalInterface protected static interface EvictionConfiguration.EvictionPolicyConfigurer
EvictionConfiguration.EvictionPolicyConfigurer configures the Eviction policy of an Apache Geode Region.FunctionalInterface| Modifier and Type | Method and Description |
|---|---|
Object |
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. |
Object configure(Object regionBean)
ClientRegionFactoryBean
or PeerRegionFactoryBean used to create an Apache Geode Region.regionBean - ClientRegionFactoryBean or PeerRegionFactoryBean used to create
an Apache Geode Region.regionFactoryBean.PeerRegionFactoryBean,
ClientRegionFactoryBeandefault org.apache.geode.cache.Region<?,?> configure(org.apache.geode.cache.Region<?,?> region)
Region.region - Region on which to configure the Eviction policy.Region.RegionCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.