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 interface
RFile.WriterFSOptions
This 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.WriterOptions
RFile.OutputArguments. to(OutputStream out)
RFile.WriterOptions
RFile.WriterFSOptions. withFileSystem(org.apache.hadoop.fs.FileSystem fs)
Optionally provide a FileSystem to open a file to write a RFile.RFile.WriterOptions
RFile.WriterOptions. withSampler(SamplerConfiguration samplerConf)
An option to store sample data in the generated RFile.default RFile.WriterOptions
RFile.WriterOptions. withSummarizers(SummarizerConfiguration... summarizerConf)
Enable generating summary data in the created RFile by runningSummarizer
's based on the specified configuration.RFile.WriterOptions
RFile.WriterOptions. withTableProperties(Iterable<Map.Entry<String,String>> props)
Create an RFile using the same configuration as an Accumulo table.RFile.WriterOptions
RFile.WriterOptions. withTableProperties(Map<String,String> props)
RFile.WriterOptions
RFile.WriterOptions. withVisibilityCacheSize(int maxSize)
-