Skip navigation links
A B C D E F G H I K L M N O R S T U V W 

A

AccumuloFileOutputFormat - Class in org.apache.accumulo.hadoop.mapred
 
AccumuloFileOutputFormat() - Constructor for class org.apache.accumulo.hadoop.mapred.AccumuloFileOutputFormat
 
AccumuloFileOutputFormat - Class in org.apache.accumulo.hadoop.mapreduce
This class allows MapReduce jobs to write output in the Accumulo data file format.
Care should be taken to write only sorted data (sorted by Key), as this is an important requirement of Accumulo data files.
AccumuloFileOutputFormat() - Constructor for class org.apache.accumulo.hadoop.mapreduce.AccumuloFileOutputFormat
 
AccumuloInputFormat - Class in org.apache.accumulo.hadoop.mapred
 
AccumuloInputFormat() - Constructor for class org.apache.accumulo.hadoop.mapred.AccumuloInputFormat
 
AccumuloInputFormat - Class in org.apache.accumulo.hadoop.mapreduce
This class allows MapReduce jobs to use Accumulo as the source of data.
AccumuloInputFormat() - Constructor for class org.apache.accumulo.hadoop.mapreduce.AccumuloInputFormat
 
AccumuloOutputFormat - Class in org.apache.accumulo.hadoop.mapred
 
AccumuloOutputFormat() - Constructor for class org.apache.accumulo.hadoop.mapred.AccumuloOutputFormat
 
AccumuloOutputFormat - Class in org.apache.accumulo.hadoop.mapreduce
This class allows MapReduce jobs to use Accumulo as the sink for data.
AccumuloOutputFormat() - Constructor for class org.apache.accumulo.hadoop.mapreduce.AccumuloOutputFormat
 
AccumuloRecordReader<K,V> - Class in org.apache.accumulo.hadoopImpl.mapred
 
AccumuloRecordReader(Class<?>) - Constructor for class org.apache.accumulo.hadoopImpl.mapred.AccumuloRecordReader
 
AccumuloRecordReader<K,V> - Class in org.apache.accumulo.hadoopImpl.mapreduce
An implementation of RecordReader that converts Accumulo Key/Value pairs to the user's K/V types.
AccumuloRecordReader(Class<?>) - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.AccumuloRecordReader
 
AccumuloRecordWriter - Class in org.apache.accumulo.hadoopImpl.mapred
A base class to be used to create RecordWriter instances that write to Accumulo.
AccumuloRecordWriter(JobConf) - Constructor for class org.apache.accumulo.hadoopImpl.mapred.AccumuloRecordWriter
 
AccumuloRecordWriter - Class in org.apache.accumulo.hadoopImpl.mapreduce
A base class to be used to create RecordWriter instances that write to Accumulo.
AccumuloRecordWriter(TaskAttemptContext) - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.AccumuloRecordWriter
 
AccumuloRowInputFormat - Class in org.apache.accumulo.hadoop.mapred
 
AccumuloRowInputFormat() - Constructor for class org.apache.accumulo.hadoop.mapred.AccumuloRowInputFormat
 
AccumuloRowInputFormat - Class in org.apache.accumulo.hadoop.mapreduce
This class allows MapReduce jobs to use Accumulo as the source of data.
AccumuloRowInputFormat() - Constructor for class org.apache.accumulo.hadoop.mapreduce.AccumuloRowInputFormat
 
addCacheFile(URI, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.DistributedCacheHelper
 
addIterator(IteratorSetting) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
Encode an iterator on the single input table for this job.
addIterator(IteratorSetting) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputFormatBuilderImpl
 
addIterator(IteratorSetting) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
 
addTable(Text) - Method in class org.apache.accumulo.hadoopImpl.mapred.AccumuloRecordWriter
 
addTable(Text) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.AccumuloRecordWriter
 
auths(Authorizations) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
Sets the Authorizations used to scan.
auths(Authorizations) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputFormatBuilderImpl
 
autoAdjustRanges(boolean) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
Disables the automatic adjustment of ranges for this job.
autoAdjustRanges(boolean) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputFormatBuilderImpl
 

B

BatchInputSplit - Class in org.apache.accumulo.hadoopImpl.mapred
The Class BatchInputSplit.
BatchInputSplit() - Constructor for class org.apache.accumulo.hadoopImpl.mapred.BatchInputSplit
 
BatchInputSplit(BatchInputSplit) - Constructor for class org.apache.accumulo.hadoopImpl.mapred.BatchInputSplit
 
BatchInputSplit(String, Table.ID, Collection<Range>, String[]) - Constructor for class org.apache.accumulo.hadoopImpl.mapred.BatchInputSplit
 
BatchInputSplit - Class in org.apache.accumulo.hadoopImpl.mapreduce
The Class BatchInputSplit.
BatchInputSplit() - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.BatchInputSplit
 
BatchInputSplit(BatchInputSplit) - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.BatchInputSplit
 
BatchInputSplit(String, Table.ID, Collection<Range>, String[]) - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.BatchInputSplit
 
batchScan(boolean) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
Enables the use of the BatchScanner in this job.
batchScan(boolean) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputFormatBuilderImpl
 
binOffline(Table.ID, List<Range>, ClientContext) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
 

C

canCreateTables(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.OutputConfigurator
Determines whether tables are permitted to be created as needed.
checkOutputSpecs(FileSystem, JobConf) - Method in class org.apache.accumulo.hadoop.mapred.AccumuloOutputFormat
 
checkOutputSpecs(JobContext) - Method in class org.apache.accumulo.hadoop.mapreduce.AccumuloOutputFormat
 
classLoaderContext(String) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
Sets the name of the classloader context on this scanner
classLoaderContext(String) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputFormatBuilderImpl
 
client - Variable in class org.apache.accumulo.hadoopImpl.mapred.AccumuloRecordReader
 
client - Variable in class org.apache.accumulo.hadoopImpl.mapreduce.AccumuloRecordReader
 
clientProperties(Properties) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.ClientParams
Set client properties needed to communicate with Accumulo for this job.
clientProperties(Properties) - Method in interface org.apache.accumulo.hadoop.mapreduce.OutputFormatBuilder.ClientParams
Set the connection information needed to communicate with Accumulo in this job.
clientProperties(Properties) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputFormatBuilderImpl
 
clientProperties(Properties) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.OutputFormatBuilderImpl
 
clientPropertiesPath(String) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.ClientParams
Set path to DFS location containing accumulo-client.properties file.
clientPropertiesPath(String) - Method in interface org.apache.accumulo.hadoop.mapreduce.OutputFormatBuilder.ClientParams
Set path to DFS location containing accumulo-client.properties file.
clientPropertiesPath(String) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputFormatBuilderImpl
 
clientPropertiesPath(String) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.OutputFormatBuilderImpl
 
close() - Method in class org.apache.accumulo.hadoopImpl.mapred.AccumuloRecordReader
 
close(Reporter) - Method in class org.apache.accumulo.hadoopImpl.mapred.AccumuloRecordWriter
 
close() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.AccumuloRecordReader
 
close(TaskAttemptContext) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.AccumuloRecordWriter
 
compression(String) - Method in interface org.apache.accumulo.hadoop.mapreduce.FileOutputFormatBuilder.OutputOptions
Sets the compression type to use for data blocks, overriding the default.
compression(String) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.FileOutputFormatBuilderImpl
 
ConfiguratorBase - Class in org.apache.accumulo.hadoopImpl.mapreduce.lib
 
ConfiguratorBase() - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.lib.ConfiguratorBase
 
ConfiguratorBase.ClientOpts - Enum in org.apache.accumulo.hadoopImpl.mapreduce.lib
 
ConfiguratorBase.GeneralOpts - Enum in org.apache.accumulo.hadoopImpl.mapreduce.lib
Configuration keys for general configuration options.
configure() - Static method in class org.apache.accumulo.hadoop.mapred.AccumuloFileOutputFormat
Sets all the information required for this map reduce job.
configure() - Static method in class org.apache.accumulo.hadoop.mapred.AccumuloInputFormat
Sets all the information required for this map reduce job.
configure() - Static method in class org.apache.accumulo.hadoop.mapred.AccumuloOutputFormat
 
configure() - Static method in class org.apache.accumulo.hadoop.mapred.AccumuloRowInputFormat
Sets all the information required for this map reduce job.
configure() - Static method in class org.apache.accumulo.hadoop.mapreduce.AccumuloFileOutputFormat
Sets all the information required for this map reduce job.
configure() - Static method in class org.apache.accumulo.hadoop.mapreduce.AccumuloInputFormat
Sets all the information required for this map reduce job.
configure() - Static method in class org.apache.accumulo.hadoop.mapreduce.AccumuloOutputFormat
Sets all the information required for this map reduce job.
configure() - Static method in class org.apache.accumulo.hadoop.mapreduce.AccumuloRowInputFormat
Sets all the information required for this map reduce job.
createClient(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.ConfiguratorBase
Creates an AccumuloClient based on the configuration that must be closed by user
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.hadoop.mapreduce.AccumuloInputFormat
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.hadoop.mapreduce.AccumuloRowInputFormat
 
createTables(boolean) - Method in interface org.apache.accumulo.hadoop.mapreduce.OutputFormatBuilder.OutputOptions
Enables the directive to create new tables, as necessary.
createTables(boolean) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.OutputFormatBuilderImpl
 
currentK - Variable in class org.apache.accumulo.hadoopImpl.mapreduce.AccumuloRecordReader
The Key that should be returned to the client
currentKey - Variable in class org.apache.accumulo.hadoopImpl.mapred.AccumuloRecordReader
 
currentKey - Variable in class org.apache.accumulo.hadoopImpl.mapreduce.AccumuloRecordReader
The Key that is used to determine progress in the current InputSplit.
currentV - Variable in class org.apache.accumulo.hadoopImpl.mapreduce.AccumuloRecordReader
The Value that should be return to the client

D

dataBlockSize(long) - Method in interface org.apache.accumulo.hadoop.mapreduce.FileOutputFormatBuilder.OutputOptions
Sets the size for data blocks within each file.
Data blocks are a span of key/value pairs stored in the file that are compressed and indexed as a group.
dataBlockSize(long) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.FileOutputFormatBuilderImpl
 
defaultTable(String) - Method in interface org.apache.accumulo.hadoop.mapreduce.OutputFormatBuilder.OutputOptions
Sets the default table name to use if one emits a null in place of a table name for a given mutation.
defaultTable(String) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.OutputFormatBuilderImpl
 
deserializeFetchedColumns(Collection<String>) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
 
DistributedCacheHelper - Class in org.apache.accumulo.hadoopImpl.mapreduce.lib
 
DistributedCacheHelper() - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.lib.DistributedCacheHelper
 

E

enumToConfKey(Class<?>, Enum<?>) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.ConfiguratorBase
Provides a configuration key for a given feature enum, prefixed by the implementingClass
enumToConfKey(Enum<?>) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.ConfiguratorBase
Provides a configuration key for a given feature enum.
equals(Object) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
 
executionHints(Map<String, String>) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
Set these execution hints on scanners created for input splits.
executionHints(Map<String, String>) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputFormatBuilderImpl
 

F

fetchColumns(Collection<IteratorSetting.Column>) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
Restricts the columns that will be mapped over for this job for the default input table.
fetchColumns(Collection<IteratorSetting.Column>) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputFormatBuilderImpl
 
fetchColumns(Collection<IteratorSetting.Column>) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
Restricts the columns that will be mapped over for this job for the default input table.
fetchColumns(Class<?>, Configuration, Collection<IteratorSetting.Column>) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Restricts the columns that will be mapped over for the single input table on this job.
fileBlockSize(long) - Method in interface org.apache.accumulo.hadoop.mapreduce.FileOutputFormatBuilder.OutputOptions
Sets the size for file blocks in the file system; file blocks are managed, and replicated, by the underlying file system.
fileBlockSize(long) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.FileOutputFormatBuilderImpl
 
FileOutputConfigurator - Class in org.apache.accumulo.hadoopImpl.mapreduce.lib
 
FileOutputConfigurator() - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.lib.FileOutputConfigurator
 
FileOutputConfigurator.Opts - Enum in org.apache.accumulo.hadoopImpl.mapreduce.lib
Configuration keys for AccumuloConfiguration.
FileOutputFormatBuilder - Interface in org.apache.accumulo.hadoop.mapreduce
Builder for all the information needed for the Map Reduce job.
FileOutputFormatBuilder.OutputOptions<T> - Interface in org.apache.accumulo.hadoop.mapreduce
Options for builder
FileOutputFormatBuilder.PathParams<T> - Interface in org.apache.accumulo.hadoop.mapreduce
Required params for builder
FileOutputFormatBuilderImpl<T> - Class in org.apache.accumulo.hadoopImpl.mapreduce
 
FileOutputFormatBuilderImpl(Class<?>) - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.FileOutputFormatBuilderImpl
 

G

getAccumuloConfiguration(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.FileOutputConfigurator
This helper method provides an AccumuloConfiguration object constructed from the Accumulo defaults, and overridden with Accumulo properties that have been stored in the Job's configuration.
getAutoAdjustRanges(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Determines whether a configuration has auto-adjust ranges enabled.
getBatchWriterOptions(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.OutputConfigurator
Gets the BatchWriterConfig settings that were stored with ClientInfo
getCacheFiles(Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.DistributedCacheHelper
 
getClassLoaderContext(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Gets the name of the context classloader to use for scans
getClientProperties(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.ConfiguratorBase
 
getConf() - Method in class org.apache.accumulo.hadoop.mapreduce.partition.KeyRangePartitioner
 
getConf() - Method in class org.apache.accumulo.hadoop.mapreduce.partition.RangePartitioner
 
getContext() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
 
getCurrentKey() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.AccumuloRecordReader
 
getCurrentValue() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.AccumuloRecordReader
 
getDefaultInputTableConfig(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Returns the InputTableConfig for the configuration based on the properties set using the single-table input methods.
getDefaultTableName(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.OutputConfigurator
Gets the default table name from the configuration.
getExecutionHints() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
 
getExecutionHints(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
 
getExecutionHints() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
getFetchedColumns() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
Returns the columns to be fetched for this configuration
getFetchedColumns(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Gets the columns to be mapped over from this job.
getFetchedColumns() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
getInputTableConfig(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Returns the InputTableConfig for the given table
getInputTableConfigs(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Returns all InputTableConfig objects associated with this job.
getInputTableName(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Sets the name of the input table, over which this job will scan.
getIterators() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
Returns the iterators to be set on this configuration
getIterators(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Gets a list of the iterator settings (for iterators to apply to a scanner) from this configuration.
getIterators() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
getLength() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.BatchInputSplit
This implementation of length is only an estimate, it does not provide exact values.
getLength() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
This implementation of length is only an estimate, it does not provide exact values.
getLocalCacheFiles(Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.DistributedCacheHelper
 
getLocations() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
getOutputCommitter(TaskAttemptContext) - Method in class org.apache.accumulo.hadoop.mapreduce.AccumuloOutputFormat
 
getPartition(Key, Writable, int) - Method in class org.apache.accumulo.hadoop.mapreduce.partition.KeyRangePartitioner
 
getPartition(Text, Writable, int) - Method in class org.apache.accumulo.hadoop.mapreduce.partition.RangePartitioner
 
getPos() - Method in class org.apache.accumulo.hadoopImpl.mapred.AccumuloRecordReader
 
getProgress() - Method in class org.apache.accumulo.hadoopImpl.mapred.AccumuloRecordReader
 
getProgress() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.AccumuloRecordReader
 
getProgress(Key) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.BatchInputSplit
Save progress on each call to this function, implied by value of currentKey, and return average ranges in the split
getProgress(ByteSequence, ByteSequence, ByteSequence) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
getProgress(Key) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
getProgress(ByteSequence, ByteSequence, ByteSequence) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.SplitUtils
 
getRange() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.BatchInputSplit
 
getRange() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
getRangeLength(Range) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.SplitUtils
 
getRanges() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.BatchInputSplit
 
getRanges() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
Returns the ranges to be queried in the configuration
getRanges(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Gets the ranges to scan over from a job.
getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.accumulo.hadoop.mapred.AccumuloInputFormat
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.accumulo.hadoop.mapred.AccumuloRowInputFormat
 
getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.apache.accumulo.hadoop.mapred.AccumuloFileOutputFormat
 
getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.apache.accumulo.hadoop.mapred.AccumuloOutputFormat
 
getRecordWriter(TaskAttemptContext) - Method in class org.apache.accumulo.hadoop.mapreduce.AccumuloFileOutputFormat
 
getRecordWriter(TaskAttemptContext) - Method in class org.apache.accumulo.hadoop.mapreduce.AccumuloOutputFormat
 
getSamplerConfiguration() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
 
getSamplerConfiguration(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
 
getSamplerConfiguration() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
getScanAuthorizations(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Gets the authorizations to set for the scans from the configuration.
getScanAuths() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
 
getSimulationMode(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.OutputConfigurator
Determines whether this feature is enabled.
getSplits(JobConf, int) - Method in class org.apache.accumulo.hadoop.mapred.AccumuloInputFormat
Gets the splits of the tables that have been set on the job by reading the metadata table for the specified ranges.
getSplits(JobConf, int) - Method in class org.apache.accumulo.hadoop.mapred.AccumuloRowInputFormat
Gets the splits of the tables that have been set on the job by reading the metadata table for the specified ranges.
getSplits(JobContext) - Method in class org.apache.accumulo.hadoop.mapreduce.AccumuloInputFormat
Gets the splits of the tables that have been set on the job by reading the metadata table for the specified ranges.
getSplits(JobContext) - Method in class org.apache.accumulo.hadoop.mapreduce.AccumuloRowInputFormat
Gets the splits of the tables that have been set on the job by reading the metadata table for the specified ranges.
getSplits(JobConf, Class<?>) - Static method in class org.apache.accumulo.hadoopImpl.mapred.AccumuloRecordReader
Gets the splits of the tables that have been set on the job by reading the metadata table for the specified ranges.
getSplits(JobContext, Class<?>) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.AccumuloRecordReader
 
getTableId() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
getTableName() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.MapReduceClientOnDefaultTable
 
getTableName() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.MapReduceClientOnRequiredTable
 
getTableName() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
getTabletLocator(Class<?>, Configuration, Table.ID) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Initializes an Accumulo TabletLocator based on the configuration.
getToken() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.MapReduceClientOpts
 
getVisibilityCacheSize(Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.ConfiguratorBase
Gets the valid visibility count for this job.

H

hashCode() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
 

I

indexBlockSize(long) - Method in interface org.apache.accumulo.hadoop.mapreduce.FileOutputFormatBuilder.OutputOptions
Sets the size for index blocks within each file; smaller blocks means a deeper index hierarchy within the file, while larger blocks mean a more shallow index hierarchy within the file.
indexBlockSize(long) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.FileOutputFormatBuilderImpl
 
initialize(InputSplit, JobConf) - Method in class org.apache.accumulo.hadoopImpl.mapred.AccumuloRecordReader
Initialize a scanner over the given input split using this task attempt configuration.
initialize(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.AccumuloRecordReader
 
InputConfigurator - Class in org.apache.accumulo.hadoopImpl.mapreduce.lib
 
InputConfigurator() - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
 
InputConfigurator.Features - Enum in org.apache.accumulo.hadoopImpl.mapreduce.lib
Configuration keys for various features.
InputConfigurator.ScanOpts - Enum in org.apache.accumulo.hadoopImpl.mapreduce.lib
Configuration keys for Scanner.
InputFormatBuilder - Interface in org.apache.accumulo.hadoop.mapreduce
Builder for all the information needed for the Map Reduce job.
InputFormatBuilder.ClientParams<T> - Interface in org.apache.accumulo.hadoop.mapreduce
Required params for builder
InputFormatBuilder.InputFormatOptions<T> - Interface in org.apache.accumulo.hadoop.mapreduce
Optional values to set using fluent API
InputFormatBuilder.TableParams<T> - Interface in org.apache.accumulo.hadoop.mapreduce
Required params for builder
InputFormatBuilderImpl<T> - Class in org.apache.accumulo.hadoopImpl.mapreduce
 
InputFormatBuilderImpl(Class<?>) - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.InputFormatBuilderImpl
 
InputTableConfig - Class in org.apache.accumulo.hadoopImpl.mapreduce
This class to holds a batch scan configuration for a table.
InputTableConfig() - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
 
InputTableConfig(DataInput) - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
Creates a batch scan config object out of a previously serialized batch scan config object.
isBatchScan(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Determines whether a configuration has the BatchScanner feature enabled.
isClientConfigured(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.ConfiguratorBase
Determines if the connector info has already been set for this instance.
isIsolated(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Determines whether a configuration has isolation enabled.
isIsolatedScan() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.BatchInputSplit
 
isIsolatedScan() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
isOffline() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.BatchInputSplit
 
isOffline() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
isOfflineScan() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
Determines whether a configuration has the offline table scan feature enabled.
isOfflineScan(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Determines whether a configuration has the offline table scan feature enabled.
isSupportedAccumuloProperty(Property) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.FileOutputConfigurator
The supported Accumulo properties we set in this OutputFormat, that change the behavior of the RecordWriter.
These properties correspond to the supported public static setter methods available to this class.

K

KeyRangePartitioner - Class in org.apache.accumulo.hadoop.mapreduce.partition
Hadoop partitioner that uses ranges based on row keys, and optionally sub-bins based on hashing.
KeyRangePartitioner() - Constructor for class org.apache.accumulo.hadoop.mapreduce.partition.KeyRangePartitioner
 

L

localIterators(boolean) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
Enables the use of the ClientSideIteratorScanner in this job.
localIterators(boolean) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputFormatBuilderImpl
 

M

MapReduceClientOnDefaultTable - Class in org.apache.accumulo.hadoopImpl.mapreduce.lib
 
MapReduceClientOnDefaultTable(String) - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.lib.MapReduceClientOnDefaultTable
 
MapReduceClientOnRequiredTable - Class in org.apache.accumulo.hadoopImpl.mapreduce.lib
 
MapReduceClientOnRequiredTable() - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.lib.MapReduceClientOnRequiredTable
 
MapReduceClientOpts - Class in org.apache.accumulo.hadoopImpl.mapreduce.lib
Adds some MR awareness to the ClientOpts
MapReduceClientOpts() - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.lib.MapReduceClientOpts
 

N

numKeysRead - Variable in class org.apache.accumulo.hadoopImpl.mapred.AccumuloRecordReader
 
numKeysRead - Variable in class org.apache.accumulo.hadoopImpl.mapreduce.AccumuloRecordReader
 

O

offlineScan(boolean) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
Enable reading offline tables.
offlineScan(boolean) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputFormatBuilderImpl
 
org.apache.accumulo.hadoop.mapred - package org.apache.accumulo.hadoop.mapred
 
org.apache.accumulo.hadoop.mapreduce - package org.apache.accumulo.hadoop.mapreduce
 
org.apache.accumulo.hadoop.mapreduce.partition - package org.apache.accumulo.hadoop.mapreduce.partition
 
org.apache.accumulo.hadoopImpl.mapred - package org.apache.accumulo.hadoopImpl.mapred
 
org.apache.accumulo.hadoopImpl.mapreduce - package org.apache.accumulo.hadoopImpl.mapreduce
 
org.apache.accumulo.hadoopImpl.mapreduce.lib - package org.apache.accumulo.hadoopImpl.mapreduce.lib
 
OutputConfigurator - Class in org.apache.accumulo.hadoopImpl.mapreduce.lib
 
OutputConfigurator() - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.lib.OutputConfigurator
 
OutputConfigurator.Features - Enum in org.apache.accumulo.hadoopImpl.mapreduce.lib
Configuration keys for various features.
OutputConfigurator.WriteOpts - Enum in org.apache.accumulo.hadoopImpl.mapreduce.lib
Configuration keys for BatchWriter.
OutputFormatBuilder - Interface in org.apache.accumulo.hadoop.mapreduce
Builder for all the information needed for the Map Reduce job.
OutputFormatBuilder.ClientParams<T> - Interface in org.apache.accumulo.hadoop.mapreduce
Required params for client
OutputFormatBuilder.OutputOptions<T> - Interface in org.apache.accumulo.hadoop.mapreduce
Builder options
OutputFormatBuilderImpl<T> - Class in org.apache.accumulo.hadoopImpl.mapreduce
 
OutputFormatBuilderImpl(Class<?>) - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.OutputFormatBuilderImpl
 
outputPath(Path) - Method in interface org.apache.accumulo.hadoop.mapreduce.FileOutputFormatBuilder.PathParams
Set the Path of the output directory for the map-reduce job.
outputPath(Path) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.FileOutputFormatBuilderImpl
 

R

RangeInputSplit - Class in org.apache.accumulo.hadoopImpl.mapred
The Class RangeInputSplit.
RangeInputSplit() - Constructor for class org.apache.accumulo.hadoopImpl.mapred.RangeInputSplit
 
RangeInputSplit(RangeInputSplit) - Constructor for class org.apache.accumulo.hadoopImpl.mapred.RangeInputSplit
 
RangeInputSplit(String, String, Range, String[]) - Constructor for class org.apache.accumulo.hadoopImpl.mapred.RangeInputSplit
 
RangeInputSplit - Class in org.apache.accumulo.hadoopImpl.mapreduce
The Class RangeInputSplit.
RangeInputSplit() - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
RangeInputSplit(RangeInputSplit) - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
RangeInputSplit(String, String, Range, String[]) - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
RangePartitioner - Class in org.apache.accumulo.hadoop.mapreduce.partition
Hadoop partitioner that uses ranges, and optionally sub-bins based on hashing.
RangePartitioner() - Constructor for class org.apache.accumulo.hadoop.mapreduce.partition.RangePartitioner
 
ranges(Collection<Range>) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
Sets the input ranges to scan for the single input table associated with this job.
ranges(Collection<Range>) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputFormatBuilderImpl
 
readFields(DataInput) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.BatchInputSplit
 
readFields(DataInput) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
 
readFields(DataInput) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
replication(int) - Method in interface org.apache.accumulo.hadoop.mapreduce.FileOutputFormatBuilder.OutputOptions
Sets the file system replication factor for the resulting file, overriding the file system default.
replication(int) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.FileOutputFormatBuilderImpl
 

S

sampler(SamplerConfiguration) - Method in interface org.apache.accumulo.hadoop.mapreduce.FileOutputFormatBuilder.OutputOptions
Specify a sampler to be used when writing out data.
sampler(SamplerConfiguration) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.FileOutputFormatBuilderImpl
 
samplerConfiguration(SamplerConfiguration) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
Causes input format to read sample data.
samplerConfiguration(SamplerConfiguration) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputFormatBuilderImpl
 
scanIsolation(boolean) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
Enables the use of the IsolatedScanner in this job.
scanIsolation(boolean) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputFormatBuilderImpl
 
scannerBase - Variable in class org.apache.accumulo.hadoopImpl.mapred.AccumuloRecordReader
 
scannerBase - Variable in class org.apache.accumulo.hadoopImpl.mapreduce.AccumuloRecordReader
 
scannerIterator - Variable in class org.apache.accumulo.hadoopImpl.mapred.AccumuloRecordReader
 
scannerIterator - Variable in class org.apache.accumulo.hadoopImpl.mapreduce.AccumuloRecordReader
 
serializeColumns(Collection<IteratorSetting.Column>) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
 
setAccumuloConfigs(Job) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.MapReduceClientOnDefaultTable
 
setAccumuloConfigs(Job) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.MapReduceClientOnRequiredTable
 
setAccumuloConfigs(Job) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.MapReduceClientOpts
 
setAutoAdjustRanges(boolean) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
Controls the automatic adjustment of ranges for this job.
setAutoAdjustRanges(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Controls the automatic adjustment of ranges for this job.
setBatchScan(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Controls the use of the BatchScanner in this job.
setClassLoaderContext(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Sets the name of the context classloader to use for scans
setClientProperties(Class<?>, Configuration, Properties, String) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.ConfiguratorBase
 
setCompressionType(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.FileOutputConfigurator
Sets the compression type to use for data blocks.
setConf(Configuration) - Method in class org.apache.accumulo.hadoop.mapreduce.partition.KeyRangePartitioner
 
setConf(Configuration) - Method in class org.apache.accumulo.hadoop.mapreduce.partition.RangePartitioner
 
setContext(String) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
 
setCreateTables(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.OutputConfigurator
Sets the directive to create new tables, as necessary.
setDataBlockSize(Class<?>, Configuration, long) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.FileOutputConfigurator
Sets the size for data blocks within each file.
Data blocks are a span of key/value pairs stored in the file that are compressed and indexed as a group.
setDefaultTableName(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.OutputConfigurator
Sets the default table name to use if one emits a null in place of a table name for a given mutation.
setExecutionHints(Map<String, String>) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
The execution hints to set on created scanners.
setExecutionHints(Class<?>, Configuration, Map<String, String>) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
 
setExecutionHints(Map<String, String>) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
setFetchedColumns(Collection<IteratorSetting.Column>) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
setFetchedColumns(Set<IteratorSetting.Column>) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
setFileBlockSize(Class<?>, Configuration, long) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.FileOutputConfigurator
Sets the size for file blocks in the file system; file blocks are managed, and replicated, by the underlying file system.
setIndexBlockSize(Class<?>, Configuration, long) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.FileOutputConfigurator
Sets the size for index blocks within each file; smaller blocks means a deeper index hierarchy within the file, while larger blocks mean a more shallow index hierarchy within the file.
setInputTableConfigs(Class<?>, Configuration, Map<String, InputTableConfig>) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Sets configurations for multiple tables at a time.
setInputTableName(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Sets the name of the input table, over which this job will scan.
setIsolatedScan(Boolean) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.BatchInputSplit
 
setIsolatedScan(Boolean) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
setIterators(List<IteratorSetting>) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
setLocalIterators(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Controls the use of the ClientSideIteratorScanner in this job.
setLocations(String[]) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
setNumSubBins(Job, int) - Static method in class org.apache.accumulo.hadoop.mapreduce.partition.KeyRangePartitioner
Sets the number of random sub-bins per range
setNumSubBins(Job, int) - Static method in class org.apache.accumulo.hadoop.mapreduce.partition.RangePartitioner
Sets the number of random sub-bins per range
setOffline(Boolean) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.BatchInputSplit
 
setOffline(Boolean) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
setOfflineScan(boolean) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
Enable reading offline tables.
setOfflineTableScan(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Enable reading offline tables.
setRange(Range) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.BatchInputSplit
 
setRange(Range) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
setRanges(Collection<Range>) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.BatchInputSplit
 
setRanges(List<Range>) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
Sets the input ranges to scan for all tables associated with this job.
setRanges(Class<?>, Configuration, Collection<Range>) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Sets the input ranges to scan on all input tables for this job.
setReplication(Class<?>, Configuration, int) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.FileOutputConfigurator
Sets the file system replication factor for the resulting file, overriding the file system default.
setSampler(Class<?>, Configuration, SamplerConfiguration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.FileOutputConfigurator
 
setSamplerConfiguration(SamplerConfiguration) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
Set the sampler configuration to use when reading from the data.
setSamplerConfiguration(Class<?>, Configuration, SamplerConfiguration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
 
setSamplerConfiguration(SamplerConfiguration) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
setScanAuthorizations(Class<?>, Configuration, Authorizations) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Sets the Authorizations used to scan.
setScanAuths(Authorizations) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
 
setScanIsolation(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Controls the use of the IsolatedScanner in this job.
setSimulationMode(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.OutputConfigurator
Sets the directive to use simulation mode for this job.
setSplitFile(Job, String) - Static method in class org.apache.accumulo.hadoop.mapreduce.partition.KeyRangePartitioner
Sets the hdfs file name to use, containing a newline separated list of Base64 encoded split points that represent ranges for partitioning
setSplitFile(Job, String) - Static method in class org.apache.accumulo.hadoop.mapreduce.partition.RangePartitioner
Sets the hdfs file name to use, containing a newline separated list of Base64 encoded split points that represent ranges for partitioning
setSummarizers(Class<?>, Configuration, SummarizerConfiguration[]) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.FileOutputConfigurator
 
setTableId(String) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
setTableName(String) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
setUseBatchScan(boolean) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
 
setUseIsolatedScanners(boolean) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
Controls the use of the IsolatedScanner in this job.
setUseLocalIterators(boolean) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
Controls the use of the ClientSideIteratorScanner in this job.
setUsesLocalIterators(Boolean) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.BatchInputSplit
 
setUsesLocalIterators(Boolean) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
setVisibilityCacheSize(Configuration, int) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.ConfiguratorBase
Sets the valid visibility count for this job.
shouldAutoAdjustRanges() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
Determines whether a configuration has auto-adjust ranges enabled.
shouldBatchScan() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
 
shouldUseIsolatedScanners() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
Determines whether a configuration has isolation enabled.
shouldUseLocalIterators() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
Determines whether a configuration uses local iterators.
simulationMode(boolean) - Method in interface org.apache.accumulo.hadoop.mapreduce.OutputFormatBuilder.OutputOptions
Enables the directive to use simulation mode for this job.
simulationMode(boolean) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.OutputFormatBuilderImpl
 
split - Variable in class org.apache.accumulo.hadoopImpl.mapred.AccumuloRecordReader
 
split - Variable in class org.apache.accumulo.hadoopImpl.mapreduce.AccumuloRecordReader
 
SplitUtils - Class in org.apache.accumulo.hadoopImpl.mapreduce
 
SplitUtils() - Constructor for class org.apache.accumulo.hadoopImpl.mapreduce.SplitUtils
 
store(T) - Method in interface org.apache.accumulo.hadoop.mapreduce.FileOutputFormatBuilder.OutputOptions
Finish configuring, verify and serialize options into the Job or JobConf
store(T) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.TableParams
Finish configuring, verify and serialize options into the JobConf or Job
store(T) - Method in interface org.apache.accumulo.hadoop.mapreduce.OutputFormatBuilder.OutputOptions
Finish configuring, verify and serialize options into the Job or JobConf
store(T) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.FileOutputFormatBuilderImpl
 
store(T) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputFormatBuilderImpl
 
store(T) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.OutputFormatBuilderImpl
 
summarizers(SummarizerConfiguration...) - Method in interface org.apache.accumulo.hadoop.mapreduce.FileOutputFormatBuilder.OutputOptions
Specifies a list of summarizer configurations to create summary data in the output file.
summarizers(SummarizerConfiguration...) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.FileOutputFormatBuilderImpl
 

T

table(String) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.TableParams
Sets the name of the input table, over which this job will scan.
table(String) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputFormatBuilderImpl
 
tableName - Variable in class org.apache.accumulo.hadoopImpl.mapreduce.lib.MapReduceClientOnDefaultTable
 
toString() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.BatchInputSplit
 
toString() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 

U

updateSplit(RangeInputSplit, InputTableConfig) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.SplitUtils
Central place to set common split configuration not handled by split constructors.
usesLocalIterators() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.BatchInputSplit
 
usesLocalIterators(Class<?>, Configuration) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Determines whether a configuration uses local iterators.
usesLocalIterators() - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 

V

validatePermissions(Class<?>, Configuration, AccumuloClient) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Validates that the user has permissions on the requested tables
valueOf(String) - Static method in enum org.apache.accumulo.hadoopImpl.mapreduce.lib.ConfiguratorBase.ClientOpts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.hadoopImpl.mapreduce.lib.ConfiguratorBase.GeneralOpts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.hadoopImpl.mapreduce.lib.FileOutputConfigurator.Opts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator.Features
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator.ScanOpts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.hadoopImpl.mapreduce.lib.OutputConfigurator.Features
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.hadoopImpl.mapreduce.lib.OutputConfigurator.WriteOpts
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.accumulo.hadoopImpl.mapreduce.lib.ConfiguratorBase.ClientOpts
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.hadoopImpl.mapreduce.lib.ConfiguratorBase.GeneralOpts
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.hadoopImpl.mapreduce.lib.FileOutputConfigurator.Opts
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator.Features
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator.ScanOpts
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.hadoopImpl.mapreduce.lib.OutputConfigurator.Features
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.hadoopImpl.mapreduce.lib.OutputConfigurator.WriteOpts
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(Text, Mutation) - Method in class org.apache.accumulo.hadoopImpl.mapred.AccumuloRecordWriter
Push a mutation into a table.
write(Text, Mutation) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.AccumuloRecordWriter
Push a mutation into a table.
write(DataOutput) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.BatchInputSplit
 
write(DataOutput) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
 
write(DataOutput) - Method in class org.apache.accumulo.hadoopImpl.mapreduce.RangeInputSplit
 
writeIteratorsToConf(Class<?>, Configuration, Collection<IteratorSetting>) - Static method in class org.apache.accumulo.hadoopImpl.mapreduce.lib.InputConfigurator
Serialize the iterators to the hadoop configuration under one key.
A B C D E F G H I K L M N O R S T U V W 
Skip navigation links

Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.