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

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

Introduction

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

The text is from its open source code.

Constructor

Method

PropertiesgetProperties()
Returns a reference to Pivotal GemFire/Apache Geode Properties used to configure the cache.
voidsetClose(boolean close)
Sets a value to indicate whether the cache will be closed on shutdown of the Spring container.
voidsetKeepAlive(Boolean keepAlive)
Sets whether the server(s) should keep the durable client's queue alive for the duration of the timeout when the client voluntarily disconnects.
voidsetPoolName(String poolName)
Sets the name of the Pool used by this cache client to obtain connections to the Pivotal GemFire cluster.
voidsetProperties(Properties properties)
Returns a reference to Pivotal GemFire/Apache Geode Properties used to configure the cache.
voidsetReadyForEvents(Boolean readyForEvents)
Sets the readyForEvents property to indicate whether the cache client should notify the server that it is ready to receive updates.
voidsetUseBeanFactoryLocator(boolean use)
Sets whether to enable the GemfireBeanFactoryLocator .