You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2016/06/24 08:27:16 UTC

[jira] [Reopened] (OAK-4369) Introduce interface for Secondary NodeStore provider

     [ https://issues.apache.org/jira/browse/OAK-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chetan Mehrotra reopened OAK-4369:
----------------------------------

Based on [discussion|http://mail-archives.apache.org/mod_mbox/jackrabbit-oak-dev/201606.mbox/%3cCAHCW-mktC6cjNHBnaPo=FpOtT6dhz9aOsH8oGeiVOJFTUzjbYw@mail.gmail.com%3e] would go for this approach

> Introduce interface for Secondary NodeStore provider
> ----------------------------------------------------
>
>                 Key: OAK-4369
>                 URL: https://issues.apache.org/jira/browse/OAK-4369
>             Project: Jackrabbit Oak
>          Issue Type: Technical task
>          Components: core
>            Reporter: Chetan Mehrotra
>            Assignee: Chetan Mehrotra
>             Fix For: 1.6
>
>
> For using SegmentNodeStore as a persistent cache for DocumentNodeStore (OAK-4180) we need a way to access a _secondary_ NodeStore. This store should not be registered directly with the system but provides accessor for obtaining the node store instance
> {code}
> public interface SecondaryNodeStoreProvider {
>     NodeStore getSecondaryStore();
> }
> {code}



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