You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Lee moon soo (JIRA)" <ji...@apache.org> on 2017/02/07 11:25:41 UTC

[jira] [Created] (ZEPPELIN-2074) Allow ResourcePool persist object

Lee moon soo created ZEPPELIN-2074:
--------------------------------------

             Summary: Allow ResourcePool persist object
                 Key: ZEPPELIN-2074
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2074
             Project: Zeppelin
          Issue Type: Sub-task
            Reporter: Lee moon soo


Add an ability to persist object in ResourcePool into note.json, selectively.

Might need a method, such as

{code}
class Resource {
   ...
   public void persist(boolean yesno)
   ...
}
{code}

can be used like

{code}
Resource myResource = pool.get(...);
myResource.persist(true);
...
{code}




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)