HBASE-27171 Fix Annotation Error in HRegionFileSystem (#4588)
Co-authored-by: Tang Tianhang <tianhang.tang@shopee.com> Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
f3f292fad4
commit
6031a3a8d4
|
@ -217,7 +217,7 @@ public class HRegionFileSystem {
|
|||
* <br>
|
||||
* See {@link org.apache.hadoop.hdfs.protocol.HdfsConstants} for more details.
|
||||
* @param familyName The name of column family.
|
||||
* @param policyName The name of the storage policy: 'HOT', 'COLD', etc. See see hadoop 2.6+
|
||||
* @param policyName The name of the storage policy: 'HOT', 'COLD', etc. See hadoop 2.6+
|
||||
* org.apache.hadoop.hdfs.protocol.HdfsConstants for possible list e.g 'COLD',
|
||||
* 'WARM', 'HOT', 'ONE_SSD', 'ALL_SSD', 'LAZY_PERSIST'.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue