HBASE-22063 Deprecated Admin.deleteSnapshot(byte[])
Signed-off-by: zhangduo <zhangduo@apache.org>
This commit is contained in:
parent
b5fdce7c6b
commit
c14f362bf8
|
@ -2340,7 +2340,9 @@ public interface Admin extends Abortable, Closeable {
|
|||
*
|
||||
* @param snapshotName name of the snapshot
|
||||
* @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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue