|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.data.gemfire.RegionLookupFactoryBean<K,V>
org.springframework.data.gemfire.RegionFactoryBean<K,V>
org.springframework.data.gemfire.client.ClientRegionFactoryBean<K,V>
public class ClientRegionFactoryBean<K,V>
Client extension for GemFire regions.
| Field Summary |
|---|
| Fields inherited from class org.springframework.data.gemfire.RegionFactoryBean |
|---|
log |
| Constructor Summary | |
|---|---|
ClientRegionFactoryBean()
|
|
| Method Summary | |
|---|---|
void |
destroy()
|
protected void |
postProcess(AttributesFactory<K,V> attrFactory)
Post-process the attribute factory object used for configuring the region of this factory bean during the initialization process. |
protected void |
postProcess(Region<K,V> region)
Post-process the region object for this factory bean during the initialization process. |
void |
setBeanFactory(BeanFactory beanFactory)
|
void |
setInterests(Interest<K>[] interests)
Set the interests for this client region. |
void |
setPool(Pool pool)
Sets the pool used by this client. |
void |
setPoolName(String poolName)
Sets the pool name used by this client. |
| Methods inherited from class org.springframework.data.gemfire.RegionFactoryBean |
|---|
afterPropertiesSet, lookupFallback, setAttributes, setCacheListeners, setCacheLoader, setCacheWriter, setClose, setDataPolicy, setDestroy, setScope, setSnapshot |
| Methods inherited from class org.springframework.data.gemfire.RegionLookupFactoryBean |
|---|
getObject, getObjectType, isSingleton, setBeanName, setCache, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClientRegionFactoryBean()
| Method Detail |
|---|
protected void postProcess(Region<K,V> region)
RegionFactoryBean
postProcess in class RegionFactoryBean<K,V>protected void postProcess(AttributesFactory<K,V> attrFactory)
RegionFactoryBean
postProcess in class RegionFactoryBean<K,V>attrFactory - attribute factory
public void destroy()
throws Exception
destroy in interface DisposableBeandestroy in class RegionFactoryBean<K,V>Exception
public void setBeanFactory(BeanFactory beanFactory)
throws BeansException
setBeanFactory in interface BeanFactoryAwareBeansExceptionpublic void setInterests(Interest<K>[] interests)
interests - the interests to setpublic void setPoolName(String poolName)
poolName - public void setPool(Pool pool)
pool -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||