HBASE-7889 Fix javadoc warnings in snapshot classes, part 2 (Ted Yu)

git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-7290v2@1448485 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2013-02-21 01:18:45 +00:00
parent e9e10378c7
commit 154dfdf2ed
6 changed files with 7 additions and 7 deletions

View File

@ -58,8 +58,8 @@ import org.apache.hadoop.hbase.util.FSUtils;
* Further, the cache is periodically refreshed ensure that files in snapshots that were deleted are
* also removed from the cache.
* <p>
* A {@link SnapshotFileInspector} must be passed when creating <tt>this</tt> to allow extraction
* of files under the /hbase/.snapshot/[snapshot name] directory, for each snapshot.
* A {@link SnapshotFileCache.SnapshotFileInspector} must be passed when creating <tt>this</tt> to
* allow extraction of files under /hbase/.snapshot/[snapshot name] directory, for each snapshot.
* This allows you to only cache files under, for instance, all the logs in the .logs directory or
* all the files under all the regions.
* <p>

View File

@ -1015,7 +1015,7 @@ public final class RequestConverter {
/**
* Creates a protocol buffer GetSchemaAlterStatusRequest
*
* @param table
* @param tableName
* @return a GetSchemaAlterStatusRequest
*/
public static GetSchemaAlterStatusRequest buildGetSchemaAlterStatusRequest(

View File

@ -66,7 +66,7 @@ import com.google.protobuf.InvalidProtocolBufferException;
* <p>
* On startup, requires {@link #start()} to be called.
* <p>
* On shutdown, requires {@link #stop()} to be called
* On shutdown, requires {@link #stop(boolean)} to be called
*/
@InterfaceAudience.Private
@InterfaceStability.Unstable

View File

@ -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
* {@link #completeSnapshot(SnapshotDescription, Path, Path, FileSystem)}, and writing the
* {@code #completeSnapshot(SnapshotDescription, Path, Path, FileSystem)}, and writing the
* {@link SnapshotDescription} to the working snapshot directory.
*/
public class SnapshotDescriptionUtils {

View File

@ -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 {@link #getRegionSnapshotDirectory(SnapshotDescription, Path, String)}
* directory. See {@code #getRegionSnapshotDirectory(SnapshotDescription, Path, String)}
* @param family name of the store to snapshot
* @return path to the snapshot home directory for the store/family
*/

View File

@ -1752,7 +1752,7 @@ public class ZKUtil {
/**
* Helper method to print the current state of the ZK tree.
* @see #logZKTree(String)
* @see #logZKTree(ZooKeeperWatcher, String)
* @throws KeeperException if an unexpected exception occurs
*/
protected static void logZKTree(ZooKeeperWatcher zkw, String root, String prefix) throws KeeperException {