Click or drag to resize
RegionAttributes Properties

The RegionAttributes type exposes the following members.

Properties
  NameDescription
Public propertyCacheListener
Gets the cache listener for the region.
Public propertyCacheListenerFactory
Returns the symbol name of the factory function from which the loader will be created on a cache server.
Public propertyCacheListenerLibrary
Returns the path of the library from which the factory function will be invoked on a cache server.
Public propertyCacheLoader
Gets the cache loader for the region.
Public propertyCacheLoaderFactory
Rreturns the symbol name of the factory function from which the loader will be created on a cache server.
Public propertyCacheLoaderLibrary
Returns the path of the library from which the factory function will be invoked on a cache server.
Public propertyCacheWriter
Gets the cache writer for the region.
Public propertyCacheWriterFactory
Returns the symbol name of the factory function from which the loader will be created on a cache server.
Public propertyCacheWriterLibrary
Returns the path of the library from which the factory function will be invoked on a cache server.
Public propertyCachingEnabled
If true, this region will store data in the current process.
Public propertyClassId
Returns the classId of this class for serialization.
Public propertyClientNotificationEnabled
True if client notification is enabled.
Public propertyCloningEnabled
True if cloning is enabled for in case of delta.
Public propertyConcurrencyChecksEnabled
Returns the concurrency check enabled flag of the region
Public propertyConcurrencyLevel
Returns the concurrency level of the entry's local cache.
Public propertyDiskPolicy
Returns the disk policy type of the region.
Public propertyEndpoints
This method returns the list of endpoints (servername:portnumber) separated by commas.
Public propertyEntryIdleTimeout
Gets the idleTimeout value for entries in this region.
Public propertyEntryIdleTimeoutAction
Gets the idleTimeout expiration action for entries in this region.
Public propertyEntryTimeToLive
Gets the timeToLive value for entries in this region.
Public propertyEntryTimeToLiveAction
Gets the timeToLive expiration action for entries in this region.
Public propertyInitialCapacity
Returns the initial capacity of the entry's local cache.
Public propertyLoadFactor
Returns the load factor of the entry's local cache.
Public propertyLruEntriesLimit
Returns the maximum number of entries this cache will hold before using LRU eviction.
Public propertyLruEvictionAction
Returns the ExpirationAction used for LRU Eviction, default is LOCAL_DESTROY.
Public propertyObjectSize
return the size of this object in bytes
Public propertyPartitionResolver
Gets the partition resolver for the region.
Public propertyPartitionResolverFactory
Returns the symbol name of the factory function from which the loader will be created on a cache server.
Public propertyPartitionResolverLibrary
Returns the path of the library from which the factory function will be invoked on a cache server.
Public propertyPersistenceFactory
Returns the symbol name of the factory function from which the persistence manager will be created on a cache server.
Public propertyPersistenceLibrary
Returns the path of the library from which the factory function will be invoked on a cache server.
Public propertyPersistenceProperties
Returns the properties set for persistence.
Public propertyPoolName
This method returns the name of the attached pool.
Public propertyRegionIdleTimeout
Gets the idleTimeout value for the region as a whole.
Public propertyRegionIdleTimeoutAction
Gets the idleTimeout expiration action for the region as a whole.
Public propertyRegionTimeToLive
Gets the timeToLive value for the region as a whole.
Public propertyRegionTimeToLiveAction
Gets the timeToLive expiration action for the region as a whole.
Public propertyScope
Returns the scope of the region.
Top
See Also