Class PeerRegionFactoryBean<K,V>

All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, BeanNameAware, DisposableBean, FactoryBean<Region<K,V>>, InitializingBean, Lifecycle, Phased, SmartLifecycle, EvictingRegionFactoryBean, ExpiringRegionFactoryBean<K,V>
Direct Known Subclasses:
GenericRegionFactoryBean, LocalRegionFactoryBean, PartitionedRegionFactoryBean, ReplicatedRegionFactoryBean

public abstract class PeerRegionFactoryBean<K,V> extends ConfigurableRegionFactoryBean<K,V> implements DisposableBean, EvictingRegionFactoryBean, ExpiringRegionFactoryBean<K,V>, SmartLifecycle
Spring FactoryBean and abstract base class extended by other SDG FactoryBeans used to construct, configure and initialize peer Regions. This FactoryBean allows for very easy and flexible creation of peer Regions. For client Regions, see the ClientRegionFactoryBean.
Author:
Costin Leau, David Turanski, John Blum
See Also: