Uses of Interface
org.apache.accumulo.core.client.rfile.RFile.WriterOptions
-
Uses of RFile.WriterOptions in org.apache.accumulo.core.client.rfile
Modifier and TypeInterfaceDescriptionstatic interface
This is an intermediate interface in a larger builder pattern.Modifier and TypeMethodDescriptionRFile.OutputArguments.to
(OutputStream out) RFile.WriterFSOptions.withFileSystem
(org.apache.hadoop.fs.FileSystem fs) Optionally provide a FileSystem to open a file to write a RFile.RFile.WriterOptions.withSampler
(SamplerConfiguration samplerConf) An option to store sample data in the generated RFile.RFile.WriterOptions.withTableProperties
(Iterable<Map.Entry<String, String>> props) Create an RFile using the same configuration as an Accumulo table.RFile.WriterOptions.withTableProperties
(Map<String, String> props) RFile.WriterOptions.withVisibilityCacheSize
(int maxSize)