You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ra...@apache.org on 2017/09/08 12:02:18 UTC

hbase git commit: HBASE-15607 - Deprecating SnapShotInfo (Ram)

Repository: hbase
Updated Branches:
  refs/heads/branch-1.3 6fcb15fd3 -> ae6ff50dc


HBASE-15607 - Deprecating SnapShotInfo (Ram)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ae6ff50d
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ae6ff50d
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/ae6ff50d

Branch: refs/heads/branch-1.3
Commit: ae6ff50dc4ff0ccae92b6ad3eed12916675920cc
Parents: 6fcb15f
Author: Ramkrishna <ra...@intel.com>
Authored: Fri Sep 8 17:29:47 2017 +0530
Committer: Ramkrishna <ra...@intel.com>
Committed: Fri Sep 8 17:32:01 2017 +0530

----------------------------------------------------------------------
 .../main/java/org/apache/hadoop/hbase/snapshot/SnapshotInfo.java   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/ae6ff50d/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotInfo.java
----------------------------------------------------------------------
diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotInfo.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotInfo.java
index 2e9a8d9..80b180b 100644
--- a/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotInfo.java
+++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotInfo.java
@@ -63,9 +63,11 @@ import org.apache.hadoop.hbase.util.FSUtils;
  * <li> List of hfiles and wals
  * <li> Stats about hfiles and logs sizes, percentage of shared with the source table, ...
  * </ol>
+ * @deprecated All the protos references will be changed to standalone POJOs from 2.0 onwards
  */
 @InterfaceAudience.Public
 @InterfaceStability.Evolving
+@Deprecated
 public final class SnapshotInfo extends Configured implements Tool {
   private static final Log LOG = LogFactory.getLog(SnapshotInfo.class);