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

A

AbstractInputFormat<K,V> - Class in org.apache.accumulo.core.client.mapred
An abstract input format to provide shared methods common to all other input format classes.
AbstractInputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AbstractInputFormat
 
AbstractInputFormat<K,V> - Class in org.apache.accumulo.core.client.mapreduce
An abstract input format to provide shared methods common to all other input format classes.
AbstractInputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
 
AbstractInputFormat.AbstractRecordReader<K,V> - Class in org.apache.accumulo.core.client.mapred
An abstract base class to be used to create RecordReader instances that convert from Accumulo Key/Value pairs to the user's K/V types.
AbstractInputFormat.AbstractRecordReader<K,V> - Class in org.apache.accumulo.core.client.mapreduce
An abstract base class to be used to create RecordReader instances that convert from Accumulo Key/Value pairs to the user's K/V types.
AbstractRecordReader() - Constructor for class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
 
AbstractRecordReader() - Constructor for class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
 
AccumuloFileOutputFormat - Class in org.apache.accumulo.core.client.mapred
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.core.client.mapred.AccumuloFileOutputFormat
 
AccumuloFileOutputFormat - Class in org.apache.accumulo.core.client.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.core.client.mapreduce.AccumuloFileOutputFormat
 
AccumuloInputFormat - Class in org.apache.accumulo.core.client.mapred
This class allows MapReduce jobs to use Accumulo as the source of data.
AccumuloInputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloInputFormat
 
AccumuloInputFormat - Class in org.apache.accumulo.core.client.mapreduce
This class allows MapReduce jobs to use Accumulo as the source of data.
AccumuloInputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloInputFormat
 
AccumuloMultiTableInputFormat - Class in org.apache.accumulo.core.client.mapred
This class allows MapReduce jobs to use multiple Accumulo tables as the source of data.
AccumuloMultiTableInputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloMultiTableInputFormat
 
AccumuloMultiTableInputFormat - Class in org.apache.accumulo.core.client.mapreduce
This class allows MapReduce jobs to use multiple Accumulo tables as the source of data.
AccumuloMultiTableInputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloMultiTableInputFormat
 
AccumuloOutputFormat - Class in org.apache.accumulo.core.client.mapred
This class allows MapReduce jobs to use Accumulo as the sink for data.
AccumuloOutputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
 
AccumuloOutputFormat - Class in org.apache.accumulo.core.client.mapreduce
This class allows MapReduce jobs to use Accumulo as the sink for data.
AccumuloOutputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
AccumuloOutputFormat.AccumuloRecordWriter - Class in org.apache.accumulo.core.client.mapred
A base class to be used to create RecordWriter instances that write to Accumulo.
AccumuloOutputFormat.AccumuloRecordWriter - Class in org.apache.accumulo.core.client.mapreduce
A base class to be used to create RecordWriter instances that write to Accumulo.
AccumuloRecordWriter(JobConf) - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.AccumuloRecordWriter
 
AccumuloRecordWriter(TaskAttemptContext) - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter
 
AccumuloRowInputFormat - Class in org.apache.accumulo.core.client.mapred
This class allows MapReduce jobs to use Accumulo as the source of data.
AccumuloRowInputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloRowInputFormat
 
AccumuloRowInputFormat - Class in org.apache.accumulo.core.client.mapreduce
This class allows MapReduce jobs to use Accumulo as the source of data.
AccumuloRowInputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloRowInputFormat
 
