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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetAttributes(RegionAttributes attributes)
Sets the region attributes used for the region used by this factory.
voidsetClose(boolean close)
Indicates whether the region referred by this factory bean will be closed on shutdown (default true).
voidsetPersistent(boolean persistent)
Configures whether this Region client Region is persistent, i.e.
voidsetPool(Pool pool)
Configures the Pool used by this Region client Region .
voidsetShortcut(ClientRegionShortcut shortcut)
Initializes the DataPolicy of the Region client Region using the given ClientRegionShortcut .