[ 
https://issues.apache.org/jira/browse/IGNITE-11397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16807642#comment-16807642
 ] 

Uday Kale commented on IGNITE-11397:
------------------------------------

Thanks for reviewing my code [~ibessonov] 

Regarding
private static final boolean BINARY_SET_MODE = 
IgniteSystemProperties.getBoolean(BINARY_SET, true);
Yes this is wrong I need to set default as true. The true value is set in  
IgniteCacheDataStructuresBinarySelfTestSuite.

 
{code:java}
public <V1> IgniteSet<V1> withKeepBinary();{code}
There are types like Integer, String, Enum, etc apart from BinaryObject 
possible here.

 

I am still trying to study the last part. I will get back to you if I have any 
questions.

 

> Binary mode for Ignite Set
> --------------------------
>
>                 Key: IGNITE-11397
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11397
>             Project: Ignite
>          Issue Type: New Feature
>          Components: binary, data structures
>            Reporter: Uday Kale
>            Assignee: Uday Kale
>            Priority: Major
>             Fix For: 2.8
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Add binary mode (withKeepBinary) to Data Structures Set.
> This will allow retrieving values in binary format when needed or when class 
> is not available, and will allow implementing the structures in other 
> platforms (.NET, C++).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to