Supports modification of certain region attributes after the region
has been created.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public sealed class AttributesMutator : SBWrap<gemfire::AttributesMutator> |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class AttributesMutator _ Inherits SBWrap<gemfire::AttributesMutator> |
| Visual C++ |
|---|
public ref class AttributesMutator sealed : public SBWrap<gemfire::AttributesMutator> |
Remarks
It is required that the attributes be completely initialized using an AttributesFactory before creating the region. AttributesMutator can be applied to adjusting and tuning a subset of attributes that are modifiable at runtime.
The setter methods all return the previous value of the attribute.
Inheritance Hierarchy
System..::Object
GemStone.GemFire.Cache.Internal..::SBWrap<gemfire::AttributesMutator>
GemStone.GemFire.Cache..::AttributesMutator
GemStone.GemFire.Cache.Internal..::SBWrap<gemfire::AttributesMutator>
GemStone.GemFire.Cache..::AttributesMutator