DefaultPile Crawl Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Analyzes all segments scanning for free spaces. Returns number of uncovered free bytes. This is a full-blocking long operation that may take around 8 seconds on a 64Gb heaps in non-parallel mode

Namespace: NFX.ApplicationModel.Pile
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public DefaultPile..::..SegmentCrawlStatus Crawl(
	bool parallel
)

Return Value

Type: DefaultPile SegmentCrawlStatus
See Also