Uses of Interface
org.apache.accumulo.core.client.rfile.RFile.WriterOptions
-
Packages that use RFile.WriterOptions Package Description org.apache.accumulo.core.client.rfile -
-
Uses of RFile.WriterOptions in org.apache.accumulo.core.client.rfile
Subinterfaces of RFile.WriterOptions in org.apache.accumulo.core.client.rfile Modifier and Type Interface Description static interfaceRFile.WriterFSOptionsThis is an intermediate interface in a larger builder pattern.Methods in org.apache.accumulo.core.client.rfile that return RFile.WriterOptions Modifier and Type Method Description RFile.WriterOptionsRFile.OutputArguments. to(OutputStream out)RFile.WriterOptionsRFile.WriterFSOptions. withFileSystem(org.apache.hadoop.fs.FileSystem fs)Optionally provide a FileSystem to open a file to write a RFile.RFile.WriterOptionsRFile.WriterOptions. withSampler(SamplerConfiguration samplerConf)An option to store sample data in the generated RFile.default RFile.WriterOptionsRFile.WriterOptions. withSummarizers(SummarizerConfiguration... summarizerConf)Enable generating summary data in the created RFile by runningSummarizer's based on the specified configuration.RFile.WriterOptionsRFile.WriterOptions. withTableProperties(Iterable<Map.Entry<String,String>> props)Create an RFile using the same configuration as an Accumulo table.RFile.WriterOptionsRFile.WriterOptions. withTableProperties(Map<String,String> props)RFile.WriterOptionsRFile.WriterOptions. withVisibilityCacheSize(int maxSize)
-