Пример #1
0
 /**
  * Get the full path of this replica's meta file
  *
  * @return the full path of this replica's meta file
  */
 public File getMetaFile() {
   return new File(getDir(), DatanodeUtil.getMetaName(getBlockName(), getGenerationStamp()));
 }