HBASE-15580 Tag coprocessor limitedprivate scope to StoreFile.Reader
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
939e016425
commit
b5ec4d381c
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in New Issue