|
@@ -24,6 +24,8 @@ import org.apache.hadoop.hdfs.protocol.BlockType;
|
|
|
import org.apache.hadoop.hdfs.protocol.HdfsConstants;
|
|
|
import org.apache.hadoop.hdfs.server.common.GenerationStamp;
|
|
|
import org.apache.hadoop.hdfs.server.common.HdfsServerConstants;
|
|
|
+import org.apache.hadoop.hdfs.server.namenode.FSNamesystem;
|
|
|
+import org.apache.hadoop.hdfs.server.namenode.FSEditLog;
|
|
|
|
|
|
import java.io.IOException;
|
|
|
|
|
@@ -31,8 +33,8 @@ import static org.apache.hadoop.hdfs.protocol.BlockType.STRIPED;
|
|
|
|
|
|
/**
|
|
|
* BlockIdManager allocates the generation stamps and the block ID. The
|
|
|
- * {@see FSNamesystem} is responsible for persisting the allocations in the
|
|
|
- * {@see EditLog}.
|
|
|
+ * {@link FSNamesystem} is responsible for persisting the allocations in the
|
|
|
+ * {@link FSEditLog}.
|
|
|
*/
|
|
|
public class BlockIdManager {
|
|
|
/**
|