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
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    org.apache.geode.cache.client.ClientRegionShortcut
    Configures the client Region data management policy for all client Regions created from the corresponding server-side Region.
  • Element Details

    • clientRegionShortcut

      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. Defaults to ClientRegionShortcut.PROXY.
      See Also:
      • ClientRegionShortcut
      Default:
      PROXY