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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)