Hi Anil,

You will not find it there backup exists on higher level.
You can only check if node is primary or backup for key by calling:
  ignite.affinity(cache_name).isBackup(node, key);

On Tue, Feb 28, 2017 at 8:42 AM, Anil <anilk...@gmail.com> wrote:

> Hi Val,
>
> I tried to find a way to move backup copies to swap  by looking at
> following classes.
>
> GridCacheSwapManager.java
> GridCacheMapEntry.java
> GridOffHeapProcessor.java
> GridOffHeapPartitionedMap.java
>
> I could not find where backup copies are created or would have overlooked.
>
> Thanks
>
> On 28 February 2017 at 09:34, vkulichenko <valentin.kuliche...@gmail.com>
> wrote:
>
>> Anil,
>>
>> Can you share what you tried? What exactly doesn't work? Please be more
>> specific.
>>
>> -Val
>>
>>
>>
>> --
>> View this message in context: http://apache-ignite-users.705
>> 18.x6.nabble.com/backup-to-swap-tp10255p10930.html
>> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>>
>
>


-- 
Best regards,
Andrey V. Mashenkov

Reply via email to