Interface RFile.SummaryFSOptions
- All Superinterfaces:
RFile.SummaryOptions
- Enclosing class:
- RFile
This is an intermediate interface in a larger builder pattern. Enables optionally setting a
FileSystem to read RFile summary data from.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionwithFileSystem
(org.apache.hadoop.fs.FileSystem fs) Optionally provide a FileSystem to open RFiles.Methods inherited from interface org.apache.accumulo.core.client.rfile.RFile.SummaryOptions
endRow, endRow, read, selectSummaries, startRow, startRow, withTableProperties, withTableProperties
-
Method Details
-
withFileSystem
Optionally provide a FileSystem to open RFiles. If not specified, the FileSystem will be constructed using configuration on the classpath.- Parameters:
fs
- use this FileSystem to open files.- Returns:
- this
-