public class RFile extends Object
Scanner
for reading and a RFileWriter
for writing Rfiles.
The Scanner
created by this class makes it easy to experiment with real data from a live
system on a developers workstation. Also the Scanner
can be used to write tools to
analyze Accumulo's raw data.
Modifier and Type | Class and Description |
---|---|
static interface |
RFile.InputArguments
This is an intermediate interface in a larger builder pattern.
|
static interface |
RFile.OutputArguments
This is an intermediate interface in a larger builder pattern.
|
static interface |
RFile.ScannerFSOptions
This is an intermediate interface in a larger builder pattern.
|
static interface |
RFile.ScannerOptions
This is an intermediate interface in a larger builder pattern.
|
static interface |
RFile.WriterFSOptions
This is an intermediate interface in a larger builder pattern.
|
static interface |
RFile.WriterOptions
This is an intermediate interface in a larger builder pattern.
|
Constructor and Description |
---|
RFile() |
Modifier and Type | Method and Description |
---|---|
static RFile.InputArguments |
newScanner()
Entry point for building a new
Scanner over one or more RFiles. |
static RFile.OutputArguments |
newWriter()
Entry point for creating a new RFile writer.
|
public static RFile.InputArguments newScanner()
Scanner
over one or more RFiles.public static RFile.OutputArguments newWriter()
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.