[infinispan-issues] [JBoss JIRA] (ISPN-9458) Remove wrapping of bytes from Multimap operation

Gustavo Fernandes (JIRA) issues at jboss.org
Fri Aug 24 09:06:00 EDT 2018


Gustavo Fernandes created ISPN-9458:
---------------------------------------

             Summary: Remove wrapping of bytes from Multimap operation
                 Key: ISPN-9458
                 URL: https://issues.jboss.org/browse/ISPN-9458
             Project: Infinispan
          Issue Type: Bug
          Components: Server
            Reporter: Gustavo Fernandes


Currently in the Hot Rod server the multimaps are maintained as:

{code:java}
EmbeddedMultimapCache<WrappedByteArray, WrappedByteArray>
{code}

And multimap implementation does wrapping and unwrapping of byte[] into WrappedByteArray.
This conversion should be delegated to the underlying cache's DataConversion instead



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list