IBlockPoolMonitor
interface
Namespace: Orleans.Providers.Streams.Common
Monitor track block pool related metrics. Block pool is used in cache system for memory management
public interface IBlockPoolMonitorMethods
Report(long, long, long)Periodically report block pool statusTrackMemoryAllocated(long)Called when memory is newly allocated by the cache.TrackMemoryReleased(long)Called when memory is released by the cache.
