Sergey Evdokimov created IGNITE-288:
---------------------------------------

             Summary: Refactor grid cache entry extras
                 Key: IGNITE-288
                 URL: https://issues.apache.org/jira/browse/IGNITE-288
             Project: Ignite
          Issue Type: Task
            Reporter: Sergey Evdokimov
            Assignee: Sergey Evdokimov


I think all our extras classes can be replaced with a single class having
int and array. int will contain 8 of 4bits blocks describing what is stored in 
each array element.
example (each digit is 4bits block turned to decimal):
0000 0001 - ttl and mvcc at index 0
0000 0031 - readers at index 1, ttl and mvcc at index 0
This way we can move:
rmts from distributed cache entry
readers from dht cache entry



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to