HBASE-7889 ADDENDUM (convert @code to simplified @links)
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-7290v2@1448496 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
154dfdf2ed
commit
d880a60612
|
@ -67,7 +67,7 @@ import org.apache.hadoop.hbase.util.FSUtils;
|
|||
*
|
||||
* Utility methods in this class are useful for getting the correct locations for different parts of
|
||||
* the snapshot, as well as moving completed snapshots into place (see
|
||||
* {@code #completeSnapshot(SnapshotDescription, Path, Path, FileSystem)}, and writing the
|
||||
* {@link #completeSnapshot}, and writing the
|
||||
* {@link SnapshotDescription} to the working snapshot directory.
|
||||
*/
|
||||
public class SnapshotDescriptionUtils {
|
||||
|
|
|
@ -77,7 +77,7 @@ public class TakeSnapshotUtils {
|
|||
* <p>
|
||||
* Specific files per store are kept in a similar layout as per the current directory layout.
|
||||
* @param regionDir snapshot directory for the parent region, <b>not</b> the standard region
|
||||
* directory. See {@code #getRegionSnapshotDirectory(SnapshotDescription, Path, String)}
|
||||
* directory. See {@link #getRegionSnapshotDirectory}
|
||||
* @param family name of the store to snapshot
|
||||
* @return path to the snapshot home directory for the store/family
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue