@TargetSE(valueSE=TYPESE) @RetentionSE(valueSE=RUNTIMESE) @InheritedSE @DocumentedSE @Import(value=ClusterDefinedRegionsConfiguration.class) public @interface EnableClusterDefinedRegions
EnableClusterDefinedRegions アノテーションは、Spring @Configuration アプリケーションアノテーションクラスをマークし、Apache Geode/Pivotal GemFire クラスターで定義されたすべての Regions に対してクライアントプロキシベースの Regions を作成できるようにします。Region, ClientCache, Configuration, Import, ClusterDefinedRegionsConfiguration| 修飾子と型 | オプションの要素と説明 |
|---|---|
org.apache.geode.cache.client.ClientRegionShortcut | clientRegionShortcut 対応するサーバー側 Region から作成されたすべてのクライアント Regions に対してクライアント Region データ管理ポリシーを構成します。 |
public abstract org.apache.geode.cache.client.ClientRegionShortcut clientRegionShortcut
Region から作成されたすべてのクライアント Regions のクライアント Region データ管理ポリシーを構成します。デフォルトは ClientRegionShortcut.PROXY です。ClientRegionShortcutCopyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.