| <!DOCTYPE html>
|
| <!--[if IE]><![endif]-->
|
| <html>
|
|
|
| <head>
|
| <meta charset="utf-8">
|
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
| <title>Interface IDataRegionMetrics
|
| | Apache Ignite.NET </title>
|
| <meta name="viewport" content="width=device-width">
|
| <meta name="title" content="Interface IDataRegionMetrics
|
| | Apache Ignite.NET ">
|
| <meta name="generator" content="docfx 2.58.4.0">
|
|
|
| <link rel="shortcut icon" href="../images/favicon.ico">
|
| <link rel="stylesheet" href="../styles/docfx.vendor.css">
|
| <link rel="stylesheet" href="../styles/docfx.css">
|
| <link rel="stylesheet" href="../styles/main.css">
|
| <meta property="docfx:navrel" content="../toc.html">
|
| <meta property="docfx:tocrel" content="toc.html">
|
|
|
| <meta property="docfx:rel" content="../">
|
|
|
| </head>
|
| <body data-spy="scroll" data-target="#affix" data-offset="120">
|
| <div id="wrapper">
|
| <header>
|
|
|
| <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
| <div class="container">
|
| <div class="navbar-header">
|
| <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
| <span class="sr-only">Toggle navigation</span>
|
| <span class="icon-bar"></span>
|
| <span class="icon-bar"></span>
|
| <span class="icon-bar"></span>
|
| </button>
|
|
|
| <a class="navbar-brand" href="../index.html">
|
| <img id="logo" class="svg" src="../images/logo_ignite_32_32.png" alt="">
|
| </a>
|
| </div>
|
| <div class="collapse navbar-collapse" id="navbar">
|
| <form class="navbar-form navbar-right" role="search" id="search">
|
| <div class="form-group">
|
| <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
| </div>
|
| </form>
|
| </div>
|
| </div>
|
| </nav>
|
|
|
| <div class="subnav navbar navbar-default">
|
| <div class="container hide-when-search" id="breadcrumb">
|
| <ul class="breadcrumb">
|
| <li></li>
|
| </ul>
|
| </div>
|
| </div>
|
| </header>
|
| <div class="container body-content">
|
|
|
| <div id="search-results">
|
| <div class="search-list">Search Results for <span></span></div>
|
| <div class="sr-items">
|
| <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
|
| </div>
|
| <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
|
| </div>
|
| </div>
|
| <div role="main" class="container body-content hide-when-search">
|
|
|
| <div class="sidenav hide-when-search">
|
| <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
| <div class="sidetoggle collapse" id="sidetoggle">
|
| <div id="sidetoc"></div>
|
| </div>
|
| </div>
|
| <div class="article row grid-right">
|
| <div class="col-md-10">
|
| <article class="content wrap" id="_content" data-uid="Apache.Ignite.Core.IDataRegionMetrics">
|
|
|
|
|
| <h1 id="Apache_Ignite_Core_IDataRegionMetrics" data-uid="Apache.Ignite.Core.IDataRegionMetrics" class="text-break">Interface IDataRegionMetrics
|
| </h1>
|
| <div class="markdown level0 summary"><p>Memory usage metrics.</p> |
| </div>
|
| <div class="markdown level0 conceptual"></div>
|
| <h6><strong>Namespace</strong>: <a class="xref" href="Apache.Ignite.Core.html">Apache.Ignite.Core</a></h6>
|
| <h6><strong>Assembly</strong>: Apache.Ignite.Core.dll</h6>
|
| <h5 id="Apache_Ignite_Core_IDataRegionMetrics_syntax">Syntax</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">public interface IDataRegionMetrics</code></pre>
|
| </div>
|
| <h3 id="properties">Properties
|
| </h3>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_AllocationRate_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.AllocationRate*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_AllocationRate" data-uid="Apache.Ignite.Core.IDataRegionMetrics.AllocationRate">AllocationRate</h4>
|
| <div class="markdown level1 summary"><p>Gets the allocation rate, in pages per second.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">float AllocationRate { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Single</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_CheckpointBufferPages_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.CheckpointBufferPages*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_CheckpointBufferPages" data-uid="Apache.Ignite.Core.IDataRegionMetrics.CheckpointBufferPages">CheckpointBufferPages</h4>
|
| <div class="markdown level1 summary"><p>Gets checkpoint buffer size in pages. |
| Deprecated, always returns 0. Use <a class="xref" href="Apache.Ignite.Core.IDataRegionMetrics.html#Apache_Ignite_Core_IDataRegionMetrics_UsedCheckpointBufferPages">UsedCheckpointBufferPages</a> instead.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">long CheckpointBufferPages { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Int64</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_CheckpointBufferSize_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.CheckpointBufferSize*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_CheckpointBufferSize" data-uid="Apache.Ignite.Core.IDataRegionMetrics.CheckpointBufferSize">CheckpointBufferSize</h4>
|
| <div class="markdown level1 summary"><p>Gets checkpoint buffer size in bytes.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">long CheckpointBufferSize { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Int64</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_DirtyPages_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.DirtyPages*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_DirtyPages" data-uid="Apache.Ignite.Core.IDataRegionMetrics.DirtyPages">DirtyPages</h4>
|
| <div class="markdown level1 summary"><p>Gets the number of dirty RAM pages.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">long DirtyPages { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Int64</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_EvictionRate_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.EvictionRate*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_EvictionRate" data-uid="Apache.Ignite.Core.IDataRegionMetrics.EvictionRate">EvictionRate</h4>
|
| <div class="markdown level1 summary"><p>Gets the eviction rate, in pages per second.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">float EvictionRate { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Single</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_LargeEntriesPagesPercentage_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.LargeEntriesPagesPercentage*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_LargeEntriesPagesPercentage" data-uid="Apache.Ignite.Core.IDataRegionMetrics.LargeEntriesPagesPercentage">LargeEntriesPagesPercentage</h4>
|
| <div class="markdown level1 summary"><p>Gets the percentage of pages fully occupied by entries that are larger than page.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">float LargeEntriesPagesPercentage { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Single</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_Name_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.Name*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_Name" data-uid="Apache.Ignite.Core.IDataRegionMetrics.Name">Name</h4>
|
| <div class="markdown level1 summary"><p>Gets the memory policy name.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">string Name { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.String</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_OffHeapSize_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.OffHeapSize*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_OffHeapSize" data-uid="Apache.Ignite.Core.IDataRegionMetrics.OffHeapSize">OffHeapSize</h4>
|
| <div class="markdown level1 summary"><p>Gets total offheap size in bytes.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">long OffHeapSize { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Int64</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_OffheapUsedSize_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.OffheapUsedSize*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_OffheapUsedSize" data-uid="Apache.Ignite.Core.IDataRegionMetrics.OffheapUsedSize">OffheapUsedSize</h4>
|
| <div class="markdown level1 summary"><p>Gets total used offheap size in bytes.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">long OffheapUsedSize { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Int64</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_PageFillFactor_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.PageFillFactor*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_PageFillFactor" data-uid="Apache.Ignite.Core.IDataRegionMetrics.PageFillFactor">PageFillFactor</h4>
|
| <div class="markdown level1 summary"><p>Gets the page fill factor: free space to overall size ratio across all pages.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">float PageFillFactor { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Single</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_PageReplaceAge_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.PageReplaceAge*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_PageReplaceAge" data-uid="Apache.Ignite.Core.IDataRegionMetrics.PageReplaceAge">PageReplaceAge</h4>
|
| <div class="markdown level1 summary"><p>Gets the average age (in milliseconds) for pages being replaced from persistent storage.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">float PageReplaceAge { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Single</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_PageReplaceRate_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.PageReplaceRate*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_PageReplaceRate" data-uid="Apache.Ignite.Core.IDataRegionMetrics.PageReplaceRate">PageReplaceRate</h4>
|
| <div class="markdown level1 summary"><p>Gets the rate (pages per second) at which pages get replaced with other pages from persistent storage.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">float PageReplaceRate { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Single</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_PageSize_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.PageSize*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_PageSize" data-uid="Apache.Ignite.Core.IDataRegionMetrics.PageSize">PageSize</h4>
|
| <div class="markdown level1 summary"><p>Gets memory page size in bytes.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">int PageSize { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Int32</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_PagesRead_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.PagesRead*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_PagesRead" data-uid="Apache.Ignite.Core.IDataRegionMetrics.PagesRead">PagesRead</h4>
|
| <div class="markdown level1 summary"><p>Gets the number of read pages from last restart.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">long PagesRead { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Int64</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_PagesReplaced_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.PagesReplaced*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_PagesReplaced" data-uid="Apache.Ignite.Core.IDataRegionMetrics.PagesReplaced">PagesReplaced</h4>
|
| <div class="markdown level1 summary"><p>Gets the number of replaced pages from last restart.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">long PagesReplaced { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Int64</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_PagesWritten_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.PagesWritten*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_PagesWritten" data-uid="Apache.Ignite.Core.IDataRegionMetrics.PagesWritten">PagesWritten</h4>
|
| <div class="markdown level1 summary"><p>Gets the number of written pages from last restart.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">long PagesWritten { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Int64</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_PhysicalMemoryPages_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.PhysicalMemoryPages*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_PhysicalMemoryPages" data-uid="Apache.Ignite.Core.IDataRegionMetrics.PhysicalMemoryPages">PhysicalMemoryPages</h4>
|
| <div class="markdown level1 summary"><p>Gets the count of pages loaded to RAM.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">long PhysicalMemoryPages { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Int64</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_PhysicalMemorySize_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.PhysicalMemorySize*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_PhysicalMemorySize" data-uid="Apache.Ignite.Core.IDataRegionMetrics.PhysicalMemorySize">PhysicalMemorySize</h4>
|
| <div class="markdown level1 summary"><p>Gets the size of pages loaded to RAM in bytes.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">long PhysicalMemorySize { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Int64</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_TotalAllocatedPages_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.TotalAllocatedPages*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_TotalAllocatedPages" data-uid="Apache.Ignite.Core.IDataRegionMetrics.TotalAllocatedPages">TotalAllocatedPages</h4>
|
| <div class="markdown level1 summary"><p>Gets the count of allocated pages.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">long TotalAllocatedPages { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Int64</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_TotalAllocatedSize_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.TotalAllocatedSize*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_TotalAllocatedSize" data-uid="Apache.Ignite.Core.IDataRegionMetrics.TotalAllocatedSize">TotalAllocatedSize</h4>
|
| <div class="markdown level1 summary"><p>Gets the size of allocated pages in bytes.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">long TotalAllocatedSize { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Int64</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_TotalUsedPages_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.TotalUsedPages*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_TotalUsedPages" data-uid="Apache.Ignite.Core.IDataRegionMetrics.TotalUsedPages">TotalUsedPages</h4>
|
| <div class="markdown level1 summary"><p>Gets a total number of pages used for storing the data.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">long TotalUsedPages { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Int64</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_UsedCheckpointBufferPages_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.UsedCheckpointBufferPages*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_UsedCheckpointBufferPages" data-uid="Apache.Ignite.Core.IDataRegionMetrics.UsedCheckpointBufferPages">UsedCheckpointBufferPages</h4>
|
| <div class="markdown level1 summary"><p>Gets used checkpoint buffer size in pages.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">long UsedCheckpointBufferPages { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Int64</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| <a id="Apache_Ignite_Core_IDataRegionMetrics_UsedCheckpointBufferSize_" data-uid="Apache.Ignite.Core.IDataRegionMetrics.UsedCheckpointBufferSize*"></a>
|
| <h4 id="Apache_Ignite_Core_IDataRegionMetrics_UsedCheckpointBufferSize" data-uid="Apache.Ignite.Core.IDataRegionMetrics.UsedCheckpointBufferSize">UsedCheckpointBufferSize</h4>
|
| <div class="markdown level1 summary"><p>Gets used checkpoint buffer size in bytes.</p> |
| </div>
|
| <div class="markdown level1 conceptual"></div>
|
| <h5 class="decalaration">Declaration</h5>
|
| <div class="codewrapper">
|
| <pre><code class="lang-csharp hljs">long UsedCheckpointBufferSize { get; }</code></pre>
|
| </div>
|
| <h5 class="propertyValue">Property Value</h5>
|
| <table class="table table-bordered table-striped table-condensed">
|
| <thead>
|
| <tr>
|
| <th>Type</th>
|
| <th>Description</th>
|
| </tr>
|
| </thead>
|
| <tbody>
|
| <tr>
|
| <td><span class="xref">System.Int64</span></td>
|
| <td></td>
|
| </tr>
|
| </tbody>
|
| </table>
|
| </article>
|
| </div>
|
|
|
| <div class="hidden-sm col-md-2" role="complementary">
|
| <div class="sideaffix">
|
| <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
| <h5>In This Article</h5>
|
| <div></div>
|
| </nav>
|
| </div>
|
| </div>
|
| </div>
|
| </div>
|
|
|
| <footer>
|
| <div class="grad-bottom"></div>
|
| <div class="footer">
|
| <div class="container">
|
| <span class="pull-right">
|
| <a href="#top">Back to top</a>
|
| </span>
|
| © 2015 - 2019 The Apache Software Foundation
|
|
|
| </div>
|
| </div>
|
| </footer>
|
| </div>
|
|
|
| <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
| <script type="text/javascript" src="../styles/docfx.js"></script>
|
| <script type="text/javascript" src="../styles/main.js"></script>
|
| </body>
|
| </html>
|