Uses of Interface
org.apache.accumulo.core.client.rfile.RFile.WriterOptions
Packages that use RFile.WriterOptions
-
Uses of RFile.WriterOptions in org.apache.accumulo.core.client.rfile
Subinterfaces of RFile.WriterOptions in org.apache.accumulo.core.client.rfileModifier and TypeInterfaceDescriptionstatic interfaceThis is an intermediate interface in a larger builder pattern.Methods in org.apache.accumulo.core.client.rfile that return RFile.WriterOptionsModifier 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)