Package com.mapr.fs
Interface Fid
public interface Fid
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.fs.FSDataOutputStreambooleanmkdirsFid(org.apache.hadoop.fs.Path p) org.apache.hadoop.fs.FSDataInputStreamorg.apache.hadoop.fs.FSDataInputStreamorg.apache.hadoop.fs.FSDataInputStreamvoidsetOwnerFid(String fid, String user, String group)
-
Method Details
-
createFid
- Throws:
IOException
-
openFid
org.apache.hadoop.fs.FSDataInputStream openFid(String fid, byte[][] ips, int[] ports, long chunkSize, long fileSize) throws IOException - Throws:
IOException
-
openFid
org.apache.hadoop.fs.FSDataInputStream openFid(String pfid, String file, byte[][] ips, int[] ports) throws IOException - Throws:
IOException
-
openFid2
org.apache.hadoop.fs.FSDataInputStream openFid2(org.apache.hadoop.fs.PathId pfid, String file, int readAheadBytesHint) throws IOException - Throws:
IOException
-
deleteFid
- Throws:
IOException
-
mkdirsFid
- Throws:
IOException
-
mkdirsFid
- Throws:
IOException
-
setOwnerFid
- Throws:
IOException
-