Düzenle

Aracılığıyla paylaş


IBlockPoolMonitor Interface

Definition

Monitor track block pool related metrics. Block pool is used in cache system for memory management

public interface IBlockPoolMonitor
type IBlockPoolMonitor = interface
Public Interface IBlockPoolMonitor
Derived

Methods

Report(Int64, Int64, Int64)

Periodically report block pool status

TrackMemoryAllocated(Int64)

Called when memory is newly allocated by the cache.

TrackMemoryReleased(Int64)

Called when memory is released by the cache.

Applies to