Annotation Interface EnableClusterDefinedRegions
@Target(TYPE)
@Retention(RUNTIME)
@Inherited
@Documented
@Import(ClusterDefinedRegionsConfiguration.class)
public @interface EnableClusterDefinedRegions
The
EnableClusterDefinedRegions annotation marks a Spring @Configuration application
annotated class to enable the creation of client Proxy-based Regions for all Regions
defined in an Apache Geode/Pivotal GemFire cluster.- Since:
- 2.1.0
- Author:
- John Blum
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescription
-
Element Details
-
clientRegionShortcut
ClientRegionShortcut clientRegionShortcutConfigures the clientRegiondata management policy for all clientRegionscreated from the corresponding server-sideRegion. Defaults toClientRegionShortcut.PROXY.- See Also:
- Default:
- PROXY
-