パッケージ | 説明 |
---|---|
org.springframework.data.gemfire.client | Pivotal GemFire クライアント構成のサポートを提供するクラス。 |
org.springframework.data.gemfire.config.annotation.support |
修飾子と型 | クラスと説明 |
---|---|
class | KeyInterest<K> 個々のキーに基づくキャッシュ領域の関心。 |
class | RegexInterest 個々のキー型ではなく、正規表現に基づいてキャッシュの対象を決定します。 |
修飾子と型 | メソッドと説明 |
---|---|
Interest | Interest.asType(Interest.Type type) 関心登録の種類を指定するためのビルダーメソッド。 |
Interest | Interest.makeDurable() この Interest を耐久性のあるものとしてマークするビルダーメソッド。 |
static <K> Interest | Interest.newInterest(K key) 指定されたキーで初期化された Interest の新しいインスタンスを構築するファクトリメソッド。 |
Interest | Interest.receivesValues(boolean receiveValues) 関心イベント通知がキーとともに値を受信するかどうかを設定するビルダーメソッド。 |
Interest | Interest.usingPolicy(org.apache.geode.cache.InterestResultPolicy policy) キャッシュを初期化するために使用される InterestResultPolicy を設定するビルダーメソッド。 |
Interest | Interest.withKey(K key) 関心のあるキーを表現するためのビルダーメソッド。 |
修飾子と型 | メソッドと説明 |
---|---|
void | ClientRegionFactoryBean.setInterests(Interest<K>[] interests) このクライアント領域の興味を設定します。 |
修飾子と型 | メソッドと説明 |
---|---|
protected Interest<K>[] | CacheTypeAwareRegionFactoryBean.getInterests() |
修飾子と型 | メソッドと説明 |
---|---|
void | CacheTypeAwareRegionFactoryBean.setInterests(Interest<K>[] interests) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.