HBASE-15580 Tag coprocessor limitedprivate scope to StoreFile.Reader

Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
Rajeshbabu Chintaguntla 2018-01-04 13:54:58 +08:00 committed by Chia-Ping Tsai
parent 939e016425
commit b5ec4d381c
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.hbase.Cell;
import org.apache.hadoop.hbase.CellUtil;
import org.apache.hadoop.hbase.HBaseInterfaceAudience;
import org.apache.hadoop.hbase.HConstants;
import org.apache.hadoop.hbase.HDFSBlocksDistribution;
import org.apache.hadoop.hbase.KeyValue;
@ -1141,6 +1142,7 @@ public class StoreFile {
/**
* Reader for a StoreFile.
*/
@InterfaceAudience.LimitedPrivate({HBaseInterfaceAudience.COPROC, HBaseInterfaceAudience.PHOENIX})
public static class Reader {
private static final Log LOG = LogFactory.getLog(Reader.class.getName());