GigaSpaces XAP.NET Documentation
NumberOfSegments Property
Class LibraryGigaSpaces.Core.CacheIdBasedLocalCacheConfigNumberOfSegments
Gets or sets the number of segments to construct inside the local cache storage.
Remarks
Increasing this value decreased concurrency bottlenecks but increases storage overhead.
Declaration Syntax
C#Visual BasicVisual C++J#
public int NumberOfSegments { get; set; }
Public Property NumberOfSegments As Integer
public:
property int NumberOfSegments {
	int get ();
	void set (int value);
}
/** @property */
public int get_NumberOfSegments()
/** @property */
public  void set_NumberOfSegments(int value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.0.2.6900 (9.0.2.6900)