Click or drag to resize
IRegionService Interface

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public interface IRegionService

The IRegionService type exposes the following members.

Properties
  NameDescription
Public propertyIsClosed
True if this cache has been closed.
Top
Methods
  NameDescription
Public methodClose
Terminates this object cache and releases all the local resources. If RegionService is created from [!:Cache.CreateAuthenticatedView], then it clears user related security data.
Public methodCreatePdxInstanceFactory
Returns a factory that can create a {@link PdxInstance}. @param className the fully qualified class name that the PdxInstance will become when it is fully deserialized. @return the factory
Public methodGetQueryServiceTKey, TResult
Get a query service object to be able to query the cache.
Public methodGetRegionTKey, TValue
Returns an existing region given the full path from root, or null if no such region exists.
Public methodRootRegionsTKey, TValue
Returns an array of root regions in the cache. This set is a snapshot and is not backed by the cache.
Top
See Also