Java org.springframework.data.gemfire CacheFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.gemfire CacheFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.gemfire CacheFactoryBean.

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
Initializes this CacheFactoryBean after properties have been set by the Spring container.
BooleangetCopyOnRead()
IntegergetLockLease()
IntegergetLockTimeout()
IntegergetMessageSyncInterval()
GemFireCachegetObject()
Returns an object reference to the Cache created by this CacheFactoryBean .
IntegergetSearchTimeout()
voidsetCacheXml(Resource cacheXml)
Sets a reference to the Pivotal GemFire/Apache Geode native cache.xml Resource .
voidsetClose(boolean close)
Sets a value to indicate whether the cache will be closed on shutdown of the Spring container.
voidsetPdxIgnoreUnreadFields(Boolean pdxIgnoreUnreadFields)
Controls whether pdx ignores fields that were unread during deserialization.
voidsetPdxReadSerialized(Boolean pdxReadSerialized)
Sets the object preference to PdxInstance.
voidsetProperties(Properties properties)
Returns a reference to Pivotal GemFire/Apache Geode Properties used to configure the cache.
voidsetUseBeanFactoryLocator(boolean use)
Sets whether to enable the GemfireBeanFactoryLocator .
voidsetUseClusterConfiguration(Boolean useSharedConfiguration)
Sets the state of the use-shared-configuration Pivotal GemFire/Apache Geode distribution configuration setting.