[
https://issues.apache.org/jira/browse/IGNITE-4125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15673505#comment-15673505
]
Pavel Tupitsyn commented on IGNITE-4125:
----------------------------------------
Example done, output:
{code}
>>> Cache entries layout: [Total=1, Java heap=1, Off-Heap=0, Swap=0]
>>> Cache entries created: 11
>>> Cache entries layout: [Total=11, Java heap=10, Off-Heap=1, Swap=0]
>>> Cache entries created: 21
>>> Cache entries layout: [Total=21, Java heap=10, Off-Heap=9, Swap=2]
>>> Cache entries created: 31
>>> Cache entries layout: [Total=31, Java heap=10, Off-Heap=9, Swap=12]
>>> Cache entries created: 41
>>> Cache entries layout: [Total=41, Java heap=10, Off-Heap=9, Swap=22]
>>> Cache entries created: 51
>>> Cache entries layout: [Total=51, Java heap=10, Off-Heap=9, Swap=32]
>>> Cache entries created: 61
>>> Cache entries layout: [Total=61, Java heap=10, Off-Heap=9, Swap=42]
>>> Cache entries created: 71
>>> Cache entries layout: [Total=71, Java heap=10, Off-Heap=9, Swap=52]
>>> Cache entries created: 81
>>> Cache entries layout: [Total=81, Java heap=10, Off-Heap=9, Swap=62]
>>> Cache entries created: 91
>>> Cache entries layout: [Total=91, Java heap=10, Off-Heap=9, Swap=72]
>>> Waiting for metrics final update...
>>> Cache entries layout: [Total=100, Java heap=10, Off-Heap=9, Swap=81]
{code}
> .NET: documentation and example for off-heap and swap tieres
> -------------------------------------------------------------
>
> Key: IGNITE-4125
> URL: https://issues.apache.org/jira/browse/IGNITE-4125
> Project: Ignite
> Issue Type: Sub-task
> Components: platforms
> Reporter: Denis Magda
> Assignee: Pavel Tupitsyn
> Fix For: 1.8
>
>
> Presently the documentation and example about the off-heap and swap tieres
> are missing on .NET side. Let's fill this gap.
> Documentation can be taken from Java side
> https://apacheignite.readme.io/docs/off-heap-memory
> The example that can be (should be) added to the distribution is the
> following
> https://github.com/gridgain/apache-ignite/blob/ignite-net-advanced-examples/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Advanced/MultiTieredCacheExample.cs
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)