[
https://issues.apache.org/jira/browse/IGNITE-9532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16630614#comment-16630614
]
Uday Kale commented on IGNITE-9532:
-----------------------------------
[~avinogradov]
I will make the first to changes. For the third change, the duplication is
because the a binary cache will only support primitives, {{String}} and
{{BinaryObject}} types. This is mentioned in the comments of
{{IgniteCache#withKeepBinary()}}. The {{testCollectionMethods}} uses the
{{SameHashItem}} POJO which is not directly supported by the binary cache. That
is why I have created {{testCollectionMethodsBin}} which uses the binary cache
friendly object type.
> Binary mode for Ignite Queue
> ----------------------------
>
> Key: IGNITE-9532
> URL: https://issues.apache.org/jira/browse/IGNITE-9532
> Project: Ignite
> Issue Type: New Feature
> Components: binary, data structures
> Reporter: Uday Kale
> Assignee: Uday Kale
> Priority: Major
> Fix For: 2.8
>
>
> Add binary mode (withKeepBinary) to Data Structures Queue.
> 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)