addCacheFile(URI, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.DistributedCacheHelper
 
addIterator(JobConf, IteratorSetting) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Encode an iterator on the input for this job.
addIterator(Job, IteratorSetting) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Encode an iterator on the single input table for this job.
addIterator(Class<?>, Configuration, IteratorSetting) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Encode an iterator on the input for the single input table associated with this job.
addTable(Text) - Method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.AccumuloRecordWriter
 
addTable(Text) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter
 

B

BatchInputSplit - Class in org.apache.accumulo.core.client.mapred.impl
The Class BatchInputSplit.
BatchInputSplit() - Constructor for class org.apache.accumulo.core.client.mapred.impl.BatchInputSplit
 
BatchInputSplit(BatchInputSplit) - Constructor for class org.apache.accumulo.core.client.mapred.impl.BatchInputSplit
 
BatchInputSplit(String, Table.ID, Collection<Range>, String[]) - Constructor for class org.apache.accumulo.core.client.mapred.impl.BatchInputSplit
 
BatchInputSplit - Class in org.apache.accumulo.core.client.mapreduce.impl
The Class BatchInputSplit.
BatchInputSplit() - Constructor for class org.apache.accumulo.core.client.mapreduce.impl.BatchInputSplit
 
BatchInputSplit(BatchInputSplit) - Constructor for class org.apache.accumulo.core.client.mapreduce.impl.BatchInputSplit
 
BatchInputSplit(String, Table.ID, Collection<Range>, String[]) - Constructor for class org.apache.accumulo.core.client.mapreduce.impl.BatchInputSplit
 
binOffline(Table.ID, List<Range>, ClientContext) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
 

C

canCreateTables(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Determines whether tables are permitted to be created as needed.
canCreateTables(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Determines whether tables are permitted to be created as needed.
canCreateTables(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.OutputConfigurator
Determines whether tables are permitted to be created as needed.
checkOutputSpecs(FileSystem, JobConf) - Method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
 
checkOutputSpecs(JobContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
CLASS - Static variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
 
CLASS - Static variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
 
clone() - Method in class org.apache.accumulo.core.client.mapreduce.impl.DelegationTokenStub
 
close() - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
 
close(Reporter) - Method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.AccumuloRecordWriter
 
close() - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
 
close(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter
 
ConfiguratorBase - Class in org.apache.accumulo.core.client.mapreduce.lib.impl
 
ConfiguratorBase() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
 
ConfiguratorBase.ClientOpts - Enum in org.apache.accumulo.core.client.mapreduce.lib.impl
 
ConfiguratorBase.ConnectorInfo - Enum in org.apache.accumulo.core.client.mapreduce.lib.impl
Specifies that connection info was configured
ConfiguratorBase.GeneralOpts - Enum in org.apache.accumulo.core.client.mapreduce.lib.impl
Configuration keys for general configuration options.
contextIterators(TaskAttemptContext, String) - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
Extracts Iterators settings from the context to be used by RecordReader.
contextIterators(TaskAttemptContext, String) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloInputFormat
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloMultiTableInputFormat
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloRowInputFormat
 
currentK - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
The Key that should be returned to the client
currentKey - Variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
 
currentKey - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
The Key that is used to determine progress in the current InputSplit.
currentV - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
The Value that should be return to the client

D

DelegationTokenStub - Class in org.apache.accumulo.core.client.mapreduce.impl
An internal stub class for passing DelegationToken information out of the Configuration back up to the appropriate implementation for mapreduce or mapred.
DelegationTokenStub(String) - Constructor for class org.apache.accumulo.core.client.mapreduce.impl.DelegationTokenStub
 
deserializeFetchedColumns(Collection<String>) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
 
destroy() - Method in class org.apache.accumulo.core.client.mapreduce.impl.DelegationTokenStub
 
DistributedCacheHelper - Class in org.apache.accumulo.core.client.mapreduce.lib.impl
 
DistributedCacheHelper() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.impl.DistributedCacheHelper
 

E

enumToConfKey(Class<?>, Enum<?>) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
Provides a configuration key for a given feature enum, prefixed by the implementingClass
enumToConfKey(Enum<?>) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
Provides a configuration key for a given feature enum.
equals(Object) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
 

F

fetchColumns(JobConf, Collection<Pair<Text, Text>>) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Restricts the columns that will be mapped over for this job.
fetchColumns(Job, Collection<Pair<Text, Text>>) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Restricts the columns that will be mapped over for this job for the default input table.
fetchColumns(Collection<Pair<Text, Text>>) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
Restricts the columns that will be mapped over for this job for the default input table.
fetchColumns(Class<?>, Configuration, Collection<Pair<Text, Text>>) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Restricts the columns that will be mapped over for the single input table on this job.
FileOutputConfigurator - Class in org.apache.accumulo.core.client.mapreduce.lib.impl
 
FileOutputConfigurator() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.impl.FileOutputConfigurator
 
FileOutputConfigurator.Opts - Enum in org.apache.accumulo.core.client.mapreduce.lib.impl
Configuration keys for AccumuloConfiguration.

G

getAccumuloConfiguration(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.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.
getAuthenticationToken(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
Gets the authenticated token from either the specified token file or directly from the configuration, whichever was used when the job was configured.
getAuthenticationToken(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Gets the authenticated token from either the specified token file or directly from the configuration, whichever was used when the job was configured.
getAuthenticationToken(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
Gets the authenticated token from either the specified token file or directly from the configuration, whichever was used when the job was configured.
getAuthenticationToken(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Gets the authenticated token from either the specified token file or directly from the configuration, whichever was used when the job was configured.
getAuthenticationToken(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
Gets the authenticated token from either the specified token file or directly from the configuration, whichever was used when the job was configured.
getAutoAdjustRanges(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Determines whether a configuration has auto-adjust ranges enabled.
getAutoAdjustRanges(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Determines whether a configuration has auto-adjust ranges enabled.
getAutoAdjustRanges(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Determines whether a configuration has auto-adjust ranges enabled.
getBatchWriterOptions(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Gets the BatchWriterConfig settings.
getBatchWriterOptions(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Gets the BatchWriterConfig settings.
getBatchWriterOptions(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.OutputConfigurator
Gets the BatchWriterConfig settings.
getCacheFiles(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.DistributedCacheHelper
 
getClassLoaderContext(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
Returns the name of the current classloader context set on this scanner
getClassLoaderContext(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
Returns the name of the current classloader context set on this scanner
getClassLoaderContext(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Gets the name of the context classloader to use for scans
getClient(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
Creates an Accumulo AccumuloClient based on the configuration
getClientConfiguration(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
Deprecated.
getClientConfiguration(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
Deprecated.
getClientConfiguration(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
Deprecated.
getClientInfo(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
Retrieves ClientInfo from the configuration
getClientInfo(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Get the connection information needed to communication with Accumulo
getClientInfo(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
Gets the ClientInfo from the configuration
getClientInfo(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Get connection information from this job
getClientInfo(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
 
getClientProperties(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
 
getConf() - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
 
getConf() - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
 
getCurrentKey() - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
 
getCurrentValue() - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
 
getDefaultInputTableConfig(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Returns the InputTableConfig for the configuration based on the properties set using the single-table input methods.
getDefaultTableName(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Gets the default table name from the configuration.
getDefaultTableName(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Gets the default table name from the configuration.
getDefaultTableName(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.OutputConfigurator
Gets the default table name from the configuration.
getExecutionHints() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
 
getExecutionHints(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
 
getExecutionHints() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getFetchedColumns(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Gets the columns to be mapped over from this job.
getFetchedColumns(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets the columns to be mapped over from this job.
getFetchedColumns() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
Returns the columns to be fetched for this configuration
getFetchedColumns(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Gets the columns to be mapped over from this job.
getFetchedColumns() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getInputTableConfig(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
Fetches a InputTableConfig that has been set on the configuration for a specific table.
getInputTableConfig(JobContext, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
Fetches a InputTableConfig that has been set on the configuration for a specific table.
getInputTableConfig(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Returns the InputTableConfig for the given table
getInputTableConfigs(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
Fetches all InputTableConfigs that have been set on the given Hadoop job.
getInputTableConfigs(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
Fetches all InputTableConfigs that have been set on the given job.
getInputTableConfigs(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Returns all InputTableConfig objects associated with this job.
getInputTableName(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Gets the table name from the configuration.
getInputTableName(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets the table name from the configuration.
getInputTableName(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Sets the name of the input table, over which this job will scan.
getInstance(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
Deprecated.
getInstance(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Deprecated.
getInstance(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
Deprecated.
getInstance(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated.
getInstance(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
Deprecated.
getIterators(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Gets a list of the iterator settings (for iterators to apply to a scanner) from this configuration.
getIterators(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets a list of the iterator settings (for iterators to apply to a scanner) from this configuration.
getIterators() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
Returns the iterators to be set on this configuration
getIterators(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.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.core.client.mapreduce.RangeInputSplit
 
getLength() - Method in class org.apache.accumulo.core.client.mapreduce.impl.BatchInputSplit
This implementation of length is only an estimate, it does not provide exact values.
getLength() - Method in class org.apache.accumulo.core.client.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.core.client.mapreduce.lib.impl.DistributedCacheHelper
 
getLocations() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getLogLevel(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
Gets the log level from this configuration.
getLogLevel(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Gets the log level from this configuration.
getLogLevel(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
Gets the log level from this configuration.
getLogLevel(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Gets the log level from this configuration.
getLogLevel(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
Gets the log level from this configuration.
getLogLevel() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getOutputCommitter(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
getPartition(Key, Writable, int) - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
 
getPartition(Text, Writable, int) - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
 
getPos() - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
 
getPrincipal(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
Gets the user name from the configuration.
getPrincipal(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Gets the principal from the configuration.
getPrincipal(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
Gets the user name from the configuration.
getPrincipal(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Gets the user name from the configuration.
getPrincipal(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
Gets the user name from the configuration.
getProgress() - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
 
getProgress() - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
 
getProgress(Key) - Method in class org.apache.accumulo.core.client.mapreduce.impl.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.core.client.mapreduce.impl.SplitUtils
 
getProgress(ByteSequence, ByteSequence, ByteSequence) - Static method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getProgress(Key) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getProperties() - Method in class org.apache.accumulo.core.client.mapreduce.impl.DelegationTokenStub
 
getRange() - Method in class org.apache.accumulo.core.client.mapreduce.impl.BatchInputSplit
 
getRange() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getRangeLength(Range) - Static method in class org.apache.accumulo.core.client.mapreduce.impl.SplitUtils
 
getRanges(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Gets the ranges to scan over from a job.
getRanges() - Method in class org.apache.accumulo.core.client.mapreduce.impl.BatchInputSplit
 
getRanges(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets the ranges to scan over from a job.
getRanges() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
Returns the ranges to be queried in the configuration
getRanges(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Gets the ranges to scan over from a job.
getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.accumulo.core.client.mapred.AccumuloInputFormat
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.accumulo.core.client.mapred.AccumuloMultiTableInputFormat
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.accumulo.core.client.mapred.AccumuloRowInputFormat
 
getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
 
getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
 
getRecordWriter(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
 
getRecordWriter(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
getSamplerConfiguration() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
 
getSamplerConfiguration(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
 
getSamplerConfiguration() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getScanAuthorizations(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
Gets the authorizations to set for the scans from the configuration.
getScanAuthorizations(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
Gets the authorizations to set for the scans from the configuration.
getScanAuthorizations(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Gets the authorizations to set for the scans from the configuration.
getServiceName() - Method in class org.apache.accumulo.core.client.mapreduce.impl.DelegationTokenStub
 
getSimulationMode(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Determines whether this feature is enabled.
getSimulationMode(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Determines whether this feature is enabled.
getSimulationMode(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.OutputConfigurator
Determines whether this feature is enabled.
getSplits(JobConf, int) - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
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.core.client.mapreduce.AbstractInputFormat
Gets the splits of the tables that have been set on the job by reading the metadata table for the specified ranges.
getTableId() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getTableName() - Method in class org.apache.accumulo.core.client.mapreduce.lib.impl.MapReduceClientOnDefaultTable
 
getTableName() - Method in class org.apache.accumulo.core.client.mapreduce.lib.impl.MapReduceClientOnRequiredTable
 
getTableName() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getTabletLocator(Class<?>, Configuration, Table.ID) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Initializes an Accumulo TabletLocator based on the configuration.
getToken() - Method in class org.apache.accumulo.core.client.mapreduce.lib.impl.MapReduceClientOpts
 
getVisibilityCacheSize(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
Gets the valid visibility count for this job.

H

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

I

init(AuthenticationToken.Properties) - Method in class org.apache.accumulo.core.client.mapreduce.impl.DelegationTokenStub
 
initialize(InputSplit, JobConf) - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
Initialize a scanner over the given input split using this task attempt configuration.
initialize(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
 
InputConfigurator - Class in org.apache.accumulo.core.client.mapreduce.lib.impl
 
InputConfigurator() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
 
InputConfigurator.Features - Enum in org.apache.accumulo.core.client.mapreduce.lib.impl
Configuration keys for various features.
InputConfigurator.ScanOpts - Enum in org.apache.accumulo.core.client.mapreduce.lib.impl
Configuration keys for Scanner.
InputFormatBase<K,V> - Class in org.apache.accumulo.core.client.mapred
This abstract InputFormat class allows MapReduce jobs to use Accumulo as the source of K,V pairs.
InputFormatBase() - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase
 
InputFormatBase<K,V> - Class in org.apache.accumulo.core.client.mapreduce
This abstract InputFormat class allows MapReduce jobs to use Accumulo as the source of K,V pairs.
InputFormatBase() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase
 
InputFormatBase.RecordReaderBase<K,V> - Class in org.apache.accumulo.core.client.mapred
 
InputFormatBase.RecordReaderBase<K,V> - Class in org.apache.accumulo.core.client.mapreduce
 
InputTableConfig - Class in org.apache.accumulo.core.client.mapreduce
This class to holds a batch scan configuration for a table.
InputTableConfig() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputTableConfig
 
InputTableConfig(DataInput) - Constructor for class org.apache.accumulo.core.client.mapreduce.InputTableConfig
Creates a batch scan config object out of a previously serialized batch scan config object.
isBatchScan(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Determines whether a configuration has the BatchScanner feature enabled.
isBatchScan(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Determines whether a configuration has the BatchScanner feature enabled.
isBatchScan(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Determines whether a configuration has the BatchScanner feature enabled.
isConnectorInfoSet(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
Determines if the connector has been configured.
isConnectorInfoSet(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Determines if the connector has been configured.
isConnectorInfoSet(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
Determines if the connector has been configured.
isConnectorInfoSet(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Determines if the connector has been configured.
isConnectorInfoSet(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
Determines if the connector info has already been set for this instance.
isDestroyed() - Method in class org.apache.accumulo.core.client.mapreduce.impl.DelegationTokenStub
 
isIsolated(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Determines whether a configuration has isolation enabled.
isIsolated(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Determines whether a configuration has isolation enabled.
isIsolated(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Determines whether a configuration has isolation enabled.
isIsolatedScan() - Method in class org.apache.accumulo.core.client.mapreduce.impl.BatchInputSplit
 
isIsolatedScan() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
isOffline() - Method in class org.apache.accumulo.core.client.mapreduce.impl.BatchInputSplit
 
isOffline() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
isOfflineScan(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Determines whether a configuration has the offline table scan feature enabled.
isOfflineScan(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Determines whether a configuration has the offline table scan feature enabled.
isOfflineScan() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
Determines whether a configuration has the offline table scan feature enabled.
isOfflineScan(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Determines whether a configuration has the offline table scan feature enabled.
isSupportedAccumuloProperty(Property) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.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.

J

jobIterators(JobConf, String) - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
Extracts Iterators settings from the context to be used by RecordReader.
jobIterators(JobConf, String) - Method in class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
 

K

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

L

log - Static variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
 
log - Static variable in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
 
log - Static variable in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
 
log - Static variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
 
log - Static variable in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
 
log - Static variable in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
log - Static variable in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
 

M

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

N

numKeysRead - Variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
 
numKeysRead - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
 

O

org.apache.accumulo.core.client.mapred - package org.apache.accumulo.core.client.mapred
 
org.apache.accumulo.core.client.mapred.impl - package org.apache.accumulo.core.client.mapred.impl
 
org.apache.accumulo.core.client.mapreduce - package org.apache.accumulo.core.client.mapreduce
 
org.apache.accumulo.core.client.mapreduce.impl - package org.apache.accumulo.core.client.mapreduce.impl
 
org.apache.accumulo.core.client.mapreduce.lib.impl - package org.apache.accumulo.core.client.mapreduce.lib.impl
This package exists to store common helpers for configuring MapReduce jobs in a single location.
org.apache.accumulo.core.client.mapreduce.lib.partition - package org.apache.accumulo.core.client.mapreduce.lib.partition
 
OutputConfigurator - Class in org.apache.accumulo.core.client.mapreduce.lib.impl
 
OutputConfigurator() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.impl.OutputConfigurator
 
OutputConfigurator.Features - Enum in org.apache.accumulo.core.client.mapreduce.lib.impl
Configuration keys for various features.
OutputConfigurator.WriteOpts - Enum in org.apache.accumulo.core.client.mapreduce.lib.impl
Configuration keys for BatchWriter.

R

RangeInputSplit - Class in org.apache.accumulo.core.client.mapred
The Class RangeInputSplit.
RangeInputSplit() - Constructor for class org.apache.accumulo.core.client.mapred.RangeInputSplit
 
RangeInputSplit(RangeInputSplit) - Constructor for class org.apache.accumulo.core.client.mapred.RangeInputSplit
 
RangeInputSplit(String, String, Range, String[]) - Constructor for class org.apache.accumulo.core.client.mapred.RangeInputSplit
 
RangeInputSplit - Class in org.apache.accumulo.core.client.mapreduce
The Class RangeInputSplit.
RangeInputSplit() - Constructor for class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
RangeInputSplit(RangeInputSplit) - Constructor for class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
RangeInputSplit(String, String, Range, String[]) - Constructor for class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
RangePartitioner - Class in org.apache.accumulo.core.client.mapreduce.lib.partition
Hadoop partitioner that uses ranges, and optionally sub-bins based on hashing.
RangePartitioner() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
 
readFields(DataInput) - Method in class org.apache.accumulo.core.client.mapreduce.impl.BatchInputSplit
 
readFields(DataInput) - Method in class org.apache.accumulo.core.client.mapreduce.impl.DelegationTokenStub
 
readFields(DataInput) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
 
readFields(DataInput) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
RecordReaderBase() - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
 
RecordReaderBase() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 

S

scannerBase - Variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
 
scannerBase - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
 
scannerIterator - Variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
 
scannerIterator - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
 
serializeColumns(Collection<Pair<Text, Text>>) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
 
setAccumuloConfigs(Job) - Method in class org.apache.accumulo.core.client.mapreduce.lib.impl.MapReduceClientOnDefaultTable
 
setAccumuloConfigs(Job) - Method in class org.apache.accumulo.core.client.mapreduce.lib.impl.MapReduceClientOnRequiredTable
 
setAccumuloConfigs(Job) - Method in class org.apache.accumulo.core.client.mapreduce.lib.impl.MapReduceClientOpts
 
setAutoAdjustRanges(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Controls the automatic adjustment of ranges for this job.
setAutoAdjustRanges(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Controls the automatic adjustment of ranges for this job.
setAutoAdjustRanges(boolean) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
Controls the automatic adjustment of ranges for this job.
setAutoAdjustRanges(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Controls the automatic adjustment of ranges for this job.
setBatchScan(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Controls the use of the BatchScanner in this job.
setBatchScan(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Controls the use of the BatchScanner in this job.
setBatchScan(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Controls the use of the BatchScanner in this job.
setBatchWriterOptions(JobConf, BatchWriterConfig) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Sets the configuration for for the job's BatchWriter instances.
setBatchWriterOptions(Job, BatchWriterConfig) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Sets the configuration for for the job's BatchWriter instances.
setBatchWriterOptions(Class<?>, Configuration, BatchWriterConfig) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.OutputConfigurator
Sets the configuration for for the job's BatchWriter instances.
setClassLoaderContext(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
Sets the name of the classloader context on this scanner
setClassLoaderContext(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
Sets the name of the classloader context on this scanner
setClassLoaderContext(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Sets the name of the context classloader to use for scans
setClientInfo(JobConf, ClientInfo) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
Sets connection information needed to communicate with Accumulo for this job
setClientInfo(JobConf, ClientInfo) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Set the connection information needed to communicate with Accumulo in this job.
setClientInfo(Job, ClientInfo) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
Sets connection information needed to communicate with Accumulo for this job
setClientInfo(Job, ClientInfo) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Set the connection information needed to communicate with Accumulo in this job.
setClientInfo(Class<?>, Configuration, ClientInfo) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
 
setClientProperties(Class<?>, Configuration, Properties) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
 
setClientPropertiesFile(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
Set Accumulo client properties file used to connect to Accumulo
setClientPropertiesFile(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Set Accumulo client properties file used to connect to Accumulo
setClientPropertiesFile(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
Set Accumulo client properties file used to connect to Accumulo
setClientPropertiesFile(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Set Accumulo client properties file used to connect to Accumulo
setClientPropertiesFile(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
 
setCompressionType(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
Sets the compression type to use for data blocks.
setCompressionType(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
Sets the compression type to use for data blocks.
setCompressionType(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.FileOutputConfigurator
Sets the compression type to use for data blocks.
setConf(Configuration) - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
 
setConf(Configuration) - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
 
setConnectorInfo(JobConf, String, AuthenticationToken) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
Deprecated.
setConnectorInfo(JobConf, String, String) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
setConnectorInfo(JobConf, String, AuthenticationToken) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Deprecated.
setConnectorInfo(JobConf, String, String) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
setConnectorInfo(Job, String, AuthenticationToken) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
Deprecated.
setConnectorInfo(Job, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
setConnectorInfo(Job, String, AuthenticationToken) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated.
setConnectorInfo(Job, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated.
setConnectorInfo(Class<?>, Configuration, String, AuthenticationToken) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
Sets the connector information needed to communicate with Accumulo in this job.
setCreateTables(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Sets the directive to create new tables, as necessary.
setCreateTables(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Sets the directive to create new tables, as necessary.
setCreateTables(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.OutputConfigurator
Sets the directive to create new tables, as necessary.
setDataBlockSize(JobConf, long) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
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.
setDataBlockSize(Job, long) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
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.
setDataBlockSize(Class<?>, Configuration, long) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.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(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Sets the default table name to use if one emits a null in place of a table name for a given mutation.
setDefaultTableName(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Sets the default table name to use if one emits a null in place of a table name for a given mutation.
setDefaultTableName(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.OutputConfigurator
Sets the default table name to use if one emits a null in place of a table name for a given mutation.
setExecutionHints(JobConf, Map<String, String>) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Set these execution hints on scanners created for input splits.
setExecutionHints(JobConf, Map<String, String>) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Set these execution hints on scanners created for input splits.
setExecutionHints(Map<String, String>) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
The execution hints to set on created scanners.
setExecutionHints(Class<?>, Configuration, Map<String, String>) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
 
setExecutionHints(Map<String, String>) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setFetchedColumns(Collection<Pair<Text, Text>>) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setFetchedColumns(Set<Pair<Text, Text>>) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setFileBlockSize(JobConf, long) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
Sets the size for file blocks in the file system; file blocks are managed, and replicated, by the underlying file system.
setFileBlockSize(Job, long) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
Sets the size for file blocks in the file system; file blocks are managed, and replicated, by the underlying file system.
setFileBlockSize(Class<?>, Configuration, long) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.FileOutputConfigurator
Sets the size for file blocks in the file system; file blocks are managed, and replicated, by the underlying file system.
setIndexBlockSize(JobConf, long) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
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.
setIndexBlockSize(Job, long) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
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.
setIndexBlockSize(Class<?>, Configuration, long) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.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(JobConf, Map<String, InputTableConfig>) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloMultiTableInputFormat
Sets the InputTableConfig objects on the given Hadoop configuration
setInputTableConfigs(Job, Map<String, InputTableConfig>) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloMultiTableInputFormat
Sets the InputTableConfig objects on the given Hadoop configuration
setInputTableConfigs(Class<?>, Configuration, Map<String, InputTableConfig>) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Sets configurations for multiple tables at a time.
setInputTableName(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Sets the name of the input table, over which this job will scan.
setInputTableName(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Sets the name of the input table, over which this job will scan.
setInputTableName(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Sets the name of the input table, over which this job will scan.
setIsolatedScan(Boolean) - Method in class org.apache.accumulo.core.client.mapreduce.impl.BatchInputSplit
 
setIsolatedScan(Boolean) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setIterators(List<IteratorSetting>) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
Set iterators on to be used in the query.
setIterators(List<IteratorSetting>) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setLocalIterators(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Controls the use of the ClientSideIteratorScanner in this job.
setLocalIterators(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Controls the use of the ClientSideIteratorScanner in this job.
setLocalIterators(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Controls the use of the ClientSideIteratorScanner in this job.
setLocations(String[]) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setLogLevel(JobConf, Level) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
Sets the log level for this job.
setLogLevel(JobConf, Level) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Sets the log level for this job.
setLogLevel(Job, Level) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
Sets the log level for this job.
setLogLevel(Job, Level) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Sets the log level for this job.
setLogLevel(Class<?>, Configuration, Level) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
Sets the log level for this job.
setLogLevel(Level) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setNumSubBins(Job, int) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
Sets the number of random sub-bins per range
setNumSubBins(Job, int) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
Sets the number of random sub-bins per range
setOffline(Boolean) - Method in class org.apache.accumulo.core.client.mapreduce.impl.BatchInputSplit
 
setOffline(Boolean) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setOfflineScan(boolean) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
Enable reading offline tables.
setOfflineTableScan(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Enable reading offline tables.
setOfflineTableScan(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Enable reading offline tables.
setOfflineTableScan(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Enable reading offline tables.
setRange(Range) - Method in class org.apache.accumulo.core.client.mapreduce.impl.BatchInputSplit
 
setRange(Range) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setRanges(JobConf, Collection<Range>) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Sets the input ranges to scan for this job.
setRanges(Collection<Range>) - Method in class org.apache.accumulo.core.client.mapreduce.impl.BatchInputSplit
 
setRanges(Job, Collection<Range>) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Sets the input ranges to scan for the single input table associated with this job.
setRanges(List<Range>) - Method in class org.apache.accumulo.core.client.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.core.client.mapreduce.lib.impl.InputConfigurator
Sets the input ranges to scan on all input tables for this job.
setReplication(JobConf, int) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
Sets the file system replication factor for the resulting file, overriding the file system default.
setReplication(Job, int) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
Sets the file system replication factor for the resulting file, overriding the file system default.
setReplication(Class<?>, Configuration, int) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.FileOutputConfigurator
Sets the file system replication factor for the resulting file, overriding the file system default.
setSampler(JobConf, SamplerConfiguration) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
Specify a sampler to be used when writing out data.
setSampler(Job, SamplerConfiguration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
Specify a sampler to be used when writing out data.
setSampler(Class<?>, Configuration, SamplerConfiguration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.FileOutputConfigurator
 
setSamplerConfiguration(JobConf, SamplerConfiguration) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Causes input format to read sample data.
setSamplerConfiguration(Job, SamplerConfiguration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Causes input format to read sample data.
setSamplerConfiguration(SamplerConfiguration) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
Set the sampler configuration to use when reading from the data.
setSamplerConfiguration(Class<?>, Configuration, SamplerConfiguration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
 
setSamplerConfiguration(SamplerConfiguration) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setScanAuthorizations(JobConf, Authorizations) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
Sets the Authorizations used to scan.
setScanAuthorizations(Job, Authorizations) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
Sets the Authorizations used to scan.
setScanAuthorizations(Class<?>, Configuration, Authorizations) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Sets the Authorizations used to scan.
setScanIsolation(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Controls the use of the IsolatedScanner in this job.
setScanIsolation(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Controls the use of the IsolatedScanner in this job.
setScanIsolation(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Controls the use of the IsolatedScanner in this job.
setSimulationMode(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Sets the directive to use simulation mode for this job.
setSimulationMode(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Sets the directive to use simulation mode for this job.
setSimulationMode(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.OutputConfigurator
Sets the directive to use simulation mode for this job.
setSplitFile(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.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.core.client.mapreduce.lib.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(JobConf, SummarizerConfiguration...) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
Specifies a list of summarizer configurations to create summary data in the output file.
setSummarizers(Job, SummarizerConfiguration...) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
Specifies a list of summarizer configurations to create summary data in the output file.
setSummarizers(Class<?>, Configuration, SummarizerConfiguration[]) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.FileOutputConfigurator
 
setTableId(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setTableName(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setUseIsolatedScanners(boolean) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
Controls the use of the IsolatedScanner in this job.
setUseLocalIterators(boolean) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
Controls the use of the ClientSideIteratorScanner in this job.
setUsesLocalIterators(Boolean) - Method in class org.apache.accumulo.core.client.mapreduce.impl.BatchInputSplit
 
setUsesLocalIterators(Boolean) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setVisibilityCacheSize(Configuration, int) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
Sets the valid visibility count for this job.
setZooKeeperInstance(JobConf, ClientConfiguration) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
Deprecated.
setZooKeeperInstance(JobConf, ClientConfiguration) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Deprecated.
setZooKeeperInstance(Job, ClientConfiguration) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
Deprecated.
setZooKeeperInstance(Job, ClientConfiguration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated.
setZooKeeperInstance(Class<?>, Configuration, ClientConfiguration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
shouldAutoAdjustRanges() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
Determines whether a configuration has auto-adjust ranges enabled.
shouldUseIsolatedScanners() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
Determines whether a configuration has isolation enabled.
shouldUseLocalIterators() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
Determines whether a configuration uses local iterators.
split - Variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
 
split - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
 
SplitUtils - Class in org.apache.accumulo.core.client.mapreduce.impl
 
SplitUtils() - Constructor for class org.apache.accumulo.core.client.mapreduce.impl.SplitUtils
 

T

tableName - Variable in class org.apache.accumulo.core.client.mapreduce.lib.impl.MapReduceClientOnDefaultTable
 
toString() - Method in class org.apache.accumulo.core.client.mapreduce.impl.BatchInputSplit
 
toString() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 

U

unwrapAuthenticationToken(JobConf, AuthenticationToken) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
Unwraps the provided AuthenticationToken if it is an instance of DelegationTokenStub, reconstituting it from the provided JobConf.
unwrapAuthenticationToken(JobContext, AuthenticationToken) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
Unwraps the provided AuthenticationToken if it is an instance of DelegationTokenStub, reconstituting it from the provided JobConf.
updateSplit(RangeInputSplit, InputTableConfig, Level) - Static method in class org.apache.accumulo.core.client.mapreduce.impl.SplitUtils
Central place to set common split configuration not handled by split constructors.
updateToken(Credentials, ClientInfo) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase
 
usesLocalIterators(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Determines whether a configuration uses local iterators.
usesLocalIterators() - Method in class org.apache.accumulo.core.client.mapreduce.impl.BatchInputSplit
 
usesLocalIterators(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Determines whether a configuration uses local iterators.
usesLocalIterators(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Determines whether a configuration uses local iterators.
usesLocalIterators() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 

V

validateOptions(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
Check whether a configuration is fully configured to be used with an Accumulo InputFormat.
validateOptions(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
Check whether a configuration is fully configured to be used with an Accumulo InputFormat.
validatePermissions(Class<?>, Configuration, AccumuloClient) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator
Validates that the user has permissions on the requested tables
valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase.ClientOpts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase.ConnectorInfo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBase.GeneralOpts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.FileOutputConfigurator.Opts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator.Features
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.InputConfigurator.ScanOpts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.OutputConfigurator.Features
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.OutputConfigurator.WriteOpts
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.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.core.client.mapreduce.lib.impl.ConfiguratorBase.ConnectorInfo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.impl.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.core.client.mapreduce.lib.impl.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.core.client.mapreduce.lib.impl.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.core.client.mapreduce.lib.impl.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.core.client.mapreduce.lib.impl.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.core.client.mapreduce.lib.impl.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.core.client.mapred.AccumuloOutputFormat.AccumuloRecordWriter
Push a mutation into a table.
write(Text, Mutation) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter
Push a mutation into a table.
write(DataOutput) - Method in class org.apache.accumulo.core.client.mapreduce.impl.BatchInputSplit
 
write(DataOutput) - Method in class org.apache.accumulo.core.client.mapreduce.impl.DelegationTokenStub
 
write(DataOutput) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
 
write(DataOutput) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
A B C D E F G H I J K L M N O R S T U V W 
Skip navigation links

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