When interest lists are enabled using SetInterestListEnabled
every create has to be distributed to all nodes that have the region defined.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public void SetMaxValueDistLimit( uint value ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetMaxValueDistLimit ( _ value As UInteger _ ) |
| Visual C++ |
|---|
public: void SetMaxValueDistLimit ( unsigned int value ) |
Parameters
- value
- UInt32
Remarks
The create distributes the key always. The value is distributed only if it is below
the max-value-dist-limit. This method set the byte limit for this attribute. Distributing
values can be costly if the application use case follows the pattern where key value
pairs are created once and never updated. This setting applies only to environments that
use TCP as the protocol for the distribution layer.
See Also
AttributesFactory Class
GemStone.GemFire.Cache Namespace