Example #1
0
 /// <exception cref="System.IO.IOException"/>
 /// <exception cref="Org.Apache.Hadoop.FS.UnresolvedLinkException"/>
 public override BlockLocation[] GetFileBlockLocations(Path p, long start, long len
                                                       )
 {
     return(dfs.GetBlockLocations(GetUriPath(p), start, len));
 }