GitHub user lcy0816 opened a pull request: https://github.com/apache/incubator-mnemonic/pull/18
MNEMONIC-60:Apply Transaction, Retrievable interfaces to class VolatileMemAllocator The current implementation of class VolatileMemAllocator does not support retrieval operations so it is not possible to temporarily forget cached durable objects efficiently like class NonVolatileMemAllocator does, logically, volatile memory should be retrievable for durable object graphs in a applications/frameworks run-time session. In addition, durable native computing must based on retrievable interface, therefore the VolatileMemAllocator should implement retrievable interface to support forgettable object graphs and durable native computing. @bigdata-memory Show 1 comment You can merge this pull request into a Git repository by running: $ git pull https://github.com/lcy0816/incubator-mnemonic master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-mnemonic/pull/18.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #18 ---- commit b031f73f8101e2b171715f818dbf116a468d5e3b Author: lcy0816 <lcy0...@hotmail.com> Date: 2016-08-29T22:26:15Z MNEMONIC-60:Apply Transaction, Retrievable interfaces to class VolatileMemAllocator commit 3669910ebc56df4f25279b081903d0deb2f671c0 Author: lcy0816 <lcy0...@hotmail.com> Date: 2016-08-29T22:29:33Z MNEMONIC-60:Apply Transaction, Retrievable interfaces to class VolatileMemAllocator ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---