Class PartitionedRegionFactoryBean<K,V>

All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, BeanNameAware, DisposableBean, FactoryBean<Region<K,V>>, InitializingBean, Lifecycle, Phased, SmartLifecycle, EvictingRegionFactoryBean, ExpiringRegionFactoryBean<K,V>

public class PartitionedRegionFactoryBean<K,V> extends PeerRegionFactoryBean<K,V>
Spring FactoryBean used to create an Apache Geode PARTITION Region.
Author:
David Turanski, John Blum
See Also: