@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented @Import(value=ClusterDefinedRegionsConfiguration.class) public @interface EnableClusterDefinedRegions
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.Region
,
ClientCache
,
Configuration
,
Import
,
ClusterDefinedRegionsConfiguration
Modifier and Type | Optional Element and Description |
---|---|
org.apache.geode.cache.client.ClientRegionShortcut |
clientRegionShortcut
Configures the client
Region data management policy for all client Regions created from
the corresponding server-side Region . |
public abstract org.apache.geode.cache.client.ClientRegionShortcut clientRegionShortcut
Region
data management policy for all client Regions
created from
the corresponding server-side Region
.
Defaults to ClientRegionShortcut.PROXY
.ClientRegionShortcut
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.