[
https://issues.apache.org/jira/browse/DIRSERVER-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny resolved DIRSERVER-1483.
------------------------------------------
Resolution: Fixed
Fix Version/s: 1.5.7
Assignee: Emmanuel Lecharny
Fixed in http://svn.apache.org/viewvc?rev=925506&view=rev
> Refactor the Partition inheritence scheme
> -----------------------------------------
>
> Key: DIRSERVER-1483
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1483
> Project: Directory ApacheDS
> Issue Type: Task
> Reporter: Emmanuel Lecharny
> Assignee: Emmanuel Lecharny
> Fix For: 1.5.7
>
>
> The Pratition inheritence scheme is not perfect. We have an AbstractPrtition
> class which is not extended by the MasterTable class. In fact, the current
> scheme is :
> (Partition) <--- (PartitionNexus) O--- [DefaultPartitionNexus]
> O O O
> | | |
> | | +--- [AbstractPartition]
> | | ^ ^
> | | | |
> | | | +--- [NullPartition]
> | | +--- [SchemaPartition]
> | +--- [DefaultPartitionNexus]
> +--- [BtreePartition<ID>]
> ^ ^
> | |
> | +--- [LdifPartition]
> +--- [AbstractXdbmPartition<ID>]
> ^ ^
> | |
> | +--- [AvlPartition]
> +--- [JdbmPartition]
> This structure could be simplified, as every Partition class should extends
> the AbstractPartition class
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.