GitHub user lcy0816 opened a pull request:

    https://github.com/apache/incubator-mnemonic/pull/19

    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.


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/19.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 #19
    
----
commit d0975c9f16c9928582c77b90f24a78b24f6282d8
Author: lcy0816 <[email protected]>
Date:   2016-08-31T23:34:36Z

    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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to