[
https://issues.apache.org/jira/browse/HBASE-8024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609103#comment-13609103
]
Ted Yu commented on HBASE-8024:
-------------------------------
Javadoc doesn't match actual parameter list:
{code}
+ * @param path The pathname of the tmp file into which the store was flushed
+ * @param logCacheFlushId
+ * @return StoreFile created.
+ * @throws IOException
+ */
+ public StoreFile commitStoreFile(final Path path,
{code}
{code}
+ * Default implementation of StoreFlusher.
+ */
+public class DefaultStoreFlusher implements StoreFlusher {
{code}
Add annotation for audience.
> Make Store flush algorithm pluggable
> ------------------------------------
>
> Key: HBASE-8024
> URL: https://issues.apache.org/jira/browse/HBASE-8024
> Project: HBase
> Issue Type: Sub-task
> Components: regionserver
> Affects Versions: 0.95.0, 0.96.0, 0.94.5
> Reporter: Maryann Xue
> Assignee: Maryann Xue
> Attachments: HBASE-8024-trunk.patch, HBASE-8024.v2.patch
>
>
> The idea is to make "StoreFlusher" an interface instead of an implementation
> class, and have the original StoreFlusher as the default store flush impl.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira