参照先: 説明
| インターフェース | 説明 |
|---|---|
| CacheFactoryBean.CacheFactoryInitializer<T> | CacheFactory または ClientCacheFactory インスタンスのいずれかを初期化するためのコールバックインターフェース。これは、GemFireCache のインスタンスを作成するために使用されます。 |
| GemfireCallback<T> | Pivotal GemFire コードのコールバックインターフェース。 |
| GemfireOperations |
| クラス | 説明 |
|---|---|
| CacheFactoryBean | Spring FactoryBean は、Pivotal GemFire/Apache Geode {@link Cache ピアキャッシュを構築、構成、初期化するために使用されます。 |
| CacheFactoryBean.DynamicRegionSupport | |
| CacheFactoryBean.JndiDataSource | |
| ConfigurableRegionFactoryBean<K,V> | |
| DataPolicyConverter | DataPolicyConverter クラスは、文字列値を Pivotal GemFire DataPolicy 列挙値に変換します。 |
| DiskStoreFactoryBean | Spring FactoryBean は DiskStore を作成するために使用されます。 |
| DiskStoreFactoryBean.DiskDir | |
| FixedPartitionAttributesFactoryBean | Spring FactoryBean を使用して、FixedPartitionAttributes のインスタンスを作成します。 |
| GemfireAccessor | |
| GemfireCacheUtils | Apache Geode/Pivotal GemFire キャッシュまたはリージョン処理用のメソッドを備えた抽象ユーティリティクラス。 |
| GemfireTemplate | Pivotal GemFire データアクセスコードを簡素化し、org.springframework.dao 例外階層に従って、 GemFireCheckedException と GemFireException を Spring DataAccessException に変換するヘルパークラス。 |
| GemfireUtils | GemfireUtils は、バージョンやその他の構成メタデータに基づいて Apache Geode または Pivotal GemFire の機能にアクセスするための共通機能をカプセル化する抽象ユーティリティクラスです。 |
| GenericRegionFactoryBean<K,V> | GenericRegionFactoryBean クラスは、抽象の基本クラス PeerRegionFactoryBean の拡張であり、開発者はデフォルトを使用して Pivotal GemFire Cache Region を定義できます。 |
| IndexFactoryBean | Spring FactoryBean は、宣言的なアプローチを使用して Indexes を構築、構成、初期化するために使用されます。 |
| IndexFactoryBean.IndexWrapper | |
| IndexMaintenancePolicyConverter | IndexMaintenanceTypeConverter クラスは、文字列を特定の SDG IndexMaintenancePolicyType に変換できる Spring コンバーターおよび JavaBeans プロパティエディターです。 |
| IndexTypeConverter | IndexTypeConverter クラスは、Spring コンバーターの実装であり、指定された文字列値を適切な IndexType に変換する JavaBeans プロパティエディターでもあります。 |
| InterestPolicyConverter | InterestPolicyConverter クラスは、Spring コンバーターの実装であり、文字列と Pivotal GemFire InterestPolicy 値間の変換を処理する Java PropertyEditor です。 |
| LocalRegionFactoryBean<K,V> | |
| LocatorFactoryBean | Spring FactoryBean は、LocatorLauncher クラスを使用して Apache Geode または Pivotal GemFire Locator を構成および初期化 (ブートストラップ) するために使用されます。 |
| LookupRegionFactoryBean<K,V> | LookupRegionFactoryBean クラスは、>gfe:lookup-region/< SDG XML 名前空間 (XSD) 要素を処理するための ResolvableRegionFactoryBean の具体的な実装です。 |
| PartitionAttributesFactoryBean<K,V> | PartitionAttributes を作成するための Spring FactoryBean。 |
| PartitionedRegionFactoryBean<K,V> | |
| PeerRegionFactoryBean<K,V> | |
| RegionAttributesFactoryBean<K,V> | RegionAttributes を作成するための Spring 対応の Bean。 |
| RegionShortcutConverter | RegionShortcutConverter クラスは、文字列値の Region Shortcut 表現を実際の Pivotal GemFire RegionShortcut 列挙値に変換する Spring コンバーターの実装です。 |
| RegionShortcutToDataPolicyConverter | |
| ReplicatedRegionFactoryBean<K,V> | |
| ResolvableRegionFactoryBean<K,V> | Regions を検索するための Spring FactoryBean。 |
| ScopeConverter | ScopeConverter クラスは、文字列を Pivotal GemFire スコープ定数値に変換する Spring コンバーターおよび JavaBeans プロパティエディターです。 |
| SubscriptionAttributesFactoryBean | SubscriptionAttributesFactoryBean クラスは、Pivotal GemFire SubscriptionAttributes オブジェクトの定義と構築に使用される Spring FactoryBean であり、リージョンがデータの関心を宣言するために使用するサブスクリプションポリシーを決定します。 |
| 列挙型 | 説明 |
|---|---|
| IndexMaintenancePolicyType | IndexMaintenanceType 列挙型は、Pivotal GemFire インデックスメンテナンス更新オプションの列挙型です。 |
| IndexType | IndexType クラスは、Pivotal GemFire インデックス型の列挙型です。 |
| InterestPolicyType | InterestPolicyType 列挙型は、すべての Pivotal GemFire サブスクリプション、InterestPolicy 値の列挙です。 |
| JndiDataSourceType | JndiDataSourceType クラスは、GemFire でサポートされる有効な JNDI DataSource 実装型の列挙です。 |
| RegionShortcutWrapper | RegionShortcutWrapper 列挙型は、Pivotal GemFire の RegionShortcuts を SDG RegionShortcutWrapper 列挙値でラップする Java 列挙型です。 |
| ScopeType | ScopeType 列挙型は、Pivotal GemFire スコープの列挙型です。 |
| 例外 | 説明 |
|---|---|
| GemfireCancellationException | システムのキャンセルによって発生する例外用の GemFire 固有のクラス。 |
| GemfireIndexException | インデックス管理時にスローされる Gemfire 固有のサブクラス。 |
| GemfireQueryException | 無効な OQL クエリ構文でスローされる InvalidDataAccessResourceUsageException の GemFire 固有のサブクラス。 |
| GemfireSystemException | UncategorizedDataAccessException の GemFire 固有のサブクラス。具体的な org.springframework.dao 例外に一致しない Pivotal GemFire システムエラー用。 |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.