이름 |
설명 |
AllKeysInterest |
Basic holder class for registering an all-key based interest in cached data. |
CacheFactoryObject |
Factory used for configuring a Gemfire Cache manager. Allows either retrieval of an existing, opened cache or the creation of a new one. |
ClientRegionFactoryObject |
FactoryObject for creating generic Gemfire Region. Will try to first locate the region (by name) and, in case none if found, proceed to creating one using the given settings. |
GemFireCacheUtils |
Helper class featuring methods for GemFire Cache or Region handling. |
GemFireSystemException |
GemFire-specific subclass of UncategorizedDataAccessException, for GemFire system errors that do not match any concrete Spring.Data.Dao exceptions. |
KeyInterest |
Basic holder class for registering a keys based interest in cached data. |
PoolConnection |
Simple holder class used for configuring servers or locators for GemFire pools. |
PoolFactoryDefaults |
Static value for default values of the Pool |
RegexInterest |
Cache interest based on regular expression rather then individual key types. |
RegionAttributesFactoryObject |
Create a Gemstone.Gemfire.Cache.RegionsAttribute using standard .NET setter properties. |
RegionLookupFactoryObject |
Simple FactoryObject for retrieving generic GemFire Regions. If the region doesn't exist, an exception is thrown. For declaring and configuring new regions, see ClientRegionFactoryObject. |