|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gemstone.gemfire.cache.AttributesFactory<K,V>
org.springframework.data.gemfire.SubRegionFactoryBean<K,V>
public class SubRegionFactoryBean<K,V>
Field Summary | |
---|---|
protected org.apache.commons.logging.Log |
log
|
Fields inherited from class com.gemstone.gemfire.cache.AttributesFactory |
---|
DEFAULT_DISK_SYNCHRONOUS |
Constructor Summary | |
---|---|
SubRegionFactoryBean()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
com.gemstone.gemfire.cache.Region<K,V> |
getObject()
|
Class<?> |
getObjectType()
|
boolean |
isSingleton()
|
void |
setAsyncEventQueues(Object[] asyncEventQueues)
|
void |
setCacheListeners(com.gemstone.gemfire.cache.CacheListener<K,V>[] cacheListeners)
Sets the cache listeners used for the region used by this factory. |
void |
setGatewaySenders(Object[] gatewaySenders)
|
void |
setLookupOnly(boolean lookupOnly)
Set to true if the subregion should already exist, e.g., specified by <lookup-region> |
void |
setName(String name)
Set the bean name - the same as the subregion full path |
void |
setParent(com.gemstone.gemfire.cache.Region<?,?> parent)
Set the parent Region |
void |
setRegionName(String regionName)
Set the simple name of the region |
Methods inherited from class com.gemstone.gemfire.cache.AttributesFactory |
---|
addAsyncEventQueueId, addCacheListener, addGatewaySenderId, create, createRegionAttributes, initCacheListeners, setBucketRegion, setCacheListener, setCacheLoader, setCacheWriter, setCloningEnabled, setConcurrencyChecksEnabled, setConcurrencyLevel, setCustomEntryIdleTimeout, setCustomEntryTimeToLive, setDataPolicy, setDiskDirs, setDiskDirsAndSizes, setDiskStoreName, setDiskSynchronous, setDiskWriteAttributes, setEarlyAck, setEnableAsyncConflation, setEnableBridgeConflation, setEnableConflation, setEnableGateway, setEnableSubscriptionConflation, setEnableWAN, setEntryIdleTimeout, setEntryTimeToLive, setEvictionAttributes, setGatewayHubId, setIgnoreJTA, setIndexMaintenanceSynchronous, setInitialCapacity, setKeyConstraint, setLoadFactor, setLockGrantor, setMembershipAttributes, setMirrorType, setMulticastEnabled, setPartitionAttributes, setPersistBackup, setPoolName, setPublisher, setRegionIdleTimeout, setRegionTimeToLive, setScope, setStatisticsEnabled, setSubscriptionAttributes, setValueConstraint, validateAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final org.apache.commons.logging.Log log
Constructor Detail |
---|
public SubRegionFactoryBean()
Method Detail |
---|
public com.gemstone.gemfire.cache.Region<K,V> getObject() throws Exception
getObject
in interface FactoryBean<com.gemstone.gemfire.cache.Region<K,V>>
Exception
public Class<?> getObjectType()
getObjectType
in interface FactoryBean<com.gemstone.gemfire.cache.Region<K,V>>
public boolean isSingleton()
isSingleton
in interface FactoryBean<com.gemstone.gemfire.cache.Region<K,V>>
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface InitializingBean
Exception
public void setAsyncEventQueues(Object[] asyncEventQueues)
asyncEventQueues
- defined as Object for backward compatibility with Gemfire 6.public void setCacheListeners(com.gemstone.gemfire.cache.CacheListener<K,V>[] cacheListeners)
#setAttributes(com.gemstone.gemfire.cache.RegionAttributes)
.
cacheListeners
- the cacheListeners to set on a newly created regionpublic void setGatewaySenders(Object[] gatewaySenders)
gatewaySenders
- public void setLookupOnly(boolean lookupOnly)
lookupOnly
- public void setName(String name)
name
- public void setRegionName(String regionName)
regionName
- public void setParent(com.gemstone.gemfire.cache.Region<?,?> parent)
parent
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |