IBlockPoolMonitor Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |