public class PartitionedRegionFactoryBean<K,V> extends RegionFactoryBean<K,V>
log
Constructor and Description |
---|
PartitionedRegionFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected void |
resolveDataPolicy(RegionFactory<K,V> regionFactory,
Boolean persistent,
DataPolicy dataPolicy)
Validates and sets the Data Policy on the RegionFactory used to create and configure the Region from this
FactoryBean.
|
protected void |
resolveDataPolicy(RegionFactory<K,V> regionFactory,
Boolean persistent,
String dataPolicy)
Validates the configured Data Policy and may override it, taking into account the 'persistent' attribute
and constraints for the Region type.
|
afterPropertiesSet, assertDataPolicyAndPersistentAttributesAreCompatible, createRegionFactory, destroy, getAttributes, getDataPolicy, getPhase, getShortcut, isAutoStartup, isNotPersistent, isPersistent, isPersistentUnspecified, isRunning, lookupFallback, mergePartitionAttributes, mergeRegionAttributes, postProcess, postProcess, setAsyncEventQueues, setAttributes, setCacheListeners, setCacheLoader, setCacheWriter, setClose, setDataPolicy, setDataPolicy, setDestroy, setDiskStoreName, setEnableGateway, setGatewaySenders, setHubId, setPersistent, setScope, setShortcut, setSnapshot, start, stop, stop
getLookupEnabled, getObject, getObjectType, getParent, getRegion, isSingleton, setBeanName, setCache, setLookupEnabled, setName, setParent, setRegionName
protected void resolveDataPolicy(RegionFactory<K,V> regionFactory, Boolean persistent, DataPolicy dataPolicy)
RegionFactoryBean
resolveDataPolicy
in class RegionFactoryBean<K,V>
regionFactory
- the RegionFactory used by this FactoryBean to create and configure the Region.persistent
- a boolean value indicating whether the Region should be persistent and persist it's
data to disk.dataPolicy
- the configured Data Policy for the Region.RegionFactoryBean.resolveDataPolicy(com.gemstone.gemfire.cache.RegionFactory, Boolean, String)
,
DataPolicy
,
RegionFactory
protected void resolveDataPolicy(RegionFactory<K,V> regionFactory, Boolean persistent, String dataPolicy)
RegionFactoryBean
resolveDataPolicy
in class RegionFactoryBean<K,V>
regionFactory
- the GemFire RegionFactory used to create the desired Region.persistent
- a boolean value indicating whether the Region should persist it's data to disk.dataPolicy
- requested Data Policy as set by the user in the Spring GemFire configuration meta-data.DataPolicy
,
RegionFactory