Package | Description |
---|---|
org.apache.accumulo.core.client.rfile |
Modifier and Type | Interface and Description |
---|---|
static interface |
RFile.WriterFSOptions
This is an intermediate interface in a larger builder pattern.
|
Modifier and Type | Method and 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.
|
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) |
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.