[
https://issues.apache.org/jira/browse/JCR-1865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12649072#action_12649072
]
Thomas Mueller commented on JCR-1865:
-------------------------------------
> client API
It is a 'management API'. There is no separate management API section at the
moment, we could create a package org.apache.jackrabbit.api.management.data.
Also we could create an interface
org.apache.jackrabbit.api.management.JackrabbitManagedRepository.
> Why should we put the client be in control of a server process like garbage
> collection?
I agree it should be a background process. Unfortunately it's not so easy to
implement that, specially not when multiple repositories use the same data
store.
> Add the Data Store to the Jackrabbit API
> ----------------------------------------
>
> Key: JCR-1865
> URL: https://issues.apache.org/jira/browse/JCR-1865
> Project: Jackrabbit
> Issue Type: Improvement
> Components: jackrabbit-core
> Reporter: Thomas Mueller
> Assignee: Thomas Mueller
> Priority: Minor
> Attachments: api.patch, core.patch
>
>
> Currently, the garbage collection is not part of the Jackrabbit API. However,
> the data store garbage collection must be used once in a while if the data
> store is enabled. I propose to add the required interfaces to the Jackrabbit
> API. This will also allow to call garbage collection using RMI.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.