Apache Ignite.NET
Apache.Ignite.Core.Cache.IMemoryMetrics Interface Reference

Memory usage metrics. More...

Properties

string Name [get]
 Gets the memory policy name. More...
 
long TotalAllocatedPages [get]
 Gets the count of allocated pages. More...
 
float AllocationRate [get]
 Gets the allocation rate, in pages per second. More...
 
float EvictionRate [get]
 Gets the eviction rate, in pages per second. More...
 
float LargeEntriesPagesPercentage [get]
 Gets the percentage of pages fully occupied by entries that are larger than page. More...
 
float PageFillFactor [get]
 Gets the page fill factor: free space to overall size ratio across all pages. More...
 

Detailed Description

Property Documentation

float Apache.Ignite.Core.Cache.IMemoryMetrics.AllocationRate
get
float Apache.Ignite.Core.Cache.IMemoryMetrics.EvictionRate
get
float Apache.Ignite.Core.Cache.IMemoryMetrics.LargeEntriesPagesPercentage
get
string Apache.Ignite.Core.Cache.IMemoryMetrics.Name
get
float Apache.Ignite.Core.Cache.IMemoryMetrics.PageFillFactor
get
long Apache.Ignite.Core.Cache.IMemoryMetrics.TotalAllocatedPages
get