HBASE-22063 Deprecated Admin.deleteSnapshot(byte[])
Signed-off-by: zhangduo <zhangduo@apache.org>
This commit is contained in:
parent
659bc9ddfd
commit
556b98101c
|
@ -1514,7 +1514,9 @@ public interface Admin extends Abortable, Closeable {
|
||||||
*
|
*
|
||||||
* @param snapshotName name of the snapshot
|
* @param snapshotName name of the snapshot
|
||||||
* @throws IOException if a remote or network exception occurs
|
* @throws IOException if a remote or network exception occurs
|
||||||
|
* @deprecated Since 2.2.0. Will be removed in 3.0.0. Use {@link #deleteSnapshot(String)} instead.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
void deleteSnapshot(byte[] snapshotName) throws IOException;
|
void deleteSnapshot(byte[] snapshotName) throws IOException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue