File tree Expand file tree Collapse file tree
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1440,10 +1440,7 @@ public void call(RegionObserver observer) throws IOException {
14401440 /**
14411441 * Supports Coprocessor 'bypass'.
14421442 * @return true if default behavior should be bypassed, false otherwise
1443- * @deprecated Since hbase-2.0.0. No replacement. To be removed in hbase-3.0.0 and replaced with
1444- * something that doesn't expose IntefaceAudience.Private classes.
14451443 */
1446- @ Deprecated
14471444 public boolean preWALRestore (final RegionInfo info , final WALKey logKey , final WALEdit logEdit )
14481445 throws IOException {
14491446 return execOperation (
@@ -1455,11 +1452,6 @@ public void call(RegionObserver observer) throws IOException {
14551452 });
14561453 }
14571454
1458- /**
1459- * @deprecated Since hbase-2.0.0. No replacement. To be removed in hbase-3.0.0 and replaced with
1460- * something that doesn't expose IntefaceAudience.Private classes.
1461- */
1462- @ Deprecated
14631455 public void postWALRestore (final RegionInfo info , final WALKey logKey , final WALEdit logEdit )
14641456 throws IOException {
14651457 execOperation (coprocEnvironments .isEmpty () ? null : new RegionObserverOperationWithoutResult () {
You can’t perform that action at this time.
0 commit comments