Interface RFile.WriterFSOptions
- All Superinterfaces:
- RFile.WriterOptions
- Enclosing class:
- RFile
This is an intermediate interface in a larger builder pattern. Enables optionally setting a
 FileSystem to write to.
- Since:
- 1.8.0
- 
Method SummaryModifier and TypeMethodDescriptionwithFileSystem(org.apache.hadoop.fs.FileSystem fs) Optionally provide a FileSystem to open a file to write a RFile.Methods inherited from interface org.apache.accumulo.core.client.rfile.RFile.WriterOptionsbuild, withSampler, withSummarizers, withTableProperties, withTableProperties, withVisibilityCacheSize
- 
Method Details- 
withFileSystemOptionally provide a FileSystem to open a file to write a RFile. If not specified, the FileSystem will be constructed using configuration on the classpath.- Parameters:
- fs- use this FileSystem to open files.
- Returns:
- this
 
 
-