HBASE-8875 incorrect javadoc for EXCLUDE_FROM_MINOR_COMPACTION
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1507762 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
13beb54cfe
commit
49a58b7de8
|
@ -93,7 +93,7 @@ public class StoreFile {
|
||||||
public static final byte[] MAJOR_COMPACTION_KEY =
|
public static final byte[] MAJOR_COMPACTION_KEY =
|
||||||
Bytes.toBytes("MAJOR_COMPACTION_KEY");
|
Bytes.toBytes("MAJOR_COMPACTION_KEY");
|
||||||
|
|
||||||
/** Major compaction flag in FileInfo */
|
/** Minor compaction flag in FileInfo */
|
||||||
public static final byte[] EXCLUDE_FROM_MINOR_COMPACTION_KEY =
|
public static final byte[] EXCLUDE_FROM_MINOR_COMPACTION_KEY =
|
||||||
Bytes.toBytes("EXCLUDE_FROM_MINOR_COMPACTION");
|
Bytes.toBytes("EXCLUDE_FROM_MINOR_COMPACTION");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue