DefaultBlockPoolMonitor
class
Namespace: Orleans.Providers.Streams.Common
Block pool monitor used as a default option in GeneratorStreamProvider and MemoryStreamProvider.
public class DefaultBlockPoolMonitor : IBlockPoolMonitorConstructors
Methods
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.
