HBASE-18766 Make TableSnapshotScanner Audience Private
Signed-off-by: Michael Stack <stack@apache.org>
This commit is contained in:
parent
58988cb53c
commit
9c5b03acd7
|
@ -62,7 +62,7 @@ import org.apache.hadoop.hbase.util.FSUtils;
|
||||||
* snapshot/data files will completely circumvent the access control enforced by HBase.
|
* snapshot/data files will completely circumvent the access control enforced by HBase.
|
||||||
* See org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormat.
|
* See org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormat.
|
||||||
*/
|
*/
|
||||||
@InterfaceAudience.Public
|
@InterfaceAudience.Private
|
||||||
public class TableSnapshotScanner extends AbstractClientScanner {
|
public class TableSnapshotScanner extends AbstractClientScanner {
|
||||||
|
|
||||||
private static final Log LOG = LogFactory.getLog(TableSnapshotScanner.class);
|
private static final Log LOG = LogFactory.getLog(TableSnapshotScanner.class);
|
||||||
|
|
Loading…
Reference in New Issue