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

Anton Vinogradov commented on IGNITE-9532:
------------------------------------------

[~uday] ,

3) BTW, since you're using IDEA, I recommend you to use codestyle and 
inspections from ./idea folder.
4) There are a lot of cases. 
For example you can create KeepBinaryTest extends 
GridCacheQueueApiSelfAbstractTest

1) both cases 
{noformat}
IgniteQueue<SameHashItem> queue = grid(0).queue("q1", 0, config(false));
IgniteQueue<BinaryObject> queueBin = grid(0).queue("q1", 0, 
config(false)).withKeepBinary();
{noformat}
and 
{noformat}
IgniteQueue<SameHashItem> queue = grid(0).queue("q1", 0, config(false));
IgniteQueue<BinaryObject> queueBin = queue.withKeepBinary();
{noformat}

should be ok, I think.
But, I'm not sure I understand thу question about the test.

> 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)

Reply via email to