Package | Description |
---|---|
org.apache.accumulo.core.client.rfile |
Modifier and Type | Interface and Description |
---|---|
static interface |
RFile.ScannerFSOptions
This is an intermediate interface in a larger builder pattern.
|
Modifier and Type | Method and Description |
---|---|
RFile.ScannerOptions |
RFile.InputArguments.from(RFileSource... inputs)
Specify RFiles to read from.
|
RFile.ScannerOptions |
RFile.ScannerOptions.withAuthorizations(Authorizations auths)
The authorizations passed here will be used to filter Keys, from the
Scanner , based
on the content of the column visibility field. |
RFile.ScannerOptions |
RFile.ScannerOptions.withBounds(Range range)
This option allows limiting the
Scanner from reading data outside of a given range. |
RFile.ScannerOptions |
RFile.ScannerOptions.withDataCache(long cacheSize)
Enabling this option will cache RFiles data in memory.
|
RFile.ScannerOptions |
RFile.ScannerFSOptions.withFileSystem(org.apache.hadoop.fs.FileSystem fs)
Optionally provide a FileSystem to open RFiles.
|
RFile.ScannerOptions |
RFile.ScannerOptions.withIndexCache(long cacheSize)
Enabling this option will cache RFiles indexes in memory.
|
RFile.ScannerOptions |
RFile.ScannerOptions.withoutSystemIterators()
By default the
Scanner created will setup the default Accumulo system iterators. |
RFile.ScannerOptions |
RFile.ScannerOptions.withTableProperties(Iterable<Map.Entry<String,String>> props)
Construct the
Scanner with iterators specified in a tables properties. |
RFile.ScannerOptions |
RFile.ScannerOptions.withTableProperties(Map<String,String> props) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.