Class RFileSource
java.lang.Object
org.apache.accumulo.core.client.rfile.RFileSource
RFile metadata is stored at the end of the file. Inorder to read an RFile, its length must be
known. This provides a way to pass an InputStream and length for reading an RFile.
- Since:
- 1.8.0
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RFileSource
-
-
Method Details
-
getInputStream
-
getLength
public long getLength()
-