Uses of Interface
org.apache.accumulo.core.client.rfile.RFile.ScannerOptions
-
Packages that use RFile.ScannerOptions Package Description org.apache.accumulo.core.client.rfile -
-
Uses of RFile.ScannerOptions in org.apache.accumulo.core.client.rfile
Subinterfaces of RFile.ScannerOptions in org.apache.accumulo.core.client.rfile Modifier and Type Interface Description static interfaceRFile.ScannerFSOptionsThis is an intermediate interface in a larger builder pattern.Methods in org.apache.accumulo.core.client.rfile that return RFile.ScannerOptions Modifier and Type Method Description RFile.ScannerOptionsRFile.InputArguments. from(RFileSource... inputs)Specify RFiles to read from.RFile.ScannerOptionsRFile.ScannerOptions. withAuthorizations(Authorizations auths)The authorizations passed here will be used to filter Keys, from theScanner, based on the content of the column visibility field.RFile.ScannerOptionsRFile.ScannerOptions. withBounds(Range range)This option allows limiting theScannerfrom reading data outside of a given range.RFile.ScannerOptionsRFile.ScannerOptions. withDataCache(long cacheSize)Enabling this option will cache RFiles data in memory.RFile.ScannerOptionsRFile.ScannerFSOptions. withFileSystem(org.apache.hadoop.fs.FileSystem fs)Optionally provide a FileSystem to open RFiles.RFile.ScannerOptionsRFile.ScannerOptions. withIndexCache(long cacheSize)Enabling this option will cache RFiles indexes in memory.RFile.ScannerOptionsRFile.ScannerOptions. withoutSystemIterators()By default theScannercreated will setup the default Accumulo system iterators.RFile.ScannerOptionsRFile.ScannerOptions. withTableProperties(Iterable<Map.Entry<String,String>> props)Construct theScannerwith iterators specified in a tables properties.RFile.ScannerOptionsRFile.ScannerOptions. withTableProperties(Map<String,String> props)
-