Uses of Interface
org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
Packages that use InputFormatBuilder.InputFormatOptions
- 
Uses of InputFormatBuilder.InputFormatOptions in org.apache.accumulo.hadoop.mapreduceMethods in org.apache.accumulo.hadoop.mapreduce that return InputFormatBuilder.InputFormatOptionsModifier and TypeMethodDescriptionInputFormatBuilder.InputFormatOptions.addIterator(IteratorSetting cfg) Encode an iterator on the single input table for this job.InputFormatBuilder.InputFormatOptions.auths(Authorizations auths) Sets theAuthorizationsused to scan.InputFormatBuilder.InputFormatOptions.autoAdjustRanges(boolean value) Disables the automatic adjustment of ranges for this job.InputFormatBuilder.InputFormatOptions.batchScan(boolean value) Enables the use of theBatchScannerin this job.InputFormatBuilder.InputFormatOptions.classLoaderContext(String context) Sets the name of the classloader context on this scannerInputFormatBuilder.InputFormatOptions.consistencyLevel(ScannerBase.ConsistencyLevel level) Enables the user to set the consistency levelInputFormatBuilder.InputFormatOptions.executionHints(Map<String, String> hints) Set these execution hints on scanners created for input splits.InputFormatBuilder.InputFormatOptions.fetchColumns(Collection<IteratorSetting.Column> fetchColumns) Restricts the columns that will be mapped over for this job for the default input table.InputFormatBuilder.InputFormatOptions.localIterators(boolean value) Enables the use of theClientSideIteratorScannerin this job.InputFormatBuilder.InputFormatOptions.offlineScan(boolean value) Enable reading offline tables.InputFormatBuilder.InputFormatOptions.ranges(Collection<Range> ranges) Sets the input ranges to scan for the single input table associated with this job.InputFormatBuilder.InputFormatOptions.samplerConfiguration(SamplerConfiguration samplerConfig) Causes input format to read sample data.InputFormatBuilder.InputFormatOptions.scanIsolation(boolean value) Enables the use of theIsolatedScannerin this job.Sets the name of the input table, over which this job will scan.