You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Sergey Antonov (JIRA)" <ji...@apache.org> on 2019/01/25 15:25:00 UTC

[jira] [Created] (IGNITE-11092) CacheInterceptor add callbacks for binary objects

Sergey Antonov created IGNITE-11092:
---------------------------------------

             Summary: CacheInterceptor add callbacks for binary objects
                 Key: IGNITE-11092
                 URL: https://issues.apache.org/jira/browse/IGNITE-11092
             Project: Ignite
          Issue Type: Improvement
          Components: cache
            Reporter: Sergey Antonov
             Fix For: 3.0


Current API of cache interceptor difficult for use. You should implements interface with Object, Object class parameters and use {{if (o instance of BinaryObject)}} in each method, if you work with cache in both modes: binary and object.
Possible names of new methods:
* onBinaryGet()
* onBeforeBinaryUpdate()/onAfterBinaryUpdate()
* onBeforeBinaryRemove()/onAfterBinaryRemove()



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