RegionAttributesFactoryObject overview
![]() |
Initializes a new instance of the RegionAttributesFactoryObject class. |
![]() | Sets the caching enabled flag for this region. |
![]() | Sets the client notification to be enabled/disabled. |
![]() | Gets or sets the cloning enabled. |
![]() | Sets the allowed concurrency among updates to values in the region is guided by the concurrencyLevel, which is used as a hint for internal sizing. Default 16. |
![]() | Sets the disk policy. Only used when a new region is created. |
![]() | Sets the entry idle timeout in seconds |
![]() | Sets the entry idle timeout expiration action. |
![]() | Sets the entry time to live in seconds |
![]() | Sets the entry time to live expiration action. |
![]() | Sets the initial capacity of the map used for storing the entries. Default is 16 |
![]() | Missing <summary> documentation for P:Spring.Data.GemFire.RegionAttributesFactoryObject.IsSingleton |
![]() | Sets the load factor of the map used for storing the entries. Default 0.75 |
![]() | Sets a value indicating whether the region should be local scope, creating a private data set in the memory area where this region residers, invisible to other client caches in the system. |
![]() | Sets a limit on the number of entries that will be held in the cache. If a new entry is added while at the limit, the cache will evict the least recently used entry. |
![]() | Missing <summary> documentation for P:Spring.Data.GemFire.RegionAttributesFactoryObject.ObjectType |
![]() | Sets the region idle timeout in seconds |
![]() | Sets the region idle timeout expiration action. |
![]() | Sets the region time to live in seconds for the region as a whole |
![]() | Sets the region time to live expiration action. |
![]() | Missing <summary> documentation for M:Spring.Data.GemFire.RegionAttributesFactoryObject.AfterPropertiesSet |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Missing <summary> documentation for M:Spring.Data.GemFire.RegionAttributesFactoryObject.GetObject |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | Missing <summary> documentation for M:Spring.Data.GemFire.RegionAttributesFactoryObject.SetExpirationProperties(GemStone.GemFire.Cache.AttributesFactory) |
![]() | Missing <summary> documentation for M:Spring.Data.GemFire.RegionAttributesFactoryObject.SetStorageProperties(GemStone.GemFire.Cache.AttributesFactory) |
RegionAttributesFactoryObject Class | Spring.Data.GemFire Namespace