K
- Region Key TypeV
- Region Value Type@Deprecated public class SubRegionFactoryBean<K,V> extends AttributesFactory<K,V> implements FactoryBean<Region<K,V>>, InitializingBean
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
log
Deprecated.
|
DEFAULT_DISK_SYNCHRONOUS
Constructor and Description |
---|
SubRegionFactoryBean()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
Deprecated.
|
Region<K,V> |
getObject()
Deprecated.
|
Class<?> |
getObjectType()
Deprecated.
|
boolean |
isSingleton()
Deprecated.
|
void |
setAsyncEventQueues(Object[] asyncEventQueues)
Deprecated.
|
void |
setCacheListeners(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(Region<?,?> parent)
Deprecated.
Set the parent Region.
|
void |
setRegionName(String regionName)
Deprecated.
Set the simple name of this Subregion.
|
addAsyncEventQueueId, addCacheListener, addGatewaySenderId, create, createRegionAttributes, initCacheListeners, setBucketRegion, setCacheListener, setCacheLoader, setCacheWriter, setCloningEnabled, setCompressor, 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
public Class<?> getObjectType()
getObjectType
in interface FactoryBean<Region<K,V>>
public boolean isSingleton()
isSingleton
in interface FactoryBean<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(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(Region<?,?> parent)
parent
- a reference to the parent Region.