|
|||||||||
| 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>
K - Region Key TypeV - Region Value Type
@Deprecated public class SubRegionFactoryBean<K,V>
FactoryBean for creating a Gemfire sub-Regions.
| Field Summary | |
|---|---|
protected org.apache.commons.logging.Log |
log
Deprecated. |
| Fields inherited from class com.gemstone.gemfire.cache.AttributesFactory |
|---|
DEFAULT_DISK_SYNCHRONOUS |
| Constructor Summary | |
|---|---|
SubRegionFactoryBean()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Deprecated. |
com.gemstone.gemfire.cache.Region<K,V> |
getObject()
Deprecated. |
Class<?> |
getObjectType()
Deprecated. |
boolean |
isSingleton()
Deprecated. |
void |
setAsyncEventQueues(Object[] asyncEventQueues)
Deprecated. |
void |
setCacheListeners(com.gemstone.gemfire.cache.CacheListener<K,V>[] cacheListeners)
Deprecated. Sets the cache listeners used for the region used by this factory. |
void |
setGatewaySenders(Object[] gatewaySenders)
Deprecated. |
void |
setLookupOnly(boolean lookupOnly)
Deprecated. Set to true if the subregion should already exist, e.g., specified by <lookup-region> |
void |
setName(String name)
Deprecated. Set the bean name - the same as the Subregion full path. |
void |
setParent(com.gemstone.gemfire.cache.Region<?,?> parent)
Deprecated. Set the parent Region. |
void |
setRegionName(String regionName)
Deprecated. Set the simple name of this Subregion. |
| 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>>Exceptionpublic 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 InitializingBeanExceptionpublic 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)
cacheListeners - the cacheListeners to set on a newly created regionpublic void setGatewaySenders(Object[] gatewaySenders)
public void setLookupOnly(boolean lookupOnly)
lookupOnly - a boolean value indicating whether this Subregion should be looked up instead of created.public void setName(String name)
name - the name of this Subregion bean in the Spring context.public void setRegionName(String regionName)
regionName - the simple name of this Subregion.public void setParent(com.gemstone.gemfire.cache.Region<?,?> parent)
parent - a reference to the parent Region.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||