public class RegionAttributesFactoryBean extends org.apache.geode.cache.AttributesFactory implements FactoryBean<org.apache.geode.cache.RegionAttributes>, InitializingBean
RegionAttributes. Eliminates the need of using a XML 'factory-method' tag.FactoryBean,
InitializingBean,
AttributesFactory,
RegionAttributes| Constructor and Description |
|---|
RegionAttributesFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
org.apache.geode.cache.RegionAttributes |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setIndexUpdateType(IndexMaintenancePolicyType indexUpdateType) |
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, setEnableSubscriptionConflation, setEntryIdleTimeout, setEntryTimeToLive, setEvictionAttributes, setIgnoreJTA, setIndexMaintenanceSynchronous, setInitialCapacity, setKeyConstraint, setLoadFactor, setLockGrantor, setMembershipAttributes, setMirrorType, setMulticastEnabled, setOffHeap, setPartitionAttributes, setPersistBackup, setPoolName, setPublisher, setRegionIdleTimeout, setRegionTimeToLive, setScope, setStatisticsEnabled, setSubscriptionAttributes, setValueConstraint, validateAttributespublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface InitializingBeanExceptionpublic org.apache.geode.cache.RegionAttributes getObject()
throws Exception
getObject in interface FactoryBean<org.apache.geode.cache.RegionAttributes>Exceptionpublic Class<?> getObjectType()
getObjectType in interface FactoryBean<org.apache.geode.cache.RegionAttributes>public boolean isSingleton()
isSingleton in interface FactoryBean<org.apache.geode.cache.RegionAttributes>public void setIndexUpdateType(IndexMaintenancePolicyType indexUpdateType)
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.