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

A

abandonBlock(Block, String) - Method in class org.apache.hadoop.dfs.NameNode
The client needs to give up on the block.
abandonFileInProgress(String, String) - Method in class org.apache.hadoop.dfs.NameNode
 
ABSOLUTE - Static variable in class org.apache.hadoop.metrics.spi.MetricValue
 
AbstractMetricsContext - Class in org.apache.hadoop.metrics.spi
The main class of the Service Provider Interface.
AbstractMetricsContext() - Constructor for class org.apache.hadoop.metrics.spi.AbstractMetricsContext
Creates a new instance of AbstractMetricsContext
accept(Path) - Method in interface org.apache.hadoop.fs.PathFilter
Tests whether or not the specified abstract pathname should be included in a pathname list.
add_escapes(String) - Method in exception org.apache.hadoop.record.compiler.generated.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addBlock(Block) - Method in class org.apache.hadoop.dfs.DatanodeInfo
 
addBlock(String, String) - Method in class org.apache.hadoop.dfs.NameNode
 
addClass(String, Class, String) - Method in class org.apache.hadoop.util.ProgramDriver
This is the method that adds the classed to the repository
addDefaultResource(String) - Method in class org.apache.hadoop.conf.Configuration
Add a default resource.
addDefaultResource(Path) - Method in class org.apache.hadoop.conf.Configuration
Add a default resource.
addEscapes(String) - Static method in error org.apache.hadoop.record.compiler.generated.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addFinalResource(String) - Method in class org.apache.hadoop.conf.Configuration
Add a final resource.
addFinalResource(Path) - Method in class org.apache.hadoop.conf.Configuration
Add a final resource.
addInputDir(File) - Method in class org.apache.hadoop.mapred.JobConf
Deprecated. Call JobConf.addInputPath(Path) instead.
addInputPath(Path) - Method in class org.apache.hadoop.mapred.JobConf
 
addMissing(String, long) - Method in class org.apache.hadoop.dfs.DFSck.Result
Add a missing block name, plus its size.
addName(Class, String) - Static method in class org.apache.hadoop.io.WritableName
Add an alternate name for a class.
addPhase(String) - Method in class org.apache.hadoop.util.Progress
Adds a named node to the tree.
addPhase() - Method in class org.apache.hadoop.util.Progress
Adds a node to the tree.
adjustBeginLineColumn(int, int) - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AlreadyBeingCreatedException - Exception in org.apache.hadoop.dfs
The exception that happens when you ask to create a file that already is being created, but is not closed yet.
AlreadyBeingCreatedException(String) - Constructor for exception org.apache.hadoop.dfs.AlreadyBeingCreatedException
 
append(Writable) - Method in class org.apache.hadoop.io.ArrayFile.Writer
Append a value to the file.
append(WritableComparable, Writable) - Method in class org.apache.hadoop.io.MapFile.Writer
Append a key/value pair to the map.
append(Writable, Writable) - Method in class org.apache.hadoop.io.SequenceFile.Writer
Append a key/value pair.
append(byte[], int, int, int) - Method in class org.apache.hadoop.io.SequenceFile.Writer
Append a key/value pair.
append(WritableComparable) - Method in class org.apache.hadoop.io.SetFile.Writer
Append a key to a set.
areValidInputDirectories(FileSystem, Path[]) - Method in interface org.apache.hadoop.mapred.InputFormat
Are the input directories valid? This method is used to test the input directories when a job is submitted so that the framework can fail early with a useful error message when the input directory does not exist.
areValidInputDirectories(FileSystem, Path[]) - Method in class org.apache.hadoop.mapred.InputFormatBase
 
ArrayFile - Class in org.apache.hadoop.io
A dense file-based mapping from integers to values.
ArrayFile() - Constructor for class org.apache.hadoop.io.ArrayFile
 
ArrayFile.Reader - Class in org.apache.hadoop.io
Provide access to an existing array file.
ArrayFile.Reader(FileSystem, String, Configuration) - Constructor for class org.apache.hadoop.io.ArrayFile.Reader
Construct an array reader for the named file.
ArrayFile.Writer - Class in org.apache.hadoop.io
Write a new array file.
ArrayFile.Writer(FileSystem, String, Class) - Constructor for class org.apache.hadoop.io.ArrayFile.Writer
Create the named file for values of the named class.
ArrayWritable - Class in org.apache.hadoop.io
A Writable for arrays containing instances of a class.
ArrayWritable() - Constructor for class org.apache.hadoop.io.ArrayWritable
 
ArrayWritable(Class) - Constructor for class org.apache.hadoop.io.ArrayWritable
 
ArrayWritable(Class, Writable[]) - Constructor for class org.apache.hadoop.io.ArrayWritable
 
ArrayWritable(String[]) - Constructor for class org.apache.hadoop.io.ArrayWritable
 

B

backup(int) - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
beginColumn - Variable in class org.apache.hadoop.record.compiler.generated.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.apache.hadoop.record.compiler.generated.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
BinaryInputArchive - Class in org.apache.hadoop.record
 
BinaryInputArchive(DataInput) - Constructor for class org.apache.hadoop.record.BinaryInputArchive
Creates a new instance of BinaryInputArchive
BinaryOutputArchive - Class in org.apache.hadoop.record
 
BinaryOutputArchive(DataOutput) - Constructor for class org.apache.hadoop.record.BinaryOutputArchive
Creates a new instance of BinaryOutputArchive
blockReceived(DatanodeRegistration, Block[]) - Method in class org.apache.hadoop.dfs.NameNode
 
blockReport(DatanodeRegistration, Block[]) - Method in class org.apache.hadoop.dfs.NameNode
 
BLOCKREPORT_INTERVAL - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
BOOLEAN_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
BooleanWritable - Class in org.apache.hadoop.io
A WritableComparable for booleans.
BooleanWritable() - Constructor for class org.apache.hadoop.io.BooleanWritable
 
BooleanWritable(boolean) - Constructor for class org.apache.hadoop.io.BooleanWritable
 
BooleanWritable.Comparator - Class in org.apache.hadoop.io
A Comparator optimized for BooleanWritable.
BooleanWritable.Comparator() - Constructor for class org.apache.hadoop.io.BooleanWritable.Comparator
 
bufcolumn - Variable in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
bufEquals(ByteArrayOutputStream, ByteArrayOutputStream) - Static method in class org.apache.hadoop.record.Utils
equals function that actually compares two buffers.
buffer - Variable in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
BUFFER_SIZE - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
BUFFER_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
bufline - Variable in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
bufpos - Variable in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
BYTE_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
BytesWritable - Class in org.apache.hadoop.io
A byte sequence that is usable as a key or value.
BytesWritable() - Constructor for class org.apache.hadoop.io.BytesWritable
Create a zero-size sequence.
BytesWritable(byte[]) - Constructor for class org.apache.hadoop.io.BytesWritable
Create a BytesWritable using the byte array as the initial value.
BytesWritable.Comparator - Class in org.apache.hadoop.io
A Comparator optimized for BytesWritable.
BytesWritable.Comparator() - Constructor for class org.apache.hadoop.io.BytesWritable.Comparator
 

C

call(Writable, InetSocketAddress) - Method in class org.apache.hadoop.ipc.Client
Make a call, passing param, to the IPC server running at address, returning the value.
call(Writable[], InetSocketAddress[]) - Method in class org.apache.hadoop.ipc.Client
Makes a set of calls in parallel.
call(Method, Object[][], InetSocketAddress[], Configuration) - Static method in class org.apache.hadoop.ipc.RPC
Expert: Make multiple, parallel calls to a set of servers.
call(Writable) - Method in class org.apache.hadoop.ipc.RPC.Server
 
call(Writable) - Method in class org.apache.hadoop.ipc.Server
Called for each call.
checkDir(File) - Static method in class org.apache.hadoop.util.DiskChecker
 
checkOutputSpecs(FileSystem, JobConf) - Method in interface org.apache.hadoop.mapred.OutputFormat
Check whether the output specification for a job is appropriate.
checkOutputSpecs(FileSystem, JobConf) - Method in class org.apache.hadoop.mapred.OutputFormatBase
 
CHECKSUM_VERSION - Static variable in class org.apache.hadoop.fs.FSDataOutputStream
 
ChecksumException - Exception in org.apache.hadoop.fs
Thrown for checksum errors.
ChecksumException(String) - Constructor for exception org.apache.hadoop.fs.ChecksumException
 
CHUNKED_ENCODING - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
Client - Class in org.apache.hadoop.ipc
A client for an IPC service.
Client(Class, Configuration) - Constructor for class org.apache.hadoop.ipc.Client
Construct an IPC client whose values are of the given Writable class.
clone(Writable, JobConf) - Static method in class org.apache.hadoop.io.WritableUtils
Make a copy of a writable object using serialization to a buffer.
close() - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
close() - Method in class org.apache.hadoop.examples.PiBenchmark.PiMapper
 
close() - Method in class org.apache.hadoop.examples.PiBenchmark.PiReducer
 
close() - Method in class org.apache.hadoop.fs.FileSystem
No more filesystem operations are needed.
close() - Method in class org.apache.hadoop.fs.LocalFileSystem
 
close() - Method in interface org.apache.hadoop.io.Closeable
Called after the last call to any other method on this object to free and/or flush resources.
close() - Method in class org.apache.hadoop.io.MapFile.Reader
Close the map.
close() - Method in class org.apache.hadoop.io.MapFile.Writer
Close the map.
close() - Method in class org.apache.hadoop.io.SequenceFile.Reader
Close the file.
close() - Method in class org.apache.hadoop.io.SequenceFile.Writer
Close the file.
close() - Method in class org.apache.hadoop.mapred.JobClient
 
close() - Method in class org.apache.hadoop.mapred.MapReduceBase
Default implementation that does nothing.
close() - Method in interface org.apache.hadoop.mapred.RecordReader
Close this to future operations.
close(Reporter) - Method in interface org.apache.hadoop.mapred.RecordWriter
Close this to future operations.
close() - Method in class org.apache.hadoop.mapred.SequenceFileRecordReader
 
close() - Method in class org.apache.hadoop.mapred.TaskTracker
Close down the TaskTracker and all its components.
close() - Method in interface org.apache.hadoop.metrics.MetricsContext
Stops monitoring and also frees any buffered data, returning this object to its initial state.
close() - Method in class org.apache.hadoop.metrics.spi.AbstractMetricsContext
Stops monitoring and frees buffered data, returning this object to its initial state.
close() - Method in class org.apache.hadoop.util.CopyFiles.CopyFilesMapper
 
Closeable - Interface in org.apache.hadoop.io
That which can be closed.
ClusterStatus - Class in org.apache.hadoop.mapred
Summarizes the size and current state of the cluster.
collect(WritableComparable, Writable) - Method in interface org.apache.hadoop.mapred.OutputCollector
Adds a key/value pair to the output.
column - Variable in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
COMMA_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.BooleanWritable.Comparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.BytesWritable.Comparator
Compare the buffers in serialized form.
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.FloatWritable.Comparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.IntWritable.Comparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.LongWritable.Comparator
 
compare(WritableComparable, WritableComparable) - Method in class org.apache.hadoop.io.LongWritable.DecreasingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.LongWritable.DecreasingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.MD5Hash.Comparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.UTF8.Comparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.WritableComparator
Optimization hook.
compare(WritableComparable, WritableComparable) - Method in class org.apache.hadoop.io.WritableComparator
Compare two WritableComparables.
compare(Object, Object) - Method in class org.apache.hadoop.io.WritableComparator
 
compareBytes(byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.io.WritableComparator
Lexicographic order of binary data.
compareTo(Object) - Method in class org.apache.hadoop.dfs.DatanodeInfo
Comparable.
compareTo(Object) - Method in class org.apache.hadoop.fs.Path
 
compareTo(Object) - Method in class org.apache.hadoop.io.BooleanWritable
 
compareTo(Object) - Method in class org.apache.hadoop.io.BytesWritable
Define the sort order of the BytesWritable.
compareTo(Object) - Method in class org.apache.hadoop.io.FloatWritable
Compares two FloatWritables.
compareTo(Object) - Method in class org.apache.hadoop.io.IntWritable
Compares two IntWritables.
compareTo(Object) - Method in class org.apache.hadoop.io.LongWritable
Compares two LongWritables.
compareTo(Object) - Method in class org.apache.hadoop.io.MD5Hash
Compares this object with the specified object for order.
compareTo(Object) - Method in class org.apache.hadoop.io.UTF8
Compare two UTF8s.
complete(String, String) - Method in class org.apache.hadoop.dfs.NameNode
 
complete() - Method in class org.apache.hadoop.util.Progress
Completes this node, moving the parent node to its next child.
COMPLETE_SUCCESS - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
completedJobs() - Method in class org.apache.hadoop.mapred.JobTracker
 
completeLocalOutput(Path, Path) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
Move completed local data to DFS destination
completeLocalOutput(File, File) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated. Call FileSystem.completeLocalOutput(Path, Path) instead.
completeLocalOutput(Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
Called when we're all done writing to the target.
completeLocalOutput(Path, Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
CompressedWritable - Class in org.apache.hadoop.io
A base-class for Writables which store themselves compressed and lazily inflate on field access.
CompressedWritable() - Constructor for class org.apache.hadoop.io.CompressedWritable
 
conf - Variable in class org.apache.hadoop.util.ToolBase
 
Configurable - Interface in org.apache.hadoop.conf
Something that may be configured with a Configuration.
Configuration - Class in org.apache.hadoop.conf
Provides access to configuration parameters.
Configuration() - Constructor for class org.apache.hadoop.conf.Configuration
A new configuration.
Configuration(Configuration) - Constructor for class org.apache.hadoop.conf.Configuration
A new configuration with the same settings cloned from another.
configure(JobConf) - Method in class org.apache.hadoop.examples.PiBenchmark.PiMapper
Mapper configuration.
configure(JobConf) - Method in class org.apache.hadoop.examples.PiBenchmark.PiReducer
Reducer configuration.
configure(JobConf) - Method in class org.apache.hadoop.examples.RandomWriter.Map
Save the values out of the configuaration that we need to write the data.
configure(JobConf) - Method in interface org.apache.hadoop.mapred.JobConfigurable
Initializes a new instance from a JobConf.
configure(JobConf) - Method in class org.apache.hadoop.mapred.lib.HashPartitioner
 
configure(JobConf) - Method in class org.apache.hadoop.mapred.lib.RegexMapper
 
configure(JobConf) - Method in class org.apache.hadoop.mapred.MapReduceBase
Default implementation that does nothing.
configure(JobConf) - Method in class org.apache.hadoop.mapred.MapRunner
 
configure(JobConf) - Method in class org.apache.hadoop.util.CopyFiles.CopyFilesMapper
Mapper configuration.
Configured - Class in org.apache.hadoop.conf
Base class for things that may be configured with a Configuration.
Configured(Configuration) - Constructor for class org.apache.hadoop.conf.Configured
Construct a Configured.
ContextFactory - Class in org.apache.hadoop.metrics
Factory class for creating MetricsContext objects.
ContextFactory() - Constructor for class org.apache.hadoop.metrics.ContextFactory
Creates a new instance of ContextFactory
copy(String, String, Configuration) - Method in class org.apache.hadoop.dfs.DFSShell
Copy an DFS file
copy(FileSystem, Path, FileSystem, Path, boolean, Configuration) - Static method in class org.apache.hadoop.fs.FileUtil
Copy files between FileSystems.
copy(File, FileSystem, Path, boolean, Configuration) - Static method in class org.apache.hadoop.fs.FileUtil
Copy local files to a FileSystem.
copy(FileSystem, Path, File, boolean, Configuration) - Static method in class org.apache.hadoop.fs.FileUtil
Copy FileSystem files to local files.
CopyFiles - Class in org.apache.hadoop.util
A Map-reduce program to recursively copy directories between diffferent file-systems.
CopyFiles() - Constructor for class org.apache.hadoop.util.CopyFiles
 
CopyFiles.CopyFilesMapper - Class in org.apache.hadoop.util
Mappper class for Copying files.
CopyFiles.CopyFilesMapper() - Constructor for class org.apache.hadoop.util.CopyFiles.CopyFilesMapper
 
CopyFiles.CopyFilesReducer - Class in org.apache.hadoop.util
 
CopyFiles.CopyFilesReducer() - Constructor for class org.apache.hadoop.util.CopyFiles.CopyFilesReducer
 
copyFromLocalFile(Path, Path) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
copyFromLocalFile(Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
The src file is on the local disk.
copyFromLocalFile(Path, Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
copyToLocalFile(Path, Path) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
copyToLocalFile(Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
The src file is under FS, and the dst is on the local disk.
copyToLocalFile(Path, Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
create(String, String, String, boolean, short, long) - Method in class org.apache.hadoop.dfs.NameNode
 
create(File) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated. Call FileSystem.create(Path) instead.
create(Path) - Method in class org.apache.hadoop.fs.FileSystem
Opens an FSDataOutputStream at the indicated Path.
create(Path, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with write-progress reporting.
create(Path, short) - Method in class org.apache.hadoop.fs.FileSystem
Opens an FSDataOutputStream at the indicated Path.
create(Path, short, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Opens an FSDataOutputStream at the indicated Path with write-progress reporting.
create(Path, boolean, int) - Method in class org.apache.hadoop.fs.FileSystem
Opens an FSDataOutputStream at the indicated Path.
create(Path, boolean, int, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Opens an FSDataOutputStream at the indicated Path with write-progress reporting.
create(Path, boolean, int, short, long) - Method in class org.apache.hadoop.fs.FileSystem
Opens an FSDataOutputStream at the indicated Path.
create(Path, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Opens an FSDataOutputStream at the indicated Path with write-progress reporting.
createNewFile(File) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated. Call FileSystem.createNewFile(Path) instead.
createNewFile(Path) - Method in class org.apache.hadoop.fs.FileSystem
Creates the given Path as a brand-new zero-length file.
createRaw(Path, boolean, short, long) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
createRaw(Path, boolean, short, long, Progressable) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
createRaw(Path, boolean, short, long) - Method in class org.apache.hadoop.fs.FileSystem
Opens an OutputStream at the indicated Path.
createRaw(Path, boolean, short, long, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Opens an OutputStream at the indicated Path with write-progress reporting.
createRaw(Path, boolean, short, long) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
createRaw(Path, boolean, short, long, Progressable) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
createRecord(String) - Method in interface org.apache.hadoop.metrics.MetricsContext
Creates a new MetricsRecord instance with the given recordName.
createRecord(String) - Method in class org.apache.hadoop.metrics.spi.AbstractMetricsContext
Creates a new AbstractMetricsRecord instance with the given recordName.
createSocketAddr(String) - Static method in class org.apache.hadoop.dfs.DataNode
Util method to build socket addr from string
CSTRING_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
CsvOutputArchive - Class in org.apache.hadoop.record
 
CsvOutputArchive(OutputStream) - Constructor for class org.apache.hadoop.record.CsvOutputArchive
Creates a new instance of CsvOutputArchive
curChar - Variable in class org.apache.hadoop.record.compiler.generated.RccTokenManager
 
currentToken - Variable in exception org.apache.hadoop.record.compiler.generated.ParseException
This is the last token that has been consumed successfully.

D

Daemon - Class in org.apache.hadoop.util
A thread that has called Thread.setDaemon(boolean) with true.
Daemon() - Constructor for class org.apache.hadoop.util.Daemon
Construct a daemon thread.
Daemon(Runnable) - Constructor for class org.apache.hadoop.util.Daemon
Construct a daemon thread.
DATA_FILE_NAME - Static variable in class org.apache.hadoop.io.MapFile
The name of the data file.
DataInputBuffer - Class in org.apache.hadoop.io
A reusable DataInput implementation that reads from an in-memory buffer.
DataInputBuffer() - Constructor for class org.apache.hadoop.io.DataInputBuffer
Constructs a new empty buffer.
DataNode - Class in org.apache.hadoop.dfs
DataNode is a class (and program) that stores a set of blocks for a DFS deployment.
DataNode(Configuration, String) - Constructor for class org.apache.hadoop.dfs.DataNode
Create the DataNode given a configuration and a dataDir.
DATANODE_STARTUP_PERIOD - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
DatanodeInfo - Class in org.apache.hadoop.dfs
DatanodeInfo tracks stats on a given DataNode, such as available storage capacity, last update time, etc.
DatanodeInfo() - Constructor for class org.apache.hadoop.dfs.DatanodeInfo
Create an empty DatanodeInfo.
DatanodeInfo(DatanodeID) - Constructor for class org.apache.hadoop.dfs.DatanodeInfo
 
DatanodeInfo(DatanodeID, long, long, int) - Constructor for class org.apache.hadoop.dfs.DatanodeInfo
Create an empty DatanodeInfo.
DatanodeInfo(String, String, long, long, int) - Constructor for class org.apache.hadoop.dfs.DatanodeInfo
 
DataNodeReport - Class in org.apache.hadoop.dfs
A report on the status of a DataNode.
DataNodeReport() - Constructor for class org.apache.hadoop.dfs.DataNodeReport
 
DataOutputBuffer - Class in org.apache.hadoop.io
A reusable DataOutput implementation that writes to an in-memory buffer.
DataOutputBuffer() - Constructor for class org.apache.hadoop.io.DataOutputBuffer
Constructs a new empty buffer.
debugStream - Variable in class org.apache.hadoop.record.compiler.generated.RccTokenManager
 
DEFAULT - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
DEFAULT_PERIOD - Static variable in interface org.apache.hadoop.metrics.MetricsContext
Default period in seconds at which data is sent to the metrics system.
define(Class, WritableComparator) - Static method in class org.apache.hadoop.io.WritableComparator
Register an optimized comparator for a WritableComparable implementation.
delete(String) - Method in class org.apache.hadoop.dfs.DFSShell
Delete an DFS file
delete(String) - Method in class org.apache.hadoop.dfs.NameNode
 
delete(File) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated. Call FileSystem.delete(Path) instead.
delete(Path) - Method in class org.apache.hadoop.fs.FileSystem
Delete a file.
delete(FileSystem, String) - Static method in class org.apache.hadoop.io.MapFile
Deletes the named map file.
deleteLocalFiles() - Method in class org.apache.hadoop.mapred.JobConf
 
deleteLocalFiles(String) - Method in class org.apache.hadoop.mapred.JobConf
 
deleteRaw(Path) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
Get rid of Path f, whether a true file or dir.
deleteRaw(Path) - Method in class org.apache.hadoop.fs.FileSystem
Deletes Path
deleteRaw(Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
deserialize(InputArchive, String) - Method in interface org.apache.hadoop.record.Record
 
DF - Class in org.apache.hadoop.fs
Filesystem disk space usage statistics.
DF(String, Configuration) - Constructor for class org.apache.hadoop.fs.DF
 
DF(String, long) - Constructor for class org.apache.hadoop.fs.DF
 
DF_INTERVAL_DEFAULT - Static variable in class org.apache.hadoop.fs.DF
 
DFS_CURRENT_VERSION - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
DFSck - Class in org.apache.hadoop.dfs
This class provides rudimentary checking of DFS volumes for errors and sub-optimal conditions.
DFSck(Configuration, int, boolean, boolean, boolean) - Constructor for class org.apache.hadoop.dfs.DFSck
Filesystem checker.
DFSck.Result - Class in org.apache.hadoop.dfs
Result of checking, plus overall DFS statistics.
DFSck.Result() - Constructor for class org.apache.hadoop.dfs.DFSck.Result
 
DFSShell - Class in org.apache.hadoop.dfs
This class provides some DFS administrative access.
DFSShell() - Constructor for class org.apache.hadoop.dfs.DFSShell
 
digest(byte[]) - Static method in class org.apache.hadoop.io.MD5Hash
Construct a hash value for a byte array.
digest(byte[], int, int) - Static method in class org.apache.hadoop.io.MD5Hash
Construct a hash value for a byte array.
digest(String) - Static method in class org.apache.hadoop.io.MD5Hash
Construct a hash value for a String.
digest(UTF8) - Static method in class org.apache.hadoop.io.MD5Hash
Construct a hash value for a String.
disable_tracing() - Method in class org.apache.hadoop.record.compiler.generated.Rcc
 
DiskChecker - Class in org.apache.hadoop.util
Class that provides utility functions for checking disk problem
DiskChecker() - Constructor for class org.apache.hadoop.util.DiskChecker
 
DiskChecker.DiskErrorException - Exception in org.apache.hadoop.util
 
DiskChecker.DiskErrorException(String) - Constructor for exception org.apache.hadoop.util.DiskChecker.DiskErrorException
 
displayByteArray(byte[]) - Static method in class org.apache.hadoop.io.WritableUtils
 
DistributedFileSystem - Class in org.apache.hadoop.dfs
Implementation of the abstract FileSystem for the DFS system.
DistributedFileSystem(InetSocketAddress, Configuration) - Constructor for class org.apache.hadoop.dfs.DistributedFileSystem
Construct a client for the filesystem at namenode.
doMain(Configuration, String[]) - Method in class org.apache.hadoop.util.ToolBase
Work as a main program: execute a command and handle exception if any
done(String) - Method in class org.apache.hadoop.mapred.TaskTracker
The task is done.
Done() - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
done() - Method in interface org.apache.hadoop.record.Index
 
DOT_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
DOUBLE_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
doUpdates(MetricsContext) - Method in interface org.apache.hadoop.metrics.Updater
Timer-based call-back from the metric library.
driver(String[]) - Method in class org.apache.hadoop.util.ProgramDriver
This is a driver for the example programs.
du(String) - Method in class org.apache.hadoop.dfs.DFSShell
 

E

emitHeartbeat(TaskTrackerStatus, boolean) - Method in class org.apache.hadoop.mapred.JobTracker
Process incoming heartbeat messages from the task trackers.
emitRecord(String, String, OutputRecord) - Method in class org.apache.hadoop.metrics.file.FileContext
Emits a metrics record to a file.
emitRecord(String, String, OutputRecord) - Method in class org.apache.hadoop.metrics.ganglia.GangliaContext
 
emitRecord(String, String, OutputRecord) - Method in class org.apache.hadoop.metrics.spi.AbstractMetricsContext
Sends a record to the metrics system.
emitRecord(String, String, OutputRecord) - Method in class org.apache.hadoop.metrics.spi.NullContext
Do-nothing version of emitRecord
enable_tracing() - Method in class org.apache.hadoop.record.compiler.generated.Rcc
 
endColumn - Variable in class org.apache.hadoop.record.compiler.generated.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.apache.hadoop.record.compiler.generated.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endMap(String) - Method in class org.apache.hadoop.record.BinaryInputArchive
 
endMap(TreeMap, String) - Method in class org.apache.hadoop.record.BinaryOutputArchive
 
endMap(TreeMap, String) - Method in class org.apache.hadoop.record.CsvOutputArchive
 
endMap(String) - Method in interface org.apache.hadoop.record.InputArchive
 
endMap(TreeMap, String) - Method in interface org.apache.hadoop.record.OutputArchive
 
endRecord(String) - Method in class org.apache.hadoop.record.BinaryInputArchive
 
endRecord(Record, String) - Method in class org.apache.hadoop.record.BinaryOutputArchive
 
endRecord(Record, String) - Method in class org.apache.hadoop.record.CsvOutputArchive
 
endRecord(String) - Method in interface org.apache.hadoop.record.InputArchive
 
endRecord(Record, String) - Method in interface org.apache.hadoop.record.OutputArchive
 
endVector(String) - Method in class org.apache.hadoop.record.BinaryInputArchive
 
endVector(ArrayList, String) - Method in class org.apache.hadoop.record.BinaryOutputArchive
 
endVector(ArrayList, String) - Method in class org.apache.hadoop.record.CsvOutputArchive
 
endVector(String) - Method in interface org.apache.hadoop.record.InputArchive
 
endVector(ArrayList, String) - Method in interface org.apache.hadoop.record.OutputArchive
 
ensureInflated() - Method in class org.apache.hadoop.io.CompressedWritable
Must be called by all methods which access fields to ensure that the data has been uncompressed.
EOF - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
eol - Variable in exception org.apache.hadoop.record.compiler.generated.ParseException
The end of line string for this machine.
equals(Object) - Method in class org.apache.hadoop.fs.Path
 
equals(Object) - Method in class org.apache.hadoop.io.BooleanWritable
 
equals(Object) - Method in class org.apache.hadoop.io.BytesWritable
Are the two byte sequences equal?
equals(Object) - Method in class org.apache.hadoop.io.FloatWritable
Returns true iff o is a FloatWritable with the same value.
equals(Object) - Method in class org.apache.hadoop.io.IntWritable
Returns true iff o is a IntWritable with the same value.
equals(Object) - Method in class org.apache.hadoop.io.LongWritable
Returns true iff o is a LongWritable with the same value.
equals(Object) - Method in class org.apache.hadoop.io.MD5Hash
Returns true iff o is an MD5Hash whose digest contains the same values.
equals(Object) - Method in class org.apache.hadoop.io.UTF8
Returns true iff o is a UTF8 with the same contents.
errorReport(DatanodeRegistration, int, String) - Method in class org.apache.hadoop.dfs.NameNode
 
ExampleDriver - Class in org.apache.hadoop.examples
 
ExampleDriver() - Constructor for class org.apache.hadoop.examples.ExampleDriver
 
executeCommand(Configuration, String[]) - Method in class org.apache.hadoop.util.ToolBase
Execute a command
exists(Path) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
exists(String) - Method in class org.apache.hadoop.dfs.NameNode
 
exists(File) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated. call FileSystem.exists(Path) instead
exists(Path) - Method in class org.apache.hadoop.fs.FileSystem
Check if exists.
exists(Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
ExpandBuff(boolean) - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.apache.hadoop.record.compiler.generated.ParseException
Each entry in this array is an array of integers.
EXPIRE_INTERVAL - Static variable in interface org.apache.hadoop.dfs.FSConstants
 

F

failedJobs() - Method in class org.apache.hadoop.mapred.JobTracker
 
Field() - Method in class org.apache.hadoop.record.compiler.generated.Rcc
 
FILE_NAME_PROPERTY - Static variable in class org.apache.hadoop.metrics.file.FileContext
 
FileContext - Class in org.apache.hadoop.metrics.file
Metrics context for writing metrics to a file.

This class is configured by setting ContextFactory attributes which in turn are usually configured through a properties file.

FileContext() - Constructor for class org.apache.hadoop.metrics.file.FileContext
Creates a new instance of FileContext
FileSplit - Class in org.apache.hadoop.mapred
A section of an input file.
FileSplit(File, long, long) - Constructor for class org.apache.hadoop.mapred.FileSplit
Deprecated. Call FileSplit.FileSplit(Path,long,long) instead.
FileSplit(Path, long, long) - Constructor for class org.apache.hadoop.mapred.FileSplit
Constructs a split.
FileSystem - Class in org.apache.hadoop.fs
An abstract base class for a fairly generic filesystem.
FileSystem(Configuration) - Constructor for class org.apache.hadoop.fs.FileSystem
 
FileUtil - Class in org.apache.hadoop.fs
A collection of file-processing util methods
FileUtil() - Constructor for class org.apache.hadoop.fs.FileUtil
 
FillBuff() - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
finalKey(WritableComparable) - Method in class org.apache.hadoop.io.MapFile.Reader
Reads the final key from the file.
fix(FileSystem, Path, Class, Class, boolean, Configuration) - Static method in class org.apache.hadoop.io.MapFile
This method attempts to fix a corrupt MapFile by re-creating its index.
FIXING_DELETE - Static variable in class org.apache.hadoop.dfs.DFSck
Delete corrupted files.
FIXING_MOVE - Static variable in class org.apache.hadoop.dfs.DFSck
Move corrupted files to /lost+found .
FIXING_NONE - Static variable in class org.apache.hadoop.dfs.DFSck
Don't attempt any fixing .
FLOAT_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
FloatWritable - Class in org.apache.hadoop.io
A WritableComparable for floats.
FloatWritable() - Constructor for class org.apache.hadoop.io.FloatWritable
 
FloatWritable(float) - Constructor for class org.apache.hadoop.io.FloatWritable
 
FloatWritable.Comparator - Class in org.apache.hadoop.io
A Comparator optimized for FloatWritable.
FloatWritable.Comparator() - Constructor for class org.apache.hadoop.io.FloatWritable.Comparator
 
flush() - Method in class org.apache.hadoop.metrics.file.FileContext
Flushes the output writer, forcing updates to disk.
flush() - Method in class org.apache.hadoop.metrics.spi.AbstractMetricsContext
Called each period after all records have been emitted, this method does nothing.
format(Configuration) - Static method in class org.apache.hadoop.dfs.NameNode
Format a new filesystem.
format(LogRecord) - Method in class org.apache.hadoop.util.LogFormatter
Deprecated. Format the given LogRecord.
fsck(String) - Method in class org.apache.hadoop.dfs.DFSck
Check files on DFS, starting from the indicated path.
FSConstants - Interface in org.apache.hadoop.dfs
Some handy constants
FSDataInputStream - Class in org.apache.hadoop.fs
Utility that wraps a FSInputStream in a DataInputStream and buffers input through a BufferedInputStream.
FSDataInputStream(FileSystem, Path, int, Configuration) - Constructor for class org.apache.hadoop.fs.FSDataInputStream
 
FSDataInputStream(FileSystem, Path, Configuration) - Constructor for class org.apache.hadoop.fs.FSDataInputStream
 
FSDataInputStream(FSInputStream, Configuration) - Constructor for class org.apache.hadoop.fs.FSDataInputStream
Construct without checksums.
FSDataInputStream(FSInputStream, int) - Constructor for class org.apache.hadoop.fs.FSDataInputStream
Construct without checksums.
FSDataOutputStream - Class in org.apache.hadoop.fs
Utility that wraps a FSOutputStream in a DataOutputStream, buffers output through a BufferedOutputStream and creates a checksum file.
FSDataOutputStream(FileSystem, Path, boolean, Configuration, int, short, long) - Constructor for class org.apache.hadoop.fs.FSDataOutputStream
 
FSDataOutputStream(FileSystem, Path, boolean, Configuration, int, short, long, Progressable) - Constructor for class org.apache.hadoop.fs.FSDataOutputStream
 
FSError - Error in org.apache.hadoop.fs
Thrown for unexpected filesystem errors, presumed to reflect disk errors in the native filesystem.
fsError(String) - Method in class org.apache.hadoop.mapred.TaskTracker
A child task had a local filesystem error.
FSInputStream - Class in org.apache.hadoop.fs
FSInputStream is a generic old InputStream with a little bit of RAF-style seek ability.
FSInputStream() - Constructor for class org.apache.hadoop.fs.FSInputStream
 
FSOutputStream - Class in org.apache.hadoop.fs
FSOutputStream is an OutputStream that can track its position.
FSOutputStream() - Constructor for class org.apache.hadoop.fs.FSOutputStream
 
fullyDelete(File, Configuration) - Static method in class org.apache.hadoop.fs.FileUtil
Deprecated. Call FileUtil.fullyDelete(File).
fullyDelete(File) - Static method in class org.apache.hadoop.fs.FileUtil
Delete a directory and all its contents.

G

GangliaContext - Class in org.apache.hadoop.metrics.ganglia
Context for sending metrics to Ganglia.
GangliaContext() - Constructor for class org.apache.hadoop.metrics.ganglia.GangliaContext
Creates a new instance of GangliaContext
genCode(String) - Method in class org.apache.hadoop.record.compiler.JFile
Generate record code in given language.
genCppCode(FileWriter, FileWriter) - Method in class org.apache.hadoop.record.compiler.JRecord
 
genCppDecl() - Method in class org.apache.hadoop.record.compiler.JField
 
genCppDecl(String) - Method in class org.apache.hadoop.record.compiler.JRecord
 
genCppGetSet(String, int) - Method in class org.apache.hadoop.record.compiler.JBuffer
 
genCppGetSet(int) - Method in class org.apache.hadoop.record.compiler.JField
 
generateParseException() - Method in class org.apache.hadoop.record.compiler.generated.Rcc
 
genJavaCode() - Method in class org.apache.hadoop.record.compiler.JRecord
 
genJavaCompareTo(String) - Method in class org.apache.hadoop.record.compiler.JBoolean
 
genJavaCompareTo(String) - Method in class org.apache.hadoop.record.compiler.JBuffer
 
genJavaCompareTo() - Method in class org.apache.hadoop.record.compiler.JField
 
genJavaCompareTo(String) - Method in class org.apache.hadoop.record.compiler.JMap
 
genJavaCompareTo(String) - Method in class org.apache.hadoop.record.compiler.JVector
 
genJavaConstructorParam(int) - Method in class org.apache.hadoop.record.compiler.JField
 
genJavaConstructorSet(int) - Method in class org.apache.hadoop.record.compiler.JField
 
genJavaDecl() - Method in class org.apache.hadoop.record.compiler.JField
 
genJavaDecl(String) - Method in class org.apache.hadoop.record.compiler.JRecord
 
genJavaEquals(String, String) - Method in class org.apache.hadoop.record.compiler.JBuffer
 
genJavaEquals() - Method in class org.apache.hadoop.record.compiler.JField
 
genJavaGetSet(int) - Method in class org.apache.hadoop.record.compiler.JField
 
genJavaHashCode(String) - Method in class org.apache.hadoop.record.compiler.JBoolean
 
genJavaHashCode(String) - Method in class org.apache.hadoop.record.compiler.JBuffer
 
genJavaHashCode(String) - Method in class org.apache.hadoop.record.compiler.JDouble
 
genJavaHashCode() - Method in class org.apache.hadoop.record.compiler.JField
 
genJavaHashCode(String) - Method in class org.apache.hadoop.record.compiler.JFloat
 
genJavaHashCode(String) - Method in class org.apache.hadoop.record.compiler.JLong
 
genJavaReadMethod(String, String) - Method in class org.apache.hadoop.record.compiler.JMap
 
genJavaReadMethod(String, String) - Method in class org.apache.hadoop.record.compiler.JVector
 
genJavaReadMethodName() - Method in class org.apache.hadoop.record.compiler.JField
 
genJavaReadWrapper(String, String, boolean) - Method in class org.apache.hadoop.record.compiler.JBuffer
 
genJavaReadWrapper(String, String, boolean) - Method in class org.apache.hadoop.record.compiler.JMap
 
genJavaReadWrapper(String, String, boolean) - Method in class org.apache.hadoop.record.compiler.JRecord
 
genJavaReadWrapper(String, String, boolean) - Method in class org.apache.hadoop.record.compiler.JString
 
genJavaReadWrapper(String, String, boolean) - Method in class org.apache.hadoop.record.compiler.JVector
 
genJavaWriteMethod(String, String) - Method in class org.apache.hadoop.record.compiler.JMap
 
genJavaWriteMethod(String, String) - Method in class org.apache.hadoop.record.compiler.JVector
 
genJavaWriteMethodName() - Method in class org.apache.hadoop.record.compiler.JField
 
genJavaWriteWrapper(String, String) - Method in class org.apache.hadoop.record.compiler.JBuffer
 
genJavaWriteWrapper(String, String) - Method in class org.apache.hadoop.record.compiler.JMap
 
genJavaWriteWrapper(String, String) - Method in class org.apache.hadoop.record.compiler.JRecord
 
genJavaWriteWrapper(String, String) - Method in class org.apache.hadoop.record.compiler.JString
 
genJavaWriteWrapper(String, String) - Method in class org.apache.hadoop.record.compiler.JVector
 
get(String, Object) - Method in class org.apache.hadoop.conf.Configuration
Returns the value of the name property.
get(String) - Method in class org.apache.hadoop.conf.Configuration
Returns the value of the name property, or null if no such property exists.
get(String, String) - Method in class org.apache.hadoop.conf.Configuration
Returns the value of the name property.
get(Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
Returns the configured filesystem implementation.
get(long, Writable) - Method in class org.apache.hadoop.io.ArrayFile.Reader
Return the nth value in the file.
get() - Method in class org.apache.hadoop.io.ArrayWritable
 
get() - Method in class org.apache.hadoop.io.BooleanWritable
Returns the value of the BooleanWritable
get() - Method in class org.apache.hadoop.io.BytesWritable
Get the data from the BytesWritable.
get() - Method in class org.apache.hadoop.io.FloatWritable
Return the value of this FloatWritable.
get() - Method in class org.apache.hadoop.io.IntWritable
Return the value of this IntWritable.
get() - Method in class org.apache.hadoop.io.LongWritable
Return the value of this LongWritable.
get(WritableComparable, Writable) - Method in class org.apache.hadoop.io.MapFile.Reader
Return the value for the named key, or null if none exists.
get() - Static method in class org.apache.hadoop.io.NullWritable
Returns the single instance of this class.
get() - Method in class org.apache.hadoop.io.ObjectWritable
Return the instance, or null if none.
get(WritableComparable) - Method in class org.apache.hadoop.io.SetFile.Reader
Read the matching key from a set into key.
get() - Method in class org.apache.hadoop.io.TwoDArrayWritable
 
get(Class) - Static method in class org.apache.hadoop.io.WritableComparator
Get a comparator for a WritableComparable implementation.
get() - Static method in class org.apache.hadoop.ipc.Server
Returns the server instance called under or null.
get() - Method in class org.apache.hadoop.util.Progress
Returns the overall progress of the root.
getAddress(Configuration) - Static method in class org.apache.hadoop.mapred.JobTracker
 
getAssignedTracker(String) - Method in class org.apache.hadoop.mapred.JobTracker
Get tracker name for a given task id.
getAttribute(String) - Method in class org.apache.hadoop.mapred.StatusHttpServer
Get the value in the webapp context.
getAttribute(String) - Method in class org.apache.hadoop.metrics.ContextFactory
Returns the value of the named attribute, or null if there is no attribute of that name.
getAttribute(String) - Method in class org.apache.hadoop.metrics.spi.AbstractMetricsContext
Convenience method for subclasses to access factory attributes.
getAttributeNames() - Method in class org.apache.hadoop.metrics.ContextFactory
Returns the names of all the factory's attributes.
getAttributeTable(String) - Method in class org.apache.hadoop.metrics.spi.AbstractMetricsContext
Returns an attribute-value map derived from the factory attributes by finding all factory attributes that begin with contextName.tableName.
getAvailable() - Method in class org.apache.hadoop.fs.DF
 
getBeginColumn() - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
getBeginLine() - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
getBlockIterator() - Method in class org.apache.hadoop.dfs.DatanodeInfo
 
getBlocks() - Method in class org.apache.hadoop.dfs.DatanodeInfo
 
getBlockSize(Path) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
getBlockSize(String) - Method in class org.apache.hadoop.dfs.NameNode
 
getBlockSize(Path) - Method in class org.apache.hadoop.fs.FileSystem
Get the size for a particular file.
getBlockSize(Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
getBoolean(String, boolean) - Method in class org.apache.hadoop.conf.Configuration
Returns the value of the name property as an boolean.
getBytes() - Method in class org.apache.hadoop.io.UTF8
The raw bytes.
getBytes(String) - Static method in class org.apache.hadoop.io.UTF8
Convert a string to a UTF-8 encoded byte array.
getCapacity() - Method in class org.apache.hadoop.dfs.DatanodeInfo
 
getCapacity() - Method in class org.apache.hadoop.dfs.DataNodeReport
The raw capacity.
getCapacity() - Method in class org.apache.hadoop.fs.DF
 
getCapacity() - Method in class org.apache.hadoop.io.BytesWritable
Get the capacity, which is the maximum size that could handled without resizing the backing storage.
getChecksumFile(Path) - Static method in class org.apache.hadoop.fs.FileSystem
Return the name of the checksum file associated with a file.
getClass(String, Class) - Method in class org.apache.hadoop.conf.Configuration
Returns the value of the name property as a Class.
getClass(String, Class, Class) - Method in class org.apache.hadoop.conf.Configuration
Returns the value of the name property as a Class.
getClass(String) - Static method in class org.apache.hadoop.io.WritableName
Return the class for a name.
getClassName() - Method in exception org.apache.hadoop.ipc.RemoteException
 
getClusterStatus() - Method in class org.apache.hadoop.mapred.JobClient
 
getClusterStatus() - Method in class org.apache.hadoop.mapred.JobTracker
 
getColumn() - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
Deprecated.  
getCombinerClass() - Method in class org.apache.hadoop.mapred.JobConf
 
getConf() - Method in interface org.apache.hadoop.conf.Configurable
Return the configuration used by this object.
getConf() - Method in class org.apache.hadoop.conf.Configured
 
getConf() - Method in class org.apache.hadoop.io.ObjectWritable
 
getConf() - Method in class org.apache.hadoop.util.ToolBase
 
getConfResourceAsInputStream(String) - Method in class org.apache.hadoop.conf.Configuration
Returns an input stream attached to the configuration resource with the given name.
getConfResourceAsReader(String) - Method in class org.apache.hadoop.conf.Configuration
Returns a reader attached to the configuration resource with the given name.
getContext(String) - Method in class org.apache.hadoop.metrics.ContextFactory
Returns the named MetricsContext instance, constructing it if necessary using the factory's current configuration attributes.
getContextFactory() - Method in class org.apache.hadoop.metrics.spi.AbstractMetricsContext
Returns the factory by which this context was created.
getContextName() - Method in interface org.apache.hadoop.metrics.MetricsContext
Returns the context name.
getContextName() - Method in class org.apache.hadoop.metrics.spi.AbstractMetricsContext
Returns the context name.
getCorruptFiles() - Method in class org.apache.hadoop.dfs.DFSck.Result
Return the number of currupted files.
getCppFQName() - Method in class org.apache.hadoop.record.compiler.JRecord
 
getCppNameSpace() - Method in class org.apache.hadoop.record.compiler.JRecord
 
getData() - Method in class org.apache.hadoop.io.DataOutputBuffer
Returns the current contents of the buffer.
getDatanodeReport() - Method in class org.apache.hadoop.dfs.NameNode
 
getDataNodeStats() - Method in class org.apache.hadoop.dfs.DistributedFileSystem
Return statistics for each datanode.
getDeclaredClass() - Method in class org.apache.hadoop.io.ObjectWritable
Return the class this is meant to be.
getDefaultBlockSize() - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
getDefaultBlockSize() - Method in class org.apache.hadoop.fs.FileSystem
Return the number of bytes that large input files should be optimally be split into to minimize i/o time.
getDefaultBlockSize() - Method in class org.apache.hadoop.fs.LocalFileSystem
 
getDefaultReplication() - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
getDefaultReplication() - Method in class org.apache.hadoop.fs.FileSystem
Get the default replication.
getDefaultReplication() - Method in class org.apache.hadoop.fs.LocalFileSystem
 
getDiagnostics() - Method in class org.apache.hadoop.mapred.TaskReport
A list of error messages.
getDigest() - Method in class org.apache.hadoop.io.MD5Hash
Returns the digest bytes.
getDirPath() - Method in class org.apache.hadoop.fs.DF
 
getEndColumn() - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
getEndLine() - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
getEntry(MapFile.Reader[], Partitioner, WritableComparable, Writable) - Static method in class org.apache.hadoop.mapred.MapFileOutputFormat
Get an entry from output generated by this class.
getFactor() - Method in class org.apache.hadoop.io.SequenceFile.Sorter
Get the number of streams to merge at once.
getFactory(Class) - Static method in class org.apache.hadoop.io.WritableFactories
Define a factory for a class.
getFactory() - Static method in class org.apache.hadoop.metrics.ContextFactory
Returns the singleton ContextFactory instance, constructing it if necessary.
getFields() - Method in class org.apache.hadoop.record.compiler.JRecord
 
getFile(String, String) - Method in class org.apache.hadoop.conf.Configuration
Returns a local file name under a directory named in dirsProp with the given path.
getFile() - Method in class org.apache.hadoop.mapred.FileSplit
Deprecated. Call FileSplit.getPath() instead.
getFileCacheHints(Path, long, long) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
getFileCacheHints(Path, long, long) - Method in class org.apache.hadoop.fs.FileSystem
Return a 2D array of size 1x1 or greater, containing hostnames where portions of the given file can be found.
getFileCacheHints(Path, long, long) - Method in class org.apache.hadoop.fs.LocalFileSystem
Return 1x1 'localhost' cell if the file exists.
getFileName() - Method in class org.apache.hadoop.metrics.file.FileContext
Returns the configured file name, or null.
getFilesystem() - Method in class org.apache.hadoop.fs.DF
 
getFilesystemName() - Method in class org.apache.hadoop.mapred.JobTracker
Grab the local fs name
getFloat(String, float) - Method in class org.apache.hadoop.conf.Configuration
Returns the value of the name property as a float.
getFs() - Method in class org.apache.hadoop.mapred.JobClient
Get a filesystem handle.
getHints(String, long, long) - Method in class org.apache.hadoop.dfs.NameNode
 
getHost() - Method in class org.apache.hadoop.dfs.DataNodeReport
The hostname of the datanode.
GetImage() - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
getIndexInterval() - Method in class org.apache.hadoop.io.MapFile.Writer
The number of entries that are added before an index entry is added.
getInfoPort() - Method in class org.apache.hadoop.mapred.JobTracker
 
getInputFormat() - Method in class org.apache.hadoop.mapred.JobConf
 
getInputKeyClass() - Method in class org.apache.hadoop.mapred.JobConf
 
getInputPaths() - Method in class org.apache.hadoop.mapred.JobConf
 
getInputValueClass() - Method in class org.apache.hadoop.mapred.JobConf
 
getInt(String, int) - Method in class org.apache.hadoop.conf.Configuration
Returns the value of the name property as an integer.
getJar() - Method in class org.apache.hadoop.mapred.JobConf
 
getJavaFQName() - Method in class org.apache.hadoop.record.compiler.JRecord
 
getJavaPackage() - Method in class org.apache.hadoop.record.compiler.JRecord
 
getJob(String) - Method in class org.apache.hadoop.mapred.JobClient
Get an RunningJob object to track an ongoing job.
getJob(String) - Method in class org.apache.hadoop.mapred.JobTracker
 
getJobClient() - Method in class org.apache.hadoop.mapred.TaskTracker
The connection to the JobTracker, used by the TaskRunner for locating remote files.
getJobFile() - Method in interface org.apache.hadoop.mapred.RunningJob
Returns the path of the submitted job.
getJobID() - Method in interface org.apache.hadoop.mapred.RunningJob
Returns an identifier for the job
getJobName() - Method in class org.apache.hadoop.mapred.JobConf
Get the user-specified job name.
getJobProfile(String) - Method in class org.apache.hadoop.mapred.JobTracker
 
getJobStatus(String) - Method in class org.apache.hadoop.mapred.JobTracker
 
getJobTrackerMachine() - Method in class org.apache.hadoop.mapred.JobTracker
 
getKeyClass() - Method in class org.apache.hadoop.io.MapFile.Reader
Returns the class of keys in this file.
getKeyClass() - Method in class org.apache.hadoop.io.SequenceFile.Reader
Returns the class of keys in this file.
getKeyClass() - Method in class org.apache.hadoop.io.SequenceFile.Writer
Returns the class of keys in this file.
getKeyClass() - Method in class org.apache.hadoop.io.WritableComparator
Returns the WritableComparable implementation class.
getKeyClass() - Method in class org.apache.hadoop.mapred.SequenceFileRecordReader
The class of key that must be passed to SequenceFileRecordReader.next(Writable,Writable)..
getLastUpdate() - Method in class org.apache.hadoop.dfs.DataNodeReport
The time when this information was accurate.
getLength(Path) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
getLength(File) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated. Call FileSystem.getLength(Path) instead.
getLength(Path) - Method in class org.apache.hadoop.fs.FileSystem
The number of bytes in a file.
getLength(Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
getLength() - Method in class org.apache.hadoop.io.DataInputBuffer
Returns the length of the input.
getLength() - Method in class org.apache.hadoop.io.DataOutputBuffer
Returns the length of the valid data currently in the buffer.
getLength() - Method in class org.apache.hadoop.io.SequenceFile.Writer
Returns the current length of the output file.
getLength() - Method in class org.apache.hadoop.io.UTF8
The number of bytes in the encoded string.
getLength() - Method in class org.apache.hadoop.mapred.FileSplit
The number of bytes in the file to process.
getLine() - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
Deprecated.  
getListing(String) - Method in class org.apache.hadoop.dfs.NameNode
 
getLocalDirs() - Method in class org.apache.hadoop.mapred.JobConf
 
getLocalFile(String, String) - Method in class org.apache.hadoop.mapred.JobConf
Deprecated. Call JobConf.getLocalPath(String) instead.
getLocalPath(String, String) - Method in class org.apache.hadoop.conf.Configuration
Returns a local file under a directory named in dirsProp with the given path.
getLocalPath(String) - Method in class org.apache.hadoop.mapred.JobConf
Constructs a local file name.
getLogger(String) - Static method in class org.apache.hadoop.util.LogFormatter
Deprecated. Gets a logger and, as a side effect, installs this as the default formatter.
getLogStream(Logger, Level) - Static method in class org.apache.hadoop.util.LogFormatter
Deprecated. Returns a stream that, when written to, adds log lines.
getLong(String, long) - Method in class org.apache.hadoop.conf.Configuration
Returns the value of the name property as a long.
getMapOutputKeyClass() - Method in class org.apache.hadoop.mapred.JobConf
Get the key class for the map output data.
getMapOutputValueClass() - Method in class org.apache.hadoop.mapred.JobConf
Get the value class for the map output data.
getMapperClass() - Method in class org.apache.hadoop.mapred.JobConf
 
getMapRunnerClass() - Method in class org.apache.hadoop.mapred.JobConf
 
getMapTaskReports(String) - Method in class org.apache.hadoop.mapred.JobTracker
 
getMapTasks() - Method in class org.apache.hadoop.mapred.ClusterStatus
The number of currently running map tasks.
getMaxTasks() - Method in class org.apache.hadoop.mapred.ClusterStatus
The maximum capacity for running tasks in the cluster.
getMemory() - Method in class org.apache.hadoop.io.SequenceFile.Sorter
Get the total amount of buffer memory, in bytes.
getMessage() - Method in exception org.apache.hadoop.record.compiler.generated.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.apache.hadoop.record.compiler.generated.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMetric(String) - Method in class org.apache.hadoop.metrics.spi.OutputRecord
Returns the metric object which can be a Float, Integer, Short or Byte.
getMetricNames() - Method in class org.apache.hadoop.metrics.spi.OutputRecord
Returns the set of metric names.
getMissingIds() - Method in class org.apache.hadoop.dfs.DFSck.Result
Return a list of missing block names (as list of Strings).
getMissingSize() - Method in class org.apache.hadoop.dfs.DFSck.Result
Return total size of missing data, in bytes.
getMount() - Method in class org.apache.hadoop.fs.DF
 
getName() - Method in class org.apache.hadoop.dfs.DataNodeReport
The name of the datanode.
getName() - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
getName() - Method in class org.apache.hadoop.fs.FileSystem
Returns a name for this filesystem, suitable to pass to FileSystem.getNamed(String,Configuration).
getName() - Method in class org.apache.hadoop.fs.LocalFileSystem
 
getName() - Method in class org.apache.hadoop.fs.Path
Returns the final component of this path.
getName(Class) - Static method in class org.apache.hadoop.io.WritableName
Return the name for a class.
getName() - Method in class org.apache.hadoop.record.compiler.JField
 
getName() - Method in class org.apache.hadoop.record.compiler.JRecord
 
getNamed(String, Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
Returns a named filesystem.
getNamenode() - Method in class org.apache.hadoop.dfs.DataNode
Return the namenode's identifier
getNextToken() - Method in class org.apache.hadoop.record.compiler.generated.Rcc
 
getNextToken() - Method in class org.apache.hadoop.record.compiler.generated.RccTokenManager
 
getNumber() - Method in class org.apache.hadoop.metrics.spi.MetricValue
 
getNumMapTasks() - Method in class org.apache.hadoop.mapred.JobConf
 
getNumReduceTasks() - Method in class org.apache.hadoop.mapred.JobConf
 
getObject(String) - Method in class org.apache.hadoop.conf.Configuration
Returns the value of the name property, or null if no such property exists.
getOutputDir() - Method in class org.apache.hadoop.mapred.JobConf
Deprecated. Call JobConf.getOutputPath() instead.
getOutputFormat() - Method in class org.apache.hadoop.mapred.JobConf
 
getOutputKeyClass() - Method in class org.apache.hadoop.mapred.JobConf
 
getOutputKeyComparator() - Method in class org.apache.hadoop.mapred.JobConf
 
getOutputPath() - Method in class org.apache.hadoop.mapred.JobConf
 
getOutputValueClass() - Method in class org.apache.hadoop.mapred.JobConf
 
getOverReplicatedBlocks() - Method in class org.apache.hadoop.dfs.DFSck.Result
Return the number of over-replicsted blocks.
getParent() - Method in class org.apache.hadoop.fs.Path
Returns the parent of a path.
getPartition(WritableComparable, Writable, int) - Method in class org.apache.hadoop.mapred.lib.HashPartitioner
Use Object.hashCode() to partition.
getPartition(WritableComparable, Writable, int) - Method in interface org.apache.hadoop.mapred.Partitioner
Returns the paritition number for a given entry given the total number of partitions.
getPartitionerClass() - Method in class org.apache.hadoop.mapred.JobConf
 
getPath() - Method in class org.apache.hadoop.mapred.FileSplit
The file containing this split's data.
getPercentUsed() - Method in class org.apache.hadoop.fs.DF
 
getPeriod() - Method in class org.apache.hadoop.metrics.spi.AbstractMetricsContext
Returns the timer period.
getPort() - Method in class org.apache.hadoop.mapred.StatusHttpServer
Get the port that the server is on
getPos() - Method in class org.apache.hadoop.fs.FSDataInputStream
 
getPos() - Method in class org.apache.hadoop.fs.FSDataOutputStream
 
getPos() - Method in class org.apache.hadoop.fs.FSInputStream
Return the current offset from the start of the file
getPos() - Method in class org.apache.hadoop.fs.FSOutputStream
Return the current offset from the start of the file
getPos() - Method in interface org.apache.hadoop.mapred.RecordReader
Returns the current position in the input.
getPos() - Method in class org.apache.hadoop.mapred.SequenceFileRecordReader
 
getPosition() - Method in class org.apache.hadoop.io.DataInputBuffer
Returns the current position in the input.
getPosition() - Method in class org.apache.hadoop.io.SequenceFile.Reader
Return the current byte position in the input file.
getProgress() - Method in class org.apache.hadoop.mapred.TaskReport
The amount completed, between zero and one.
getProxy(Class, InetSocketAddress, Configuration) - Static method in class org.apache.hadoop.ipc.RPC
Construct a client-side proxy object that implements the named protocol, talking to a server at the named address.
getRawCapacity() - Method in class org.apache.hadoop.dfs.DistributedFileSystem
Return the total raw capacity of the filesystem, disregarding replication .
getRawUsed() - Method in class org.apache.hadoop.dfs.DistributedFileSystem
Return the total raw used space in the filesystem, disregarding replication .
getReaders(FileSystem, File, Configuration) - Static method in class org.apache.hadoop.mapred.MapFileOutputFormat
Deprecated. Call MapFileOutputFormat.getReaders(FileSystem, Path, Configuration).
getReaders(FileSystem, Path, Configuration) - Static method in class org.apache.hadoop.mapred.MapFileOutputFormat
Open the output generated by this format.
getReaders(Configuration, File) - Static method in class org.apache.hadoop.mapred.SequenceFileOutputFormat
Deprecated. Call SequenceFileOutputFormat.getReaders(Configuration, Path) instead.
getReaders(Configuration, Path) - Static method in class org.apache.hadoop.mapred.SequenceFileOutputFormat
Open the output generated by this format.
getRecordName() - Method in interface org.apache.hadoop.metrics.MetricsRecord
Returns the record name.
getRecordName() - Method in class org.apache.hadoop.metrics.spi.MetricsRecordImpl
Returns the record name.
getRecordReader(FileSystem, FileSplit, JobConf, Reporter) - Method in interface org.apache.hadoop.mapred.InputFormat
Construct a RecordReader for a FileSplit.
getRecordReader(FileSystem, FileSplit, JobConf, Reporter) - Method in class org.apache.hadoop.mapred.InputFormatBase
 
getRecordReader(FileSystem, FileSplit, JobConf, Reporter) - Method in class org.apache.hadoop.mapred.SequenceFileInputFormat
 
getRecordReader(FileSystem, FileSplit, JobConf, Reporter) - Method in class org.apache.hadoop.mapred.TextInputFormat
 
getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.apache.hadoop.mapred.MapFileOutputFormat
 
getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in interface org.apache.hadoop.mapred.OutputFormat
Construct a RecordWriter with Progressable.
getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.apache.hadoop.mapred.OutputFormatBase
 
getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.apache.hadoop.mapred.SequenceFileOutputFormat
 
getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.apache.hadoop.mapred.TextOutputFormat
 
getReducerClass() - Method in class org.apache.hadoop.mapred.JobConf
 
getReduceTaskReports(String) - Method in class org.apache.hadoop.mapred.JobTracker
 
getReduceTasks() - Method in class org.apache.hadoop.mapred.ClusterStatus
The number of current running reduce tasks.
getRemaining() - Method in class org.apache.hadoop.dfs.DatanodeInfo
 
getRemaining() - Method in class org.apache.hadoop.dfs.DataNodeReport
The raw free space.
getReplication() - Method in class org.apache.hadoop.dfs.DFSck.Result
Return the intended replication factor, against which the over/under- replicated blocks are counted.
getReplication(Path) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
getReplication(Path) - Method in class org.apache.hadoop.fs.FileSystem
Get replication.
getReplication(Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
Replication is not supported for the local file system.
getReplicationFactor() - Method in class org.apache.hadoop.dfs.DFSck.Result
Return the actual replication factor.
getResource(String) - Method in class org.apache.hadoop.conf.Configuration
Returns the URL for the named resource.
getRunnable() - Method in class org.apache.hadoop.util.Daemon
 
getServer(Object, int, Configuration) - Static method in class org.apache.hadoop.ipc.RPC
Construct a server for a protocol implementation instance listening on a port.
getServer(Object, int, int, boolean, Configuration) - Static method in class org.apache.hadoop.ipc.RPC
Construct a server for a protocol implementation instance listening on a port.
getSignature() - Method in class org.apache.hadoop.record.compiler.JBoolean
 
getSignature() - Method in class org.apache.hadoop.record.compiler.JBuffer
 
getSignature() - Method in class org.apache.hadoop.record.compiler.JByte
 
getSignature() - Method in class org.apache.hadoop.record.compiler.JDouble
 
getSignature() - Method in class org.apache.hadoop.record.compiler.JField
 
getSignature() - Method in class org.apache.hadoop.record.compiler.JFloat
 
getSignature() - Method in class org.apache.hadoop.record.compiler.JInt
 
getSignature() - Method in class org.apache.hadoop.record.compiler.JLong
 
getSignature() - Method in class org.apache.hadoop.record.compiler.JMap
 
getSignature() - Method in class org.apache.hadoop.record.compiler.JRecord
 
getSignature() - Method in class org.apache.hadoop.record.compiler.JString
 
getSignature() - Method in class org.apache.hadoop.record.compiler.JVector
 
getSize() - Method in class org.apache.hadoop.io.BytesWritable
Get the current size of the buffer.
getSpeculativeExecution() - Method in class org.apache.hadoop.mapred.JobConf
Should speculative execution be used for this job?
getSplits(FileSystem, JobConf, int) - Method in interface org.apache.hadoop.mapred.InputFormat
Splits a set of input files.
getSplits(FileSystem, JobConf, int) - Method in class org.apache.hadoop.mapred.InputFormatBase
Splits files returned by {#listPaths(FileSystem,JobConf) when they're too big.
getStart() - Method in class org.apache.hadoop.mapred.FileSplit
The position of the first byte in the file to process.
getStartTime() - Method in class org.apache.hadoop.mapred.JobTracker
 
getState() - Method in class org.apache.hadoop.mapred.TaskReport
The most recent state, reported by a Reporter.
getStats() - Method in class org.apache.hadoop.dfs.NameNode
 
getStrings(String) - Method in class org.apache.hadoop.conf.Configuration
Returns the value of the name property as an array of strings.
GetSuffix(int) - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
getSystemDir() - Method in class org.apache.hadoop.mapred.JobConf
 
getTabSize(int) - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
getTag(String) - Method in class org.apache.hadoop.metrics.spi.OutputRecord
Returns a tag object which is can be a String, Integer, Short or Byte.
getTag() - Method in class org.apache.hadoop.record.compiler.JField
 
getTagNames() - Method in class org.apache.hadoop.metrics.spi.OutputRecord
Returns the set of tag names
getTask(String) - Method in class org.apache.hadoop.mapred.TaskTracker
Called upon startup by the child process, to fetch Task data.
getTaskId() - Method in class org.apache.hadoop.mapred.TaskReport
The id of the task.
getTaskTracker(String) - Method in class org.apache.hadoop.mapred.JobTracker
 
getTaskTrackers() - Method in class org.apache.hadoop.mapred.ClusterStatus
The number of task trackers in the cluster.
getToken(int) - Method in class org.apache.hadoop.record.compiler.generated.Rcc
 
getTotalBlocks() - Method in class org.apache.hadoop.dfs.DFSck.Result
Return the total number of blocks in the scanned area.
getTotalDirs() - Method in class org.apache.hadoop.dfs.DFSck.Result
Return total number of directories encountered during this scan.
getTotalFiles() - Method in class org.apache.hadoop.dfs.DFSck.Result
Return total number of files encountered during this scan.
getTotalSize() - Method in class org.apache.hadoop.dfs.DFSck.Result
Return total size of scanned data, in bytes.
getTotalSubmissions() - Method in class org.apache.hadoop.mapred.JobTracker
 
getTracker() - Static method in class org.apache.hadoop.mapred.JobTracker
 
getTrackerPort() - Method in class org.apache.hadoop.mapred.JobTracker
 
getTrackingURL() - Method in interface org.apache.hadoop.mapred.RunningJob
Returns a URL where some job progress information will be displayed.
getType() - Method in class org.apache.hadoop.record.compiler.JField
 
getUnderReplicatedBlocks() - Method in class org.apache.hadoop.dfs.DFSck.Result
Return the number of under-replicated blocks.
getUsed() - Method in class org.apache.hadoop.dfs.DistributedFileSystem
Return the total size of all files in the filesystem.
getUsed() - Method in class org.apache.hadoop.fs.DF
 
getUser() - Method in class org.apache.hadoop.mapred.JobConf
Get the reported username for this job.
getValueClass() - Method in class org.apache.hadoop.io.ArrayWritable
 
getValueClass() - Method in class org.apache.hadoop.io.MapFile.Reader
Returns the class of values in this file.
getValueClass() - Method in class org.apache.hadoop.io.SequenceFile.Reader
Returns the class of values in this file.
getValueClass() - Method in class org.apache.hadoop.io.SequenceFile.Writer
Returns the class of values in this file.
getValueClass() - Method in class org.apache.hadoop.mapred.SequenceFileRecordReader
The class of value that must be passed to SequenceFileRecordReader.next(Writable,Writable)..
getVersion() - Method in class org.apache.hadoop.io.VersionedWritable
Return the version number of the current implementation.
getWorkingDirectory() - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
getWorkingDirectory() - Method in class org.apache.hadoop.fs.FileSystem
Get the current working directory for the given file system
getWorkingDirectory() - Method in class org.apache.hadoop.fs.LocalFileSystem
 
getWorkingDirectory() - Method in class org.apache.hadoop.mapred.JobConf
Get the current working directory for the default file system.
getXceiverCount() - Method in class org.apache.hadoop.dfs.DatanodeInfo
number of active connections
Grep - Class in org.apache.hadoop.examples
 
GT_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 

H

halfDigest() - Method in class org.apache.hadoop.io.MD5Hash
Construct a half-sized version of this MD5.
hashBytes(byte[], int) - Static method in class org.apache.hadoop.io.WritableComparator
Compute hash for binary data.
hashCode() - Method in class org.apache.hadoop.fs.Path
 
hashCode() - Method in class org.apache.hadoop.io.BooleanWritable
 
hashCode() - Method in class org.apache.hadoop.io.BytesWritable
 
hashCode() - Method in class org.apache.hadoop.io.FloatWritable
 
hashCode() - Method in class org.apache.hadoop.io.IntWritable
 
hashCode() - Method in class org.apache.hadoop.io.LongWritable
 
hashCode() - Method in class org.apache.hadoop.io.MD5Hash
Returns a hash code value for this object.
hashCode() - Method in class org.apache.hadoop.io.UTF8
 
HashPartitioner - Class in org.apache.hadoop.mapred.lib
Partition keys by their Object.hashCode().
HashPartitioner() - Constructor for class org.apache.hadoop.mapred.lib.HashPartitioner
 
hasLoggedSevere() - Static method in class org.apache.hadoop.util.LogFormatter
Deprecated. Returns true if this LogFormatter has logged something at Level.SEVERE
HEARTBEAT_INTERVAL - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
humanReadableInt(long) - Static method in class org.apache.hadoop.util.StringUtils
Given an integer, return a string that is in an approximate, but human readable format.

I

IDENT_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
IdentityMapper - Class in org.apache.hadoop.mapred.lib
Implements the identity function, mapping inputs directly to outputs.
IdentityMapper() - Constructor for class org.apache.hadoop.mapred.lib.IdentityMapper
 
IdentityReducer - Class in org.apache.hadoop.mapred.lib
Performs no reduction, writing all input values directly to the output.
IdentityReducer() - Constructor for class org.apache.hadoop.mapred.lib.IdentityReducer
 
image - Variable in class org.apache.hadoop.record.compiler.generated.Token
The string image of the token.
inBuf - Variable in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
Include() - Method in class org.apache.hadoop.record.compiler.generated.Rcc
 
INCLUDE_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
incr() - Method in interface org.apache.hadoop.record.Index
 
INCREMENT - Static variable in class org.apache.hadoop.metrics.spi.MetricValue
 
incrMetric(String, int) - Method in interface org.apache.hadoop.metrics.MetricsRecord
Increments the named metric by the specified value.
incrMetric(String, short) - Method in interface org.apache.hadoop.metrics.MetricsRecord
Increments the named metric by the specified value.
incrMetric(String, byte) - Method in interface org.apache.hadoop.metrics.MetricsRecord
Increments the named metric by the specified value.
incrMetric(String, float) - Method in interface org.apache.hadoop.metrics.MetricsRecord
Increments the named metric by the specified value.
incrMetric(String, int) - Method in class org.apache.hadoop.metrics.spi.MetricsRecordImpl
Increments the named metric by the specified value.
incrMetric(String, short) - Method in class org.apache.hadoop.metrics.spi.MetricsRecordImpl
Increments the named metric by the specified value.
incrMetric(String, byte) - Method in class org.apache.hadoop.metrics.spi.MetricsRecordImpl
Increments the named metric by the specified value.
incrMetric(String, float) - Method in class org.apache.hadoop.metrics.spi.MetricsRecordImpl
Increments the named metric by the specified value.
Index - Interface in org.apache.hadoop.record
Interface that acts as an iterator for deserializing maps.
INDEX_FILE_NAME - Static variable in class org.apache.hadoop.io.MapFile
The name of the index file.
init(int, boolean, boolean, boolean) - Method in class org.apache.hadoop.dfs.DFSck
 
init() - Method in class org.apache.hadoop.dfs.DFSShell
 
init() - Method in class org.apache.hadoop.mapred.JobClient
 
init(String, ContextFactory) - Method in class org.apache.hadoop.metrics.file.FileContext
 
init(String, ContextFactory) - Method in class org.apache.hadoop.metrics.ganglia.GangliaContext
 
init(String, ContextFactory) - Method in class org.apache.hadoop.metrics.spi.AbstractMetricsContext
Initializes the context.
initFileHandler(Configuration, String) - Static method in class org.apache.hadoop.util.LogFormatter
Deprecated.  
Input() - Method in class org.apache.hadoop.record.compiler.generated.Rcc
 
input_stream - Variable in class org.apache.hadoop.record.compiler.generated.RccTokenManager
 
InputArchive - Interface in org.apache.hadoop.record
Interface that all the Deserializers have to implement.
InputFormat - Interface in org.apache.hadoop.mapred
An input data format.
InputFormatBase - Class in org.apache.hadoop.mapred
A base class for InputFormat.
InputFormatBase() - Constructor for class org.apache.hadoop.mapred.InputFormatBase
 
inputStream - Variable in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
INT_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
IntWritable - Class in org.apache.hadoop.io
A WritableComparable for ints.
IntWritable() - Constructor for class org.apache.hadoop.io.IntWritable
 
IntWritable(int) - Constructor for class org.apache.hadoop.io.IntWritable
 
IntWritable.Comparator - Class in org.apache.hadoop.io
A Comparator optimized for IntWritable.
IntWritable.Comparator() - Constructor for class org.apache.hadoop.io.IntWritable.Comparator
 
InverseMapper - Class in org.apache.hadoop.mapred.lib
A Mapper that swaps keys and values.
InverseMapper() - Constructor for class org.apache.hadoop.mapred.lib.InverseMapper
 
isAbsolute() - Method in class org.apache.hadoop.fs.Path
True if this path is absolute.
isAbsolute() - Method in class org.apache.hadoop.metrics.spi.MetricValue
 
isChecksumFile(Path) - Static method in class org.apache.hadoop.fs.FileSystem
Return true iff file is a checksum file name.
isComplete() - Method in interface org.apache.hadoop.mapred.RunningJob
Non-blocking function to check whether the job is finished or not.
isCompressed() - Method in class org.apache.hadoop.io.SequenceFile.Reader
Returns true if values are compressed.
isDir(String) - Method in class org.apache.hadoop.dfs.NameNode
 
isDirectory(Path) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
isDirectory(File) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated. Call FileSystem.isDirectory(Path) instead.
isDirectory(Path) - Method in class org.apache.hadoop.fs.FileSystem
True iff the named path is a directory.
isDirectory(Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
isFile(File) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated. Call FileSystem.isFile(Path) instead.
isFile(Path) - Method in class org.apache.hadoop.fs.FileSystem
True iff the named path is a regular file.
isHealthy() - Method in class org.apache.hadoop.dfs.DFSck.Result
DFS is considered healthy if there are no missing blocks.
isIncrement() - Method in class org.apache.hadoop.metrics.spi.MetricValue
 
isMonitoring() - Method in interface org.apache.hadoop.metrics.MetricsContext
Returns true if monitoring is currently in progress.
isMonitoring() - Method in class org.apache.hadoop.metrics.spi.AbstractMetricsContext
Returns true if monitoring is currently in progress.
isSuccessful() - Method in interface org.apache.hadoop.mapred.RunningJob
True iff job completed successfully.

J

JBoolean - Class in org.apache.hadoop.record.compiler
 
JBoolean() - Constructor for class org.apache.hadoop.record.compiler.JBoolean
Creates a new instance of JBoolean
JBuffer - Class in org.apache.hadoop.record.compiler
 
JBuffer() - Constructor for class org.apache.hadoop.record.compiler.JBuffer
Creates a new instance of JBuffer
JByte - Class in org.apache.hadoop.record.compiler
 
JByte() - Constructor for class org.apache.hadoop.record.compiler.JByte
Creates a new instance of JByte
JDouble - Class in org.apache.hadoop.record.compiler
 
JDouble() - Constructor for class org.apache.hadoop.record.compiler.JDouble
Creates a new instance of JDouble
JField - Class in org.apache.hadoop.record.compiler
 
JField(JType, String) - Constructor for class org.apache.hadoop.record.compiler.JField
Creates a new instance of JField
JFile - Class in org.apache.hadoop.record.compiler
Container for the Hadoop Record DDL.
JFile(String, ArrayList, ArrayList) - Constructor for class org.apache.hadoop.record.compiler.JFile
Creates a new instance of JFile
JFloat - Class in org.apache.hadoop.record.compiler
 
JFloat() - Constructor for class org.apache.hadoop.record.compiler.JFloat
Creates a new instance of JFloat
JInt - Class in org.apache.hadoop.record.compiler
 
JInt() - Constructor for class org.apache.hadoop.record.compiler.JInt
Creates a new instance of JInt
jj_nt - Variable in class org.apache.hadoop.record.compiler.generated.Rcc
 
jjFillToken() - Method in class org.apache.hadoop.record.compiler.generated.RccTokenManager
 
jjnewLexState - Static variable in class org.apache.hadoop.record.compiler.generated.RccTokenManager
 
jjstrLiteralImages - Static variable in class org.apache.hadoop.record.compiler.generated.RccTokenManager
 
JLong - Class in org.apache.hadoop.record.compiler
 
JLong() - Constructor for class org.apache.hadoop.record.compiler.JLong
Creates a new instance of JLong
JMap - Class in org.apache.hadoop.record.compiler
 
JMap(JType, JType) - Constructor for class org.apache.hadoop.record.compiler.JMap
Creates a new instance of JMap
JobClient - Class in org.apache.hadoop.mapred
JobClient interacts with the JobTracker network interface.
JobClient() - Constructor for class org.apache.hadoop.mapred.JobClient
Build a job client, connect to the default job tracker
JobClient(Configuration) - Constructor for class org.apache.hadoop.mapred.JobClient
 
JobClient(InetSocketAddress, Configuration) - Constructor for class org.apache.hadoop.mapred.JobClient
Build a job client, connect to the indicated job tracker.
JobConf - Class in org.apache.hadoop.mapred
A map/reduce job configuration.
JobConf() - Constructor for class org.apache.hadoop.mapred.JobConf
Construct a map/reduce job configuration.
JobConf(Class) - Constructor for class org.apache.hadoop.mapred.JobConf
Construct a map/reduce job configuration.
JobConf(Configuration) - Constructor for class org.apache.hadoop.mapred.JobConf
Construct a map/reduce job configuration.
JobConf(Configuration, Class) - Constructor for class org.apache.hadoop.mapred.JobConf
Construct a map/reduce job configuration.
JobConf(String) - Constructor for class org.apache.hadoop.mapred.JobConf
Construct a map/reduce configuration.
JobConf(Path) - Constructor for class org.apache.hadoop.mapred.JobConf
Construct a map/reduce configuration.
JobConfigurable - Interface in org.apache.hadoop.mapred
That what may be configured.
JobTracker - Class in org.apache.hadoop.mapred
JobTracker is the central location for submitting and tracking MR jobs in a network environment.
join() - Method in class org.apache.hadoop.dfs.NameNode
Wait for service to finish.
join() - Method in class org.apache.hadoop.ipc.Server
Wait for the server to be stopped.
JRecord - Class in org.apache.hadoop.record.compiler
 
JRecord(String, ArrayList) - Constructor for class org.apache.hadoop.record.compiler.JRecord
Creates a new instance of JRecord
JString - Class in org.apache.hadoop.record.compiler
 
JString() - Constructor for class org.apache.hadoop.record.compiler.JString
Creates a new instance of JString
JType - Class in org.apache.hadoop.record.compiler
Abstract Base class for all types supported by Hadoop Record I/O.
JVector - Class in org.apache.hadoop.record.compiler
 
JVector(JType) - Constructor for class org.apache.hadoop.record.compiler.JVector
Creates a new instance of JVector

K

key() - Method in class org.apache.hadoop.io.ArrayFile.Reader
Returns the key associated with the most recent call to ArrayFile.Reader.seek(long), ArrayFile.Reader.next(Writable), or ArrayFile.Reader.get(long,Writable).
killJob(String) - Method in class org.apache.hadoop.mapred.JobTracker
 
killJob() - Method in interface org.apache.hadoop.mapred.RunningJob
Kill the running job.
kind - Variable in class org.apache.hadoop.record.compiler.generated.Token
An integer that describes the kind of this token.

L

lastUpdate() - Method in class org.apache.hadoop.dfs.DatanodeInfo
 
LBRACE_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
LEASE_PERIOD - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
LeaseExpiredException - Exception in org.apache.hadoop.dfs
The lease that was being used to create this file has expired.
LeaseExpiredException(String) - Constructor for exception org.apache.hadoop.dfs.LeaseExpiredException
 
LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.hadoop.record.compiler.generated.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.apache.hadoop.record.compiler.generated.RccTokenManager
 
line - Variable in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
listFiles(File) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated. Call FileSystem.listPaths(Path) instead.
listFiles(File, FileFilter) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated. Call FileSystem.listPaths(Path) instead.
listFiles(FileSystem, JobConf) - Method in class org.apache.hadoop.mapred.InputFormatBase
Deprecated. Call InputFormatBase.listFiles(FileSystem,JobConf) instead.
listPaths(Path) - Method in class org.apache.hadoop.fs.FileSystem
List files in a directory.
listPaths(Path, PathFilter) - Method in class org.apache.hadoop.fs.FileSystem
Filter files in a directory.
listPaths(FileSystem, JobConf) - Method in class org.apache.hadoop.mapred.InputFormatBase
List input directories.
listPaths(FileSystem, JobConf) - Method in class org.apache.hadoop.mapred.SequenceFileInputFormat
 
listPathsRaw(Path) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
listPathsRaw(Path) - Method in class org.apache.hadoop.fs.FileSystem
List files in a directory.
listPathsRaw(Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
LocalFileSystem - Class in org.apache.hadoop.fs
Implement the FileSystem API for the native filesystem.
LocalFileSystem(Configuration) - Constructor for class org.apache.hadoop.fs.LocalFileSystem
Construct a local filesystem client.
locateMapOutputs(String, int[], int) - Method in class org.apache.hadoop.mapred.JobTracker
A TaskTracker wants to know the physical locations of completed, but not yet closed, tasks.
lock(Path, boolean) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
lock(File, boolean) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated. Call FileSystem.lock(Path,boolean) instead.
lock(Path, boolean) - Method in class org.apache.hadoop.fs.FileSystem
Obtain a lock on the given Path
lock(Path, boolean) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
LOG - Static variable in class org.apache.hadoop.dfs.DataNode
 
LOG - Static variable in class org.apache.hadoop.dfs.NameNode
 
LOG - Static variable in class org.apache.hadoop.fs.FileSystem
 
LOG - Static variable in class org.apache.hadoop.io.SequenceFile
 
LOG - Static variable in class org.apache.hadoop.ipc.Client
 
LOG - Static variable in class org.apache.hadoop.ipc.Server
 
LOG - Static variable in class org.apache.hadoop.mapred.InputFormatBase
 
LOG - Static variable in class org.apache.hadoop.mapred.JobTracker
 
LOG - Static variable in class org.apache.hadoop.mapred.TaskTracker
 
LOG - Static variable in class org.apache.hadoop.util.ToolBase
 
LogFormatter - Class in org.apache.hadoop.util
Deprecated. use LogFactory instead.
LogFormatter() - Constructor for class org.apache.hadoop.util.LogFormatter
Deprecated.  
LONG_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
LongSumReducer - Class in org.apache.hadoop.mapred.lib
A Reducer that sums long values.
LongSumReducer() - Constructor for class org.apache.hadoop.mapred.lib.LongSumReducer
 
LongWritable - Class in org.apache.hadoop.io
A WritableComparable for longs.
LongWritable() - Constructor for class org.apache.hadoop.io.LongWritable
 
LongWritable(long) - Constructor for class org.apache.hadoop.io.LongWritable
 
LongWritable.Comparator - Class in org.apache.hadoop.io
A Comparator optimized for LongWritable.
LongWritable.Comparator() - Constructor for class org.apache.hadoop.io.LongWritable.Comparator
 
LongWritable.DecreasingComparator - Class in org.apache.hadoop.io
A decreasing Comparator optimized for LongWritable.
LongWritable.DecreasingComparator() - Constructor for class org.apache.hadoop.io.LongWritable.DecreasingComparator
 
ls(String, boolean) - Method in class org.apache.hadoop.dfs.DFSShell
Get a listing of all files in DFS at the indicated name
LT_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 

M

main(String[]) - Static method in class org.apache.hadoop.conf.Configuration
For debugging.
main(String[]) - Static method in class org.apache.hadoop.dfs.DataNode
 
main(String[]) - Static method in class org.apache.hadoop.dfs.DFSck
 
main(String[]) - Static method in class org.apache.hadoop.dfs.DFSShell
main() has some simple utility methods
main(String[]) - Static method in class org.apache.hadoop.dfs.NameNode
 
main(String[]) - Static method in class org.apache.hadoop.examples.ExampleDriver
A description of an example program based on its class and a human-readable description.
main(String[]) - Static method in class org.apache.hadoop.examples.Grep
 
main(String[]) - Static method in class org.apache.hadoop.examples.PiBenchmark
Launches all the tasks in order.
main(String[]) - Static method in class org.apache.hadoop.examples.RandomWriter
This is the main routine for launching a distributed random write job.
main(String[]) - Static method in class org.apache.hadoop.examples.Sort
The main driver for sort program.
main(String[]) - Static method in class org.apache.hadoop.examples.WordCount
The main driver for word count map/reduce program.
main(String[]) - Static method in class org.apache.hadoop.fs.DF
 
main(String[]) - Static method in class org.apache.hadoop.io.MapFile
 
main(String[]) - Static method in class org.apache.hadoop.mapred.JobClient
 
main(String[]) - Static method in class org.apache.hadoop.mapred.JobTracker
Start the JobTracker process.
main(String[]) - Static method in class org.apache.hadoop.mapred.TaskTracker.Child
 
main(String[]) - Static method in class org.apache.hadoop.mapred.TaskTracker
Start the TaskTracker, point toward the indicated JobTracker
main(String[]) - Static method in class org.apache.hadoop.record.compiler.generated.Rcc
 
main(String[]) - Static method in class org.apache.hadoop.util.CopyFiles
 
main(String[]) - Static method in class org.apache.hadoop.util.PrintJarMainClass
 
main(String[]) - Static method in class org.apache.hadoop.util.RunJar
Run a Hadoop job jar.
map(WritableComparable, Writable, OutputCollector, Reporter) - Method in class org.apache.hadoop.examples.PiBenchmark.PiMapper
Map method.
map(WritableComparable, Writable, OutputCollector, Reporter) - Method in class org.apache.hadoop.examples.RandomWriter.Map
Given an output filename, write a bunch of random records to it.
map(WritableComparable, Writable, OutputCollector, Reporter) - Method in class org.apache.hadoop.examples.WordCount.MapClass
 
map(WritableComparable, Writable, OutputCollector, Reporter) - Method in class org.apache.hadoop.mapred.lib.IdentityMapper
The identify function.
map(WritableComparable, Writable, OutputCollector, Reporter) - Method in class org.apache.hadoop.mapred.lib.InverseMapper
The inverse function.
map(WritableComparable, Writable, OutputCollector, Reporter) - Method in class org.apache.hadoop.mapred.lib.RegexMapper
 
map(WritableComparable, Writable, OutputCollector, Reporter) - Method in class org.apache.hadoop.mapred.lib.TokenCountMapper
 
map(WritableComparable, Writable, OutputCollector, Reporter) - Method in interface org.apache.hadoop.mapred.Mapper
Maps a single input key/value pair into intermediate key/value pairs.
Map() - Method in class org.apache.hadoop.record.compiler.generated.Rcc
 
map(WritableComparable, Writable, OutputCollector, Reporter) - Method in class org.apache.hadoop.util.CopyFiles.CopyFilesMapper
Map method.
MAP_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
MapFile - Class in org.apache.hadoop.io
A file-based map from keys to values.
MapFile() - Constructor for class org.apache.hadoop.io.MapFile
 
MapFile.Reader - Class in org.apache.hadoop.io
Provide access to an existing map.
MapFile.Reader(FileSystem, String, Configuration) - Constructor for class org.apache.hadoop.io.MapFile.Reader
Construct a map reader for the named map.
MapFile.Reader(FileSystem, String, WritableComparator, Configuration) - Constructor for class org.apache.hadoop.io.MapFile.Reader
Construct a map reader for the named map using the named comparator.
MapFile.Writer - Class in org.apache.hadoop.io
Writes a new map.
MapFile.Writer(FileSystem, String, Class, Class) - Constructor for class org.apache.hadoop.io.MapFile.Writer
Create the named map for keys of the named class.
MapFile.Writer(FileSystem, String, Class, Class, boolean) - Constructor for class org.apache.hadoop.io.MapFile.Writer
Create the named map for keys of the named class.
MapFile.Writer(FileSystem, String, WritableComparator, Class) - Constructor for class org.apache.hadoop.io.MapFile.Writer
Create the named map using the named key comparator.
MapFile.Writer(FileSystem, String, WritableComparator, Class, boolean) - Constructor for class org.apache.hadoop.io.MapFile.Writer
Create the named map using the named key comparator.
MapFileOutputFormat - Class in org.apache.hadoop.mapred
An OutputFormat that writes MapFiles.
MapFileOutputFormat() - Constructor for class org.apache.hadoop.mapred.MapFileOutputFormat
 
mapOutputLost(String) - Method in class org.apache.hadoop.mapred.TaskTracker
A completed map task's output has been lost.
Mapper - Interface in org.apache.hadoop.mapred
Maps input key/value pairs to a set of intermediate key/value pairs.
mapProgress() - Method in interface org.apache.hadoop.mapred.RunningJob
Returns a float between 0.0 and 1.0, indicating progress on the map portion of the job.
MapReduceBase - Class in org.apache.hadoop.mapred
Base class for Mapper and Reducer implementations.
MapReduceBase() - Constructor for class org.apache.hadoop.mapred.MapReduceBase
 
MapRunnable - Interface in org.apache.hadoop.mapred
Expert: Permits greater control of map processing.
MapRunner - Class in org.apache.hadoop.mapred
Default MapRunnable implementation.
MapRunner() - Constructor for class org.apache.hadoop.mapred.MapRunner
 
maxNextCharInd - Variable in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
MD5_LEN - Static variable in class org.apache.hadoop.io.MD5Hash
 
MD5Hash - Class in org.apache.hadoop.io
A Writable for MD5 hash values.
MD5Hash() - Constructor for class org.apache.hadoop.io.MD5Hash
Constructs an MD5Hash.
MD5Hash(String) - Constructor for class org.apache.hadoop.io.MD5Hash
Constructs an MD5Hash from a hex string.
MD5Hash(byte[]) - Constructor for class org.apache.hadoop.io.MD5Hash
Constructs an MD5Hash with a specified value.
MD5Hash.Comparator - Class in org.apache.hadoop.io
A WritableComparator optimized for MD5Hash keys.
MD5Hash.Comparator() - Constructor for class org.apache.hadoop.io.MD5Hash.Comparator
 
merge(Path[], Path) - Method in class org.apache.hadoop.io.SequenceFile.Sorter
Merge the provided files.
MetricsContext - Interface in org.apache.hadoop.metrics
The main interface to the metrics package.
MetricsException - Exception in org.apache.hadoop.metrics
General-purpose, unchecked metrics exception.
MetricsException() - Constructor for exception org.apache.hadoop.metrics.MetricsException
Creates a new instance of MetricsException
MetricsException(String) - Constructor for exception org.apache.hadoop.metrics.MetricsException
Creates a new instance of MetricsException
MetricsRecord - Interface in org.apache.hadoop.metrics
A named and optionally tagged set of records to be sent to the metrics system.
MetricsRecordImpl - Class in org.apache.hadoop.metrics.spi
An implementation of MetricsRecord.
MetricsRecordImpl(String, AbstractMetricsContext) - Constructor for class org.apache.hadoop.metrics.spi.MetricsRecordImpl
Creates a new instance of FileRecord
MetricValue - Class in org.apache.hadoop.metrics.spi
A Number that is either an absolute or an incremental amount.
MetricValue(Number, boolean) - Constructor for class org.apache.hadoop.metrics.spi.MetricValue
Creates a new instance of MetricValue
MIN_BLOCKS_FOR_WRITE - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
mkdir(String) - Method in class org.apache.hadoop.dfs.DFSShell
Create the given dir
mkdirs(Path) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
mkdirs(String) - Method in class org.apache.hadoop.dfs.NameNode
 
mkdirs(File) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated. Call FileSystem.mkdirs(Path) instead.
mkdirs(Path) - Method in class org.apache.hadoop.fs.FileSystem
Make the given file and all non-existent parents into directories.
mkdirs(Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
Creates the specified directory hierarchy.
Module() - Method in class org.apache.hadoop.record.compiler.generated.Rcc
 
MODULE_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
ModuleName() - Method in class org.apache.hadoop.record.compiler.generated.Rcc
 
moveFromLocalFile(Path, Path) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
moveFromLocalFile(Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
The src file is on the local disk.
moveFromLocalFile(Path, Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
 

N

NameNode - Class in org.apache.hadoop.dfs
NameNode serves as both directory namespace manager and "inode table" for the Hadoop DFS.
NameNode(Configuration) - Constructor for class org.apache.hadoop.dfs.NameNode
Create a NameNode at the default location
NameNode(File, int, Configuration) - Constructor for class org.apache.hadoop.dfs.NameNode
Create a NameNode at the specified location and start it.
newInstance(Class) - Static method in class org.apache.hadoop.io.WritableFactories
Create a new instance of a class with a defined factory.
newInstance() - Method in interface org.apache.hadoop.io.WritableFactory
Return a new instance.
newInstance(Class) - Method in class org.apache.hadoop.mapred.JobConf
 
newKey() - Method in class org.apache.hadoop.io.WritableComparator
Construct a new WritableComparable instance.
newRecord(String) - Method in class org.apache.hadoop.metrics.spi.AbstractMetricsContext
Subclasses should override this if they subclass MetricsRecordImpl.
newToken(int) - Static method in class org.apache.hadoop.record.compiler.generated.Token
Returns a new Token object, by default.
next(Writable) - Method in class org.apache.hadoop.io.ArrayFile.Reader
Read and return the next value in the file.
next(WritableComparable, Writable) - Method in class org.apache.hadoop.io.MapFile.Reader
Read the next key/value pair in the map into key and val.
next(Writable) - Method in class org.apache.hadoop.io.SequenceFile.Reader
Read the next key in the file into key, skipping its value.
next(Writable, Writable) - Method in class org.apache.hadoop.io.SequenceFile.Reader
Read the next key/value pair in the file into key and val.
next(DataOutputBuffer) - Method in class org.apache.hadoop.io.SequenceFile.Reader
Read the next key/value pair in the file into buffer.
next(WritableComparable) - Method in class org.apache.hadoop.io.SetFile.Reader
Read the next key in a set into key.
next(Writable, Writable) - Method in interface org.apache.hadoop.mapred.RecordReader
Reads the next key/value pair.
next(Writable, Writable) - Method in class org.apache.hadoop.mapred.SequenceFileRecordReader
 
next - Variable in class org.apache.hadoop.record.compiler.generated.Token
A reference to the next regular (non-special) token from the input stream.
NotReplicatedYetException - Exception in org.apache.hadoop.dfs
The file has not finished being written to enough datanodes yet.
NotReplicatedYetException(String) - Constructor for exception org.apache.hadoop.dfs.NotReplicatedYetException
 
NullContext - Class in org.apache.hadoop.metrics.spi
Null metrics context: a metrics context which does nothing.
NullContext() - Constructor for class org.apache.hadoop.metrics.spi.NullContext
Creates a new instance of NullContext
NullWritable - Class in org.apache.hadoop.io
Singleton Writable with no data.

O

ObjectWritable - Class in org.apache.hadoop.io
A polymorphic Writable that writes an instance with it's class name.
ObjectWritable() - Constructor for class org.apache.hadoop.io.ObjectWritable
 
ObjectWritable(Object) - Constructor for class org.apache.hadoop.io.ObjectWritable
 
ObjectWritable(Class, Object) - Constructor for class org.apache.hadoop.io.ObjectWritable
 
obtainLock(String, String, boolean) - Method in class org.apache.hadoop.dfs.NameNode
 
offerService() - Method in class org.apache.hadoop.dfs.DataNode
Main loop for the DataNode.
offerService() - Method in class org.apache.hadoop.mapred.JobTracker
Run forever
OP_ACK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_BLOCKRECEIVED - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_BLOCKREPORT - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_ABANDONBLOCK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_ABANDONBLOCK_ACK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_ADDBLOCK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_ADDBLOCK_ACK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_COMPLETEFILE - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_COMPLETEFILE_ACK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_DATANODE_HINTS - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_DATANODE_HINTS_ACK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_DATANODEREPORT - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_DATANODEREPORT_ACK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_DELETE - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_DELETE_ACK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_EXISTS - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_EXISTS_ACK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_ISDIR - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_ISDIR_ACK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_LISTING - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_LISTING_ACK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_MKDIRS - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_MKDIRS_ACK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_OBTAINLOCK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_OBTAINLOCK_ACK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_OPEN - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_OPEN_ACK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_RAWSTATS - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_RAWSTATS_ACK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_RELEASELOCK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_RELEASELOCK_ACK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_RENAMETO - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_RENAMETO_ACK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_RENEW_LEASE - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_RENEW_LEASE_ACK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_STARTFILE - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_STARTFILE_ACK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_CLIENT_TRYAGAIN - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_ERROR - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_FAILURE - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_HEARTBEAT - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_INVALIDATE_BLOCKS - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_READ_BLOCK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_READSKIP_BLOCK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_TRANSFERBLOCKS - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_TRANSFERDATA - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
OP_WRITE_BLOCK - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
open(String) - Method in class org.apache.hadoop.dfs.NameNode
 
open(File) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated. Call FileSystem.open(Path) instead.
open(Path, int) - Method in class org.apache.hadoop.fs.FileSystem
Opens an FSDataInputStream at the indicated Path.
open(Path) - Method in class org.apache.hadoop.fs.FileSystem
Opens an FSDataInputStream at the indicated Path.
openRaw(Path) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
openRaw(Path) - Method in class org.apache.hadoop.fs.FileSystem
Opens an InputStream for the indicated Path, whether local or via DFS.
openRaw(Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
OPERATION_FAILED - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
org.apache.hadoop.conf - package org.apache.hadoop.conf
Configuration of system parameters.
org.apache.hadoop.dfs - package org.apache.hadoop.dfs
A distributed implementation of FileSystem.
org.apache.hadoop.examples - package org.apache.hadoop.examples
Hadoop example code.
org.apache.hadoop.fs - package org.apache.hadoop.fs
An abstract file system API.
org.apache.hadoop.io - package org.apache.hadoop.io
Generic i/o code for use when reading and writing data to the network, to databases, and to files.
org.apache.hadoop.ipc - package org.apache.hadoop.ipc
Tools to help define network clients and servers.
org.apache.hadoop.mapred - package org.apache.hadoop.mapred
A system for scalable, fault-tolerant, distributed computation over large data collections.
org.apache.hadoop.mapred.lib - package org.apache.hadoop.mapred.lib
Library of generally useful mappers, reducers, and partitioners.
org.apache.hadoop.metrics - package org.apache.hadoop.metrics
This package defines an API for reporting performance metric information.
org.apache.hadoop.metrics.file - package org.apache.hadoop.metrics.file
Implementation of the metrics package that writes the metrics to a file.
org.apache.hadoop.metrics.ganglia - package org.apache.hadoop.metrics.ganglia
Implementation of the metrics package that sends metric data to Ganglia.
org.apache.hadoop.metrics.spi - package org.apache.hadoop.metrics.spi
The Service Provider Interface for the Metrics API.
org.apache.hadoop.record - package org.apache.hadoop.record
Hadoop record I/O contains classes and a record description language translator for simplifying serialization and deserialization of records in a language-neutral manner.
org.apache.hadoop.record.compiler - package org.apache.hadoop.record.compiler
This package contains classes needed for code generation from the hadoop record compiler.
org.apache.hadoop.record.compiler.generated - package org.apache.hadoop.record.compiler.generated
This package contains code generated by JavaCC from the Hadoop record syntax file rcc.jj.
org.apache.hadoop.util - package org.apache.hadoop.util
Common utilities.
OutputArchive - Interface in org.apache.hadoop.record
Interface that alll the serializers have to implement.
OutputCollector - Interface in org.apache.hadoop.mapred
Passed to Mapper and Reducer implementations to collect output data.
OutputFormat - Interface in org.apache.hadoop.mapred
An output data format.
OutputFormatBase - Class in org.apache.hadoop.mapred
A base class for OutputFormat.
OutputFormatBase() - Constructor for class org.apache.hadoop.mapred.OutputFormatBase
 
OutputRecord - Class in org.apache.hadoop.metrics.spi
Represents a record of metric data to be sent to a metrics system.

P

parse(String, int) - Static method in class org.apache.hadoop.metrics.spi.Util
Parses a space and/or comma separated sequence of server specifications of the form hostname or hostname:port.
parseArgs(String[], int, Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
Parse the cmd-line args, starting at i.
ParseException - Exception in org.apache.hadoop.record.compiler.generated
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.hadoop.record.compiler.generated.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.hadoop.record.compiler.generated.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.hadoop.record.compiler.generated.ParseException
 
Partitioner - Interface in org.apache.hadoop.mapred
Partitions the key space.
Path - Class in org.apache.hadoop.fs
Names a file or directory in a FileSystem.
Path(String, String) - Constructor for class org.apache.hadoop.fs.Path
Resolve a child path against a parent path.
Path(Path, String) - Constructor for class org.apache.hadoop.fs.Path
Resolve a child path against a parent path.
Path(String, Path) - Constructor for class org.apache.hadoop.fs.Path
Resolve a child path against a parent path.
Path(Path, Path) - Constructor for class org.apache.hadoop.fs.Path
Resolve a child path against a parent path.
Path(String) - Constructor for class org.apache.hadoop.fs.Path
Construct a path from a String.
PathFilter - Interface in org.apache.hadoop.fs
 
pathToFile(Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
Convert a path to a File.
PERIOD_PROPERTY - Static variable in class org.apache.hadoop.metrics.file.FileContext
 
phase() - Method in class org.apache.hadoop.util.Progress
Returns the current sub-node executing.
PiBenchmark - Class in org.apache.hadoop.examples
A Map-reduce program to estimaate the valu eof Pi using monte-carlo method.
PiBenchmark() - Constructor for class org.apache.hadoop.examples.PiBenchmark
 
PiBenchmark.PiMapper - Class in org.apache.hadoop.examples
Mappper class for Pi estimation.
PiBenchmark.PiMapper() - Constructor for class org.apache.hadoop.examples.PiBenchmark.PiMapper
 
PiBenchmark.PiReducer - Class in org.apache.hadoop.examples
 
PiBenchmark.PiReducer() - Constructor for class org.apache.hadoop.examples.PiBenchmark.PiReducer
 
ping(String) - Method in class org.apache.hadoop.mapred.TaskTracker
Child checking to see if we're alive.
pollForNewTask(String) - Method in class org.apache.hadoop.mapred.JobTracker
A tracker wants to know if there's a Task to run.
pollForTaskWithClosedJob(String) - Method in class org.apache.hadoop.mapred.JobTracker
A tracker wants to know if any of its Tasks have been closed (because the job completed, whether successfully or not)
prevCharIsCR - Variable in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
prevCharIsLF - Variable in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
PrintJarMainClass - Class in org.apache.hadoop.util
A micro-application that prints the main class name out of a jar file.
PrintJarMainClass() - Constructor for class org.apache.hadoop.util.PrintJarMainClass
 
ProgramDriver - Class in org.apache.hadoop.util
A driver that is used to run programs added to it
ProgramDriver() - Constructor for class org.apache.hadoop.util.ProgramDriver
 
progress(String, float, String) - Method in class org.apache.hadoop.mapred.TaskTracker
Called periodically to report Task progress, from 0.0 to 1.0.
Progress - Class in org.apache.hadoop.util
Utility to assist with generation of progress reports.
Progress() - Constructor for class org.apache.hadoop.util.Progress
Creates a new root node.
progress() - Method in interface org.apache.hadoop.util.Progressable
callback for reporting progress.
Progressable - Interface in org.apache.hadoop.util
An interface for callbacks when an method makes some progress.

R

RandomWriter - Class in org.apache.hadoop.examples
This program uses map/reduce to just run a distributed job where there is no interaction between the tasks and each task write a large unsorted random binary sequence file of BytesWritable.
RandomWriter() - Constructor for class org.apache.hadoop.examples.RandomWriter
 
RandomWriter.Map - Class in org.apache.hadoop.examples
 
RandomWriter.Map() - Constructor for class org.apache.hadoop.examples.RandomWriter.Map
 
RBRACE_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
Rcc - Class in org.apache.hadoop.record.compiler.generated
 
Rcc(InputStream) - Constructor for class org.apache.hadoop.record.compiler.generated.Rcc
 
Rcc(InputStream, String) - Constructor for class org.apache.hadoop.record.compiler.generated.Rcc
 
Rcc(Reader) - Constructor for class org.apache.hadoop.record.compiler.generated.Rcc
 
Rcc(RccTokenManager) - Constructor for class org.apache.hadoop.record.compiler.generated.Rcc
 
RccConstants - Interface in org.apache.hadoop.record.compiler.generated
 
RccTokenManager - Class in org.apache.hadoop.record.compiler.generated
 
RccTokenManager(SimpleCharStream) - Constructor for class org.apache.hadoop.record.compiler.generated.RccTokenManager
 
RccTokenManager(SimpleCharStream, int) - Constructor for class org.apache.hadoop.record.compiler.generated.RccTokenManager
 
read(DataInput) - Static method in class org.apache.hadoop.io.MD5Hash
Constructs, reads and returns an instance.
read(Record) - Method in class org.apache.hadoop.record.RecordReader
Deserialize a record
READ_TIMEOUT - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
readBool(String) - Method in class org.apache.hadoop.record.BinaryInputArchive
 
readBool(String) - Method in interface org.apache.hadoop.record.InputArchive
 
readBuffer(String) - Method in class org.apache.hadoop.record.BinaryInputArchive
 
readBuffer(String) - Method in interface org.apache.hadoop.record.InputArchive
 
readByte(String) - Method in class org.apache.hadoop.record.BinaryInputArchive
 
readByte(String) - Method in interface org.apache.hadoop.record.InputArchive
 
readChar() - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
readCompressedByteArray(DataInput) - Static method in class org.apache.hadoop.io.WritableUtils
 
readCompressedString(DataInput) - Static method in class org.apache.hadoop.io.WritableUtils
 
readCompressedStringArray(DataInput) - Static method in class org.apache.hadoop.io.WritableUtils
 
readDouble(String) - Method in class org.apache.hadoop.record.BinaryInputArchive
 
readDouble(String) - Method in interface org.apache.hadoop.record.InputArchive
 
readFields(DataInput) - Method in class org.apache.hadoop.dfs.DatanodeInfo
 
readFields(DataInput) - Method in class org.apache.hadoop.io.ArrayWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.BooleanWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.BytesWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.CompressedWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.FloatWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.IntWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.LongWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.MD5Hash
 
readFields(DataInput) - Method in class org.apache.hadoop.io.NullWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.ObjectWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.TwoDArrayWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.UTF8
 
readFields(DataInput) - Method in class org.apache.hadoop.io.VersionedWritable
 
readFields(DataInput) - Method in interface org.apache.hadoop.io.Writable
Reads the fields of this object from in.
readFields(DataInput) - Method in class org.apache.hadoop.mapred.ClusterStatus
 
readFields(DataInput) - Method in class org.apache.hadoop.mapred.FileSplit
 
readFields(DataInput) - Method in class org.apache.hadoop.mapred.TaskReport
 
readFieldsCompressed(DataInput) - Method in class org.apache.hadoop.io.CompressedWritable
Subclasses implement this instead of CompressedWritable.readFields(DataInput).
readFloat(byte[], int) - Static method in class org.apache.hadoop.io.WritableComparator
Parse a float from a byte array.
readFloat(String) - Method in class org.apache.hadoop.record.BinaryInputArchive
 
readFloat(String) - Method in interface org.apache.hadoop.record.InputArchive
 
readInt(byte[], int) - Static method in class org.apache.hadoop.io.WritableComparator
Parse an integer from a byte array.
readInt(String) - Method in class org.apache.hadoop.record.BinaryInputArchive
 
readInt(String) - Method in interface org.apache.hadoop.record.InputArchive
 
readLong(byte[], int) - Static method in class org.apache.hadoop.io.WritableComparator
Parse a long from a byte array.
readLong(String) - Method in class org.apache.hadoop.record.BinaryInputArchive
 
readLong(String) - Method in interface org.apache.hadoop.record.InputArchive
 
readObject(DataInput, Configuration) - Static method in class org.apache.hadoop.io.ObjectWritable
Read a Writable, String, primitive type, or an array of the preceding.
readObject(DataInput, ObjectWritable, Configuration) - Static method in class org.apache.hadoop.io.ObjectWritable
Read a Writable, String, primitive type, or an array of the preceding.
readRecord(Record, String) - Method in class org.apache.hadoop.record.BinaryInputArchive
 
readRecord(Record, String) - Method in interface org.apache.hadoop.record.InputArchive
 
readString(DataInput) - Static method in class org.apache.hadoop.io.UTF8
Read a UTF-8 encoded string.
readString(DataInput) - Static method in class org.apache.hadoop.io.WritableUtils
 
readString(String) - Method in class org.apache.hadoop.record.BinaryInputArchive
 
readString(String) - Method in interface org.apache.hadoop.record.InputArchive
 
readStringArray(DataInput) - Static method in class org.apache.hadoop.io.WritableUtils
 
readUnsignedShort(byte[], int) - Static method in class org.apache.hadoop.io.WritableComparator
Parse an unsigned short from a byte array.
Record() - Method in class org.apache.hadoop.record.compiler.generated.Rcc
 
Record - Interface in org.apache.hadoop.record
Interface that is implemented by generated classes.
RECORD_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
RecordList() - Method in class org.apache.hadoop.record.compiler.generated.Rcc
 
RecordReader - Interface in org.apache.hadoop.mapred
Reads key/value pairs from an input file FileSplit.
RecordReader - Class in org.apache.hadoop.record
Front-end interface to deserializers.
RecordReader(InputStream, String) - Constructor for class org.apache.hadoop.record.RecordReader
Creates a new instance of RecordReader.
RecordWriter - Interface in org.apache.hadoop.mapred
Writes key/value pairs to an output file.
RecordWriter - Class in org.apache.hadoop.record
Front-end for serializers.
RecordWriter(OutputStream, String) - Constructor for class org.apache.hadoop.record.RecordWriter
Creates a new instance of RecordWriter
reduce(WritableComparable, Iterator, OutputCollector, Reporter) - Method in class org.apache.hadoop.examples.PiBenchmark.PiReducer
Reduce method.
reduce(WritableComparable, Iterator, OutputCollector, Reporter) - Method in class org.apache.hadoop.examples.RandomWriter
 
reduce(WritableComparable, Iterator, OutputCollector, Reporter) - Method in class org.apache.hadoop.examples.WordCount.Reduce
 
reduce(WritableComparable, Iterator, OutputCollector, Reporter) - Method in class org.apache.hadoop.mapred.lib.IdentityReducer
Writes all keys and values directly to output.
reduce(WritableComparable, Iterator, OutputCollector, Reporter) - Method in class org.apache.hadoop.mapred.lib.LongSumReducer
 
reduce(WritableComparable, Iterator, OutputCollector, Reporter) - Method in interface org.apache.hadoop.mapred.Reducer
Combines values for a given key.
reduce(WritableComparable, Iterator, OutputCollector, Reporter) - Method in class org.apache.hadoop.util.CopyFiles.CopyFilesReducer
 
reduceProgress() - Method in interface org.apache.hadoop.mapred.RunningJob
Returns a float between 0.0 and 1.0, indicating progress on the reduce portion of the job.
Reducer - Interface in org.apache.hadoop.mapred
Reduces a set of intermediate values which share a key to a smaller set of values.
RegexMapper - Class in org.apache.hadoop.mapred.lib
A Mapper that extracts text matching a regular expression.
RegexMapper() - Constructor for class org.apache.hadoop.mapred.lib.RegexMapper
 
register(DatanodeRegistration) - Method in class org.apache.hadoop.dfs.NameNode
 
registerUpdater(Updater) - Method in interface org.apache.hadoop.metrics.MetricsContext
Registers a callback to be called at regular time intervals, as determined by the implementation-class specific configuration.
registerUpdater(Updater) - Method in class org.apache.hadoop.metrics.spi.AbstractMetricsContext
Registers a callback to be called at time intervals determined by the configuration.
ReInit(InputStream) - Method in class org.apache.hadoop.record.compiler.generated.Rcc
 
ReInit(InputStream, String) - Method in class org.apache.hadoop.record.compiler.generated.Rcc
 
ReInit(Reader) - Method in class org.apache.hadoop.record.compiler.generated.Rcc
 
ReInit(RccTokenManager) - Method in class org.apache.hadoop.record.compiler.generated.Rcc
 
ReInit(SimpleCharStream) - Method in class org.apache.hadoop.record.compiler.generated.RccTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.apache.hadoop.record.compiler.generated.RccTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
ReInit(Reader) - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
ReInit(InputStream, String) - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
ReInit(InputStream) - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
ReInit(InputStream, String, int, int) - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
release(Path) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
release(File) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated. Call FileSystem.release(Path) instead.
release(Path) - Method in class org.apache.hadoop.fs.FileSystem
Release the lock
release(Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
releaseLock(String, String) - Method in class org.apache.hadoop.dfs.NameNode
 
RemoteException - Exception in org.apache.hadoop.ipc
 
RemoteException(String, String) - Constructor for exception org.apache.hadoop.ipc.RemoteException
 
remove() - Method in interface org.apache.hadoop.metrics.MetricsRecord
Removes, from the buffered data table, the row (if it exists) having tags that equal the tags that have been set on this record.
remove(MetricsRecordImpl) - Method in class org.apache.hadoop.metrics.spi.AbstractMetricsContext
Called by MetricsRecordImpl.remove().
remove() - Method in class org.apache.hadoop.metrics.spi.MetricsRecordImpl
Removes the row, if it exists, in the buffered data table having tags that equal the tags that have been set on this record.
remove(MetricsRecordImpl) - Method in class org.apache.hadoop.metrics.spi.NullContext
Do-nothing version of remove
removeAttribute(String) - Method in class org.apache.hadoop.metrics.ContextFactory
Removes the named attribute if it exists.
rename(String, String) - Method in class org.apache.hadoop.dfs.DFSShell
Rename an DFS file
rename(String, String) - Method in class org.apache.hadoop.dfs.NameNode
 
rename(File, File) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated. Call FileSystem.rename(Path, Path) instead.
rename(Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
Renames Path src to Path dst.
rename(FileSystem, String, String) - Static method in class org.apache.hadoop.io.MapFile
Renames an existing map directory.
renameRaw(Path, Path) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
Rename files/dirs
renameRaw(Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
Renames Path src to Path dst.
renameRaw(Path, Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
renewLease(String) - Method in class org.apache.hadoop.dfs.NameNode
 
report() - Method in class org.apache.hadoop.dfs.DFSShell
Gives a report on how the FileSystem is doing
reportChecksumFailure(Path, FSInputStream, long, long, int) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
reportChecksumFailure(Path, FSInputStream, long, long, int) - Method in class org.apache.hadoop.fs.FileSystem
Report a checksum error to the file system.
reportChecksumFailure(Path, FSInputStream, long, long, int) - Method in class org.apache.hadoop.fs.LocalFileSystem
Moves files to a bad file directory on the same device, so that their storage will not be reused.
reportDiagnosticInfo(String, String) - Method in class org.apache.hadoop.mapred.TaskTracker
Called when the task dies before completion, and we want to report back diagnostic info
Reporter - Interface in org.apache.hadoop.mapred
Passed to application code to permit alteration of status.
reportTaskTrackerError(String, String, String) - Method in class org.apache.hadoop.mapred.JobTracker
 
reportWrittenBlock(LocatedBlock) - Method in class org.apache.hadoop.dfs.NameNode
The client can report in a set written blocks that it wrote.
reset(byte[], int) - Method in class org.apache.hadoop.io.DataInputBuffer
Resets the data that the buffer reads.
reset(byte[], int, int) - Method in class org.apache.hadoop.io.DataInputBuffer
Resets the data that the buffer reads.
reset() - Method in class org.apache.hadoop.io.DataOutputBuffer
Resets the buffer to empty.
reset() - Method in class org.apache.hadoop.io.MapFile.Reader
Re-positions the reader before its first key.
RPC - Class in org.apache.hadoop.ipc
A simple RPC mechanism.
RPC.Server - Class in org.apache.hadoop.ipc
An RPC Server.
RPC.Server(Object, Configuration, int) - Constructor for class org.apache.hadoop.ipc.RPC.Server
Construct an RPC server.
RPC.Server(Object, Configuration, int, int, boolean) - Constructor for class org.apache.hadoop.ipc.RPC.Server
Construct an RPC server.
run() - Method in class org.apache.hadoop.dfs.DataNode
No matter what kind of exception we get, keep retrying to offerService().
run(Configuration) - Static method in class org.apache.hadoop.dfs.DataNode
Start datanode daemons.
run(String[]) - Method in class org.apache.hadoop.dfs.DFSck
 
run(String[]) - Method in class org.apache.hadoop.dfs.DFSShell
run
run(String[]) - Method in class org.apache.hadoop.mapred.JobClient
 
run(RecordReader, OutputCollector, Reporter) - Method in interface org.apache.hadoop.mapred.MapRunnable
Called to execute mapping.
run(RecordReader, OutputCollector, Reporter) - Method in class org.apache.hadoop.mapred.MapRunner
 
run() - Method in class org.apache.hadoop.mapred.TaskTracker
The server retry loop.
run(String[]) - Method in class org.apache.hadoop.util.CopyFiles
This is the main driver for recursively copying directories across file systems.
run(String[]) - Method in interface org.apache.hadoop.util.Tool
execute the command with the given arguments
RunJar - Class in org.apache.hadoop.util
Run a Hadoop job jar.
RunJar() - Constructor for class org.apache.hadoop.util.RunJar
 
runJob(JobConf) - Static method in class org.apache.hadoop.mapred.JobClient
Utility that submits a job, then polls for progress until the job is complete.
RUNLENGTH_ENCODING - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
RunningJob - Interface in org.apache.hadoop.mapred
Includes details on a running MapReduce job.
runningJobs() - Method in class org.apache.hadoop.mapred.JobTracker
 

S

seek(long) - Method in class org.apache.hadoop.fs.FSDataInputStream
 
seek(long) - Method in class org.apache.hadoop.fs.FSInputStream
Seek to the given offset from the start of the file.
seek(long) - Method in interface org.apache.hadoop.fs.Seekable
Seek to the given offset from the start of the file.
seek(long) - Method in class org.apache.hadoop.io.ArrayFile.Reader
Positions the reader before its nth value.
seek(WritableComparable) - Method in class org.apache.hadoop.io.MapFile.Reader
Positions the reader at the named key, or if none such exists, at the first entry after the named key.
seek(long) - Method in class org.apache.hadoop.io.SequenceFile.Reader
Set the current byte position in the input file.
seek(WritableComparable) - Method in class org.apache.hadoop.io.SetFile.Reader
 
Seekable - Interface in org.apache.hadoop.fs
Stream that permits seeking.
SEMICOLON_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
sendHeartbeat(DatanodeRegistration, long, long, int, int) - Method in class org.apache.hadoop.dfs.NameNode
Data node notify the name node that it is alive Return a block-oriented command for the datanode to execute.
SEPARATOR - Static variable in class org.apache.hadoop.fs.Path
The directory separator, a slash.
SequenceFile - Class in org.apache.hadoop.io
Support for flat files of binary key/value pairs.
SequenceFile.Reader - Class in org.apache.hadoop.io
Writes key/value pairs from a sequence-format file.
SequenceFile.Reader(FileSystem, String, Configuration) - Constructor for class org.apache.hadoop.io.SequenceFile.Reader
Deprecated. Call #Reader(FileSystem,Path,Configuration).
SequenceFile.Reader(FileSystem, Path, Configuration) - Constructor for class org.apache.hadoop.io.SequenceFile.Reader
Open the named file.
SequenceFile.Sorter - Class in org.apache.hadoop.io
Sorts key/value pairs in a sequence-format file.
SequenceFile.Sorter(FileSystem, Class, Class, Configuration) - Constructor for class org.apache.hadoop.io.SequenceFile.Sorter
Sort and merge files containing the named classes.
SequenceFile.Sorter(FileSystem, WritableComparator, Class, Configuration) - Constructor for class org.apache.hadoop.io.SequenceFile.Sorter
Sort and merge using an arbitrary WritableComparator.
SequenceFile.Writer - Class in org.apache.hadoop.io
Write key/value pairs to a sequence-format file.
SequenceFile.Writer(FileSystem, String, Class, Class) - Constructor for class org.apache.hadoop.io.SequenceFile.Writer
Deprecated. Call #Writer(FileSystem,Path,Class,Class).
SequenceFile.Writer(FileSystem, Path, Class, Class) - Constructor for class org.apache.hadoop.io.SequenceFile.Writer
Create the named file.
SequenceFile.Writer(FileSystem, Path, Class, Class, Progressable) - Constructor for class org.apache.hadoop.io.SequenceFile.Writer
Create the named file with write-progress reporter.
SequenceFile.Writer(FileSystem, Path, Class, Class, boolean) - Constructor for class org.apache.hadoop.io.SequenceFile.Writer
Create the named file.
SequenceFile.Writer(FileSystem, Path, Class, Class, boolean, Progressable) - Constructor for class org.apache.hadoop.io.SequenceFile.Writer
Create the named file with write-progress reporter.
SequenceFileInputFormat - Class in org.apache.hadoop.mapred
An InputFormat for SequenceFiles.
SequenceFileInputFormat() - Constructor for class org.apache.hadoop.mapred.SequenceFileInputFormat
 
SequenceFileOutputFormat - Class in org.apache.hadoop.mapred
An OutputFormat that writes SequenceFiles.
SequenceFileOutputFormat() - Constructor for class org.apache.hadoop.mapred.SequenceFileOutputFormat
 
SequenceFileRecordReader - Class in org.apache.hadoop.mapred
An RecordReader for SequenceFiles.
SequenceFileRecordReader(Configuration, FileSplit) - Constructor for class org.apache.hadoop.mapred.SequenceFileRecordReader
 
serialize(OutputArchive, String) - Method in interface org.apache.hadoop.record.Record
 
Server - Class in org.apache.hadoop.ipc
An abstract IPC service.
Server(int, Class, int, Configuration) - Constructor for class org.apache.hadoop.ipc.Server
Constructs a server listening on the named port.
set(String, Object) - Method in class org.apache.hadoop.conf.Configuration
Sets the value of the name property.
set(Writable[]) - Method in class org.apache.hadoop.io.ArrayWritable
 
set(boolean) - Method in class org.apache.hadoop.io.BooleanWritable
Set the value of the BooleanWritable
set(float) - Method in class org.apache.hadoop.io.FloatWritable
Set the value of this FloatWritable.
set(int) - Method in class org.apache.hadoop.io.IntWritable
Set the value of this IntWritable.
set(long) - Method in class org.apache.hadoop.io.LongWritable
Set the value of this LongWritable.
set(MD5Hash) - Method in class org.apache.hadoop.io.MD5Hash
Copy the contents of another instance into this instance.
set(Object) - Method in class org.apache.hadoop.io.ObjectWritable
Reset the instance.
set(Writable[][]) - Method in class org.apache.hadoop.io.TwoDArrayWritable
 
set(String) - Method in class org.apache.hadoop.io.UTF8
Set to contain the contents of a string.
set(UTF8) - Method in class org.apache.hadoop.io.UTF8
Set to contain the contents of a string.
set(float) - Method in class org.apache.hadoop.util.Progress
Called during execution on a leaf node to set its progress.
setAttribute(String, Object) - Method in class org.apache.hadoop.mapred.StatusHttpServer
Set a value in the webapp context.
setAttribute(String, Object) - Method in class org.apache.hadoop.metrics.ContextFactory
Sets the named factory attribute to the specified value, creating it if it did not already exist.
setBoolean(String, boolean) - Method in class org.apache.hadoop.conf.Configuration
Sets the value of the name property to an integer.
setCapacity(int) - Method in class org.apache.hadoop.io.BytesWritable
Change the capacity of the backing storage.
setClass(String, Class, Class) - Method in class org.apache.hadoop.conf.Configuration
Sets the value of the name property to the name of a class.
setCombinerClass(Class) - Method in class org.apache.hadoop.mapred.JobConf
 
setConf(Configuration) - Method in interface org.apache.hadoop.conf.Configurable
Set the configuration to be used by this object.
setConf(Configuration) - Method in class org.apache.hadoop.conf.Configured
 
setConf(Configuration) - Method in class org.apache.hadoop.io.ObjectWritable
 
setConf(Configuration) - Method in class org.apache.hadoop.util.CopyFiles
 
setConf(Configuration) - Method in class org.apache.hadoop.util.ToolBase
 
setCorruptFiles(long) - Method in class org.apache.hadoop.dfs.DFSck.Result
 
setDebugStream(PrintStream) - Method in class org.apache.hadoop.record.compiler.generated.RccTokenManager
 
setDigest(String) - Method in class org.apache.hadoop.io.MD5Hash
Sets the digest value from a hex string.
setFactor(int) - Method in class org.apache.hadoop.io.SequenceFile.Sorter
Set the number of streams to merge at once.
setFactory(Class, WritableFactory) - Static method in class org.apache.hadoop.io.WritableFactories
Define a factory for a class.
SetFile - Class in org.apache.hadoop.io
A file-based set of keys.
SetFile() - Constructor for class org.apache.hadoop.io.SetFile
 
SetFile.Reader - Class in org.apache.hadoop.io
Provide access to an existing set file.
SetFile.Reader(FileSystem, String, Configuration) - Constructor for class org.apache.hadoop.io.SetFile.Reader
Construct a set reader for the named set.
SetFile.Reader(FileSystem, String, WritableComparator, Configuration) - Constructor for class org.apache.hadoop.io.SetFile.Reader
Construct a set reader for the named set using the named comparator.
SetFile.Writer - Class in org.apache.hadoop.io
Write a new set file.
SetFile.Writer(FileSystem, String, Class) - Constructor for class org.apache.hadoop.io.SetFile.Writer
Create the named set for keys of the named class.
SetFile.Writer(FileSystem, String, WritableComparator) - Constructor for class org.apache.hadoop.io.SetFile.Writer
Create the named set using the named key comparator.
setIndexInterval(int) - Method in class org.apache.hadoop.io.MapFile.Writer
Sets the index interval.
setInputDir(File) - Method in class org.apache.hadoop.mapred.JobConf
Deprecated. Call JobConf.setInputPath(Path) instead.
setInputFormat(Class) - Method in class org.apache.hadoop.mapred.JobConf
 
setInputKeyClass(Class) - Method in class org.apache.hadoop.mapred.JobConf
 
setInputPath(Path) - Method in class org.apache.hadoop.mapred.JobConf
 
setInputValueClass(Class) - Method in class org.apache.hadoop.mapred.JobConf
 
setInt(String, int) - Method in class org.apache.hadoop.conf.Configuration
Sets the value of the name property to an integer.
setJar(String) - Method in class org.apache.hadoop.mapred.JobConf
 
setJobName(String) - Method in class org.apache.hadoop.mapred.JobConf
Set the user-specified job name.
setLong(String, long) - Method in class org.apache.hadoop.conf.Configuration
Sets the value of the name property to a long.
setMapOutputKeyClass(Class) - Method in class org.apache.hadoop.mapred.JobConf
Set the key class for the map output data.
setMapOutputValueClass(Class) - Method in class org.apache.hadoop.mapred.JobConf
Set the value class for the map output data.
setMapperClass(Class) - Method in class org.apache.hadoop.mapred.JobConf
 
setMapRunnerClass(Class) - Method in class org.apache.hadoop.mapred.JobConf
 
setMemory(int) - Method in class org.apache.hadoop.io.SequenceFile.Sorter
Set the total amount of buffer memory, in bytes.
setMetric(String, int) - Method in interface org.apache.hadoop.metrics.MetricsRecord
Sets the named metric to the specified value.
setMetric(String, short) - Method in interface org.apache.hadoop.metrics.MetricsRecord
Sets the named metric to the specified value.
setMetric(String, byte) - Method in interface org.apache.hadoop.metrics.MetricsRecord
Sets the named metric to the specified value.
setMetric(String, float) - Method in interface org.apache.hadoop.metrics.MetricsRecord
Sets the named metric to the specified value.
setMetric(String, int) - Method in class org.apache.hadoop.metrics.spi.MetricsRecordImpl
Sets the named metric to the specified value.
setMetric(String, short) - Method in class org.apache.hadoop.metrics.spi.MetricsRecordImpl
Sets the named metric to the specified value.
setMetric(String, byte) - Method in class org.apache.hadoop.metrics.spi.MetricsRecordImpl
Sets the named metric to the specified value.
setMetric(String, float) - Method in class org.apache.hadoop.metrics.spi.MetricsRecordImpl
Sets the named metric to the specified value.
setMinSplitSize(long) - Method in class org.apache.hadoop.mapred.InputFormatBase
 
setMissingSize(long) - Method in class org.apache.hadoop.dfs.DFSck.Result
 
setName(Class, String) - Static method in class org.apache.hadoop.io.WritableName
Set the name that a class should be known as to something other than the class name.
setNumMapTasks(int) - Method in class org.apache.hadoop.mapred.JobConf
 
setNumReduceTasks(int) - Method in class org.apache.hadoop.mapred.JobConf
 
setObject(String, Object) - Method in class org.apache.hadoop.conf.Configuration
Sets the value of the name property.
setOutputDir(File) - Method in class org.apache.hadoop.mapred.JobConf
Deprecated. Call JobConf.setOutputPath(Path) instead.
setOutputFormat(Class) - Method in class org.apache.hadoop.mapred.JobConf
 
setOutputKeyClass(Class) - Method in class org.apache.hadoop.mapred.JobConf
 
setOutputKeyComparatorClass(Class) - Method in class org.apache.hadoop.mapred.JobConf
 
setOutputPath(Path) - Method in class org.apache.hadoop.mapred.JobConf
 
setOutputValueClass(Class) - Method in class org.apache.hadoop.mapred.JobConf
 
setOverReplicatedBlocks(long) - Method in class org.apache.hadoop.dfs.DFSck.Result
 
setPartitionerClass(Class) - Method in class org.apache.hadoop.mapred.JobConf
 
setPeriod(int) - Method in class org.apache.hadoop.metrics.spi.AbstractMetricsContext
Sets the timer period
setReducerClass(Class) - Method in class org.apache.hadoop.mapred.JobConf
 
setReplication(int) - Method in class org.apache.hadoop.dfs.DFSck.Result
 
setReplication(short, Path, boolean) - Method in class org.apache.hadoop.dfs.DFSShell
Set the replication for the path argument if it's a directory and recursive is true, set replication for all the subdirs and those files too
setReplication(String, short) - Method in class org.apache.hadoop.dfs.NameNode
 
setReplication(Path, short) - Method in class org.apache.hadoop.fs.FileSystem
Set replication for an existing file.
setReplicationRaw(Path, short) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
setReplicationRaw(Path, short) - Method in class org.apache.hadoop.fs.FileSystem
Set replication for an existing file.
setReplicationRaw(Path, short) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
setShowThreadIDs(boolean) - Static method in class org.apache.hadoop.util.LogFormatter
Deprecated. When set true, thread IDs are logged.
setSize(int) - Method in class org.apache.hadoop.io.BytesWritable
Change the size of the buffer.
setSpeculativeExecution(boolean) - Method in class org.apache.hadoop.mapred.JobConf
Turn on or off speculative execution for this job.
setStatus(String) - Method in interface org.apache.hadoop.mapred.Reporter
Alter the application's status description.
setStatus(String) - Method in class org.apache.hadoop.util.Progress
 
setTabSize(int) - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
setTag(String, String) - Method in interface org.apache.hadoop.metrics.MetricsRecord
Sets the named tag to the specified value.
setTag(String, int) - Method in interface org.apache.hadoop.metrics.MetricsRecord
Sets the named tag to the specified value.
setTag(String, short) - Method in interface org.apache.hadoop.metrics.MetricsRecord
Sets the named tag to the specified value.
setTag(String, byte) - Method in interface org.apache.hadoop.metrics.MetricsRecord
Sets the named tag to the specified value.
setTag(String, String) - Method in class org.apache.hadoop.metrics.spi.MetricsRecordImpl
Sets the named tag to the specified value.
setTag(String, int) - Method in class org.apache.hadoop.metrics.spi.MetricsRecordImpl
Sets the named tag to the specified value.
setTag(String, short) - Method in class org.apache.hadoop.metrics.spi.MetricsRecordImpl
Sets the named tag to the specified value.
setTag(String, byte) - Method in class org.apache.hadoop.metrics.spi.MetricsRecordImpl
Sets the named tag to the specified value.
setThreads(int, int) - Method in class org.apache.hadoop.mapred.StatusHttpServer
 
setTimeout(int) - Method in class org.apache.hadoop.ipc.Client
Sets the timeout used for network i/o.
setTimeout(int) - Method in class org.apache.hadoop.ipc.Server
Sets the timeout used for network i/o.
setTotalBlocks(long) - Method in class org.apache.hadoop.dfs.DFSck.Result
 
setTotalDirs(long) - Method in class org.apache.hadoop.dfs.DFSck.Result
 
setTotalFiles(long) - Method in class org.apache.hadoop.dfs.DFSck.Result
 
setTotalSize(long) - Method in class org.apache.hadoop.dfs.DFSck.Result
 
setUnderReplicatedBlocks(long) - Method in class org.apache.hadoop.dfs.DFSck.Result
 
setUser(String) - Method in class org.apache.hadoop.mapred.JobConf
Set the reported username for this job.
setValueClass(Class) - Method in class org.apache.hadoop.io.ArrayWritable
 
setWorkingDirectory(Path) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
setWorkingDirectory(Path) - Method in class org.apache.hadoop.fs.FileSystem
Set the current working directory for the given file system.
setWorkingDirectory(Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
Set the working directory to the given directory.
setWorkingDirectory(Path) - Method in class org.apache.hadoop.mapred.JobConf
Set the current working directory for the default file system
showTime(boolean) - Static method in class org.apache.hadoop.util.LogFormatter
Deprecated. When true, time is logged with each entry.
shutdown() - Method in class org.apache.hadoop.mapred.TaskTracker
 
SimpleCharStream - Class in org.apache.hadoop.record.compiler.generated
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
simpleHostname(String) - Static method in class org.apache.hadoop.util.StringUtils
Given a full hostname, return the word upto the first dot.
skip(DataInput) - Static method in class org.apache.hadoop.io.UTF8
Skips over one UTF8 in the input.
skipCompressedByteArray(DataInput) - Static method in class org.apache.hadoop.io.WritableUtils
 
Sort - Class in org.apache.hadoop.examples
This is the trivial map/reduce program that does absolutely nothing other than use the framework to fragment and sort the input values.
Sort() - Constructor for class org.apache.hadoop.examples.Sort
 
sort(Path[], Path, boolean) - Method in class org.apache.hadoop.io.SequenceFile.Sorter
Perform a file sort from a set of input files into an output file.
sort(Path, Path) - Method in class org.apache.hadoop.io.SequenceFile.Sorter
The backwards compatible interface to sort.
specialConstructor - Variable in exception org.apache.hadoop.record.compiler.generated.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.apache.hadoop.record.compiler.generated.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
start() - Method in class org.apache.hadoop.ipc.Server
Starts the service.
start() - Method in class org.apache.hadoop.mapred.StatusHttpServer
Start the server.
startLocalOutput(Path, Path) - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
startLocalOutput(File, File) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated. Call FileSystem.startLocalOutput(Path, Path) instead.
startLocalOutput(Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
Returns a local File that the user can write output to.
startLocalOutput(Path, Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
startMap(String) - Method in class org.apache.hadoop.record.BinaryInputArchive
 
startMap(TreeMap, String) - Method in class org.apache.hadoop.record.BinaryOutputArchive
 
startMap(TreeMap, String) - Method in class org.apache.hadoop.record.CsvOutputArchive
 
startMap(String) - Method in interface org.apache.hadoop.record.InputArchive
 
startMap(TreeMap, String) - Method in interface org.apache.hadoop.record.OutputArchive
 
startMonitoring() - Method in class org.apache.hadoop.metrics.file.FileContext
Starts or restarts monitoring, by opening in append-mode, the file specified by the fileName attribute, if specified.
startMonitoring() - Method in interface org.apache.hadoop.metrics.MetricsContext
Starts or restarts monitoring, the emitting of metrics records as they are updated.
startMonitoring() - Method in class org.apache.hadoop.metrics.spi.AbstractMetricsContext
Starts or restarts monitoring, the emitting of metrics records.
startMonitoring() - Method in class org.apache.hadoop.metrics.spi.NullContext
Do-nothing version of startMonitoring
startNextPhase() - Method in class org.apache.hadoop.util.Progress
Called during execution to move to the next phase at this level in the tree.
startRecord(String) - Method in class org.apache.hadoop.record.BinaryInputArchive
 
startRecord(Record, String) - Method in class org.apache.hadoop.record.BinaryOutputArchive
 
startRecord(Record, String) - Method in class org.apache.hadoop.record.CsvOutputArchive
 
startRecord(String) - Method in interface org.apache.hadoop.record.InputArchive
 
startRecord(Record, String) - Method in interface org.apache.hadoop.record.OutputArchive
 
startTracker(Configuration) - Static method in class org.apache.hadoop.mapred.JobTracker
 
startVector(String) - Method in class org.apache.hadoop.record.BinaryInputArchive
 
startVector(ArrayList, String) - Method in class org.apache.hadoop.record.BinaryOutputArchive
 
startVector(ArrayList, String) - Method in class org.apache.hadoop.record.CsvOutputArchive
 
startVector(String) - Method in interface org.apache.hadoop.record.InputArchive
 
startVector(ArrayList, String) - Method in interface org.apache.hadoop.record.OutputArchive
 
stateChangeLog - Static variable in class org.apache.hadoop.dfs.NameNode
 
staticFlag - Static variable in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
StatusHttpServer - Class in org.apache.hadoop.mapred
Create a Jetty embedded server to answer http requests.
StatusHttpServer(String, int, boolean) - Constructor for class org.apache.hadoop.mapred.StatusHttpServer
Create a status server on the given port.
STILL_WAITING - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
stop() - Method in class org.apache.hadoop.ipc.Client
Stop all threads related to this client.
stop() - Method in class org.apache.hadoop.ipc.Server
Stops the service.
stop() - Method in class org.apache.hadoop.mapred.StatusHttpServer
stop the server
stopMonitoring() - Method in class org.apache.hadoop.metrics.file.FileContext
Stops monitoring, closing the file.
stopMonitoring() - Method in interface org.apache.hadoop.metrics.MetricsContext
Stops monitoring.
stopMonitoring() - Method in class org.apache.hadoop.metrics.spi.AbstractMetricsContext
Stops monitoring.
stopTracker() - Static method in class org.apache.hadoop.mapred.JobTracker
 
stringifyException(Throwable) - Static method in class org.apache.hadoop.util.StringUtils
Make a string representation of the exception.
StringUtils - Class in org.apache.hadoop.util
General string utils
StringUtils() - Constructor for class org.apache.hadoop.util.StringUtils
 
submitJob(String) - Method in class org.apache.hadoop.mapred.JobClient
Submit a job to the MR system
submitJob(JobConf) - Method in class org.apache.hadoop.mapred.JobClient
Submit a job to the MR system
submitJob(String) - Method in class org.apache.hadoop.mapred.JobTracker
JobTracker.submitJob() kicks off a new job.
suffix(String) - Method in class org.apache.hadoop.fs.Path
Adds a suffix to a the final name in the path.
SwitchTo(int) - Method in class org.apache.hadoop.record.compiler.generated.RccTokenManager
 
sync(long) - Method in class org.apache.hadoop.io.SequenceFile.Reader
Seek to the next sync mark past a given position.
SYNC_INTERVAL - Static variable in class org.apache.hadoop.io.SequenceFile
The number of bytes between sync points.
syncSeen() - Method in class org.apache.hadoop.io.SequenceFile.Reader
Returns true iff the previous call to next passed a sync mark.

T

tabSize - Variable in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
TaskReport - Class in org.apache.hadoop.mapred
A report on the state of a task.
TaskReport() - Constructor for class org.apache.hadoop.mapred.TaskReport
 
TaskTracker - Class in org.apache.hadoop.mapred
TaskTracker is a process that starts and tracks MR Tasks in a networked environment.
TaskTracker(JobConf) - Constructor for class org.apache.hadoop.mapred.TaskTracker
Start with the local machine name, and the default JobTracker
TaskTracker.Child - Class in org.apache.hadoop.mapred
The main() for child processes.
TaskTracker.Child() - Constructor for class org.apache.hadoop.mapred.TaskTracker.Child
 
taskTrackers() - Method in class org.apache.hadoop.mapred.JobTracker
 
TextInputFormat - Class in org.apache.hadoop.mapred
An InputFormat for plain text files.
TextInputFormat() - Constructor for class org.apache.hadoop.mapred.TextInputFormat
 
TextOutputFormat - Class in org.apache.hadoop.mapred
An OutputFormat that writes plain text files.
TextOutputFormat() - Constructor for class org.apache.hadoop.mapred.TextOutputFormat
 
toArray() - Method in class org.apache.hadoop.io.ArrayWritable
 
toArray() - Method in class org.apache.hadoop.io.TwoDArrayWritable
 
token - Variable in class org.apache.hadoop.record.compiler.generated.Rcc
 
Token - Class in org.apache.hadoop.record.compiler.generated
Describes the input token stream.
Token() - Constructor for class org.apache.hadoop.record.compiler.generated.Token
 
token_source - Variable in class org.apache.hadoop.record.compiler.generated.Rcc
 
TokenCountMapper - Class in org.apache.hadoop.mapred.lib
A Mapper that maps text values into pairs.
TokenCountMapper() - Constructor for class org.apache.hadoop.mapred.lib.TokenCountMapper
 
tokenImage - Variable in exception org.apache.hadoop.record.compiler.generated.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
TokenMgrError - Error in org.apache.hadoop.record.compiler.generated
 
TokenMgrError() - Constructor for error org.apache.hadoop.record.compiler.generated.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.apache.hadoop.record.compiler.generated.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.hadoop.record.compiler.generated.TokenMgrError
 
Tool - Interface in org.apache.hadoop.util
A tool interface that support generic options handling
ToolBase - Class in org.apache.hadoop.util
This is a base class to support generic commonad options.
ToolBase() - Constructor for class org.apache.hadoop.util.ToolBase
 
toString() - Method in class org.apache.hadoop.conf.Configuration
 
toString() - Method in class org.apache.hadoop.dfs.DataNode
 
toString() - Method in class org.apache.hadoop.dfs.DataNodeReport
 
toString() - Method in class org.apache.hadoop.dfs.DFSck.Result
 
toString() - Method in class org.apache.hadoop.dfs.DistributedFileSystem
 
toString() - Method in class org.apache.hadoop.fs.DF
 
toString() - Method in class org.apache.hadoop.fs.LocalFileSystem
 
toString() - Method in class org.apache.hadoop.fs.Path
 
toString() - Method in class org.apache.hadoop.io.FloatWritable
 
toString() - Method in class org.apache.hadoop.io.IntWritable
 
toString() - Method in class org.apache.hadoop.io.LongWritable
 
toString() - Method in class org.apache.hadoop.io.MD5Hash
Returns a string representation of this object.
toString() - Method in class org.apache.hadoop.io.SequenceFile.Reader
Returns the name of the file.
toString() - Method in class org.apache.hadoop.io.UTF8
Convert to a String.
toString() - Method in exception org.apache.hadoop.io.VersionMismatchException
Returns a string representation of this object.
toString() - Method in class org.apache.hadoop.mapred.FileSplit
 
toString() - Method in class org.apache.hadoop.record.compiler.generated.Token
Returns the image.
toString() - Method in class org.apache.hadoop.util.Progress
 
toStrings() - Method in class org.apache.hadoop.io.ArrayWritable
 
TwoDArrayWritable - Class in org.apache.hadoop.io
A Writable for 2D arrays containing a matrix of instances of a class.
TwoDArrayWritable(Class) - Constructor for class org.apache.hadoop.io.TwoDArrayWritable
 
TwoDArrayWritable(Class, Writable[][]) - Constructor for class org.apache.hadoop.io.TwoDArrayWritable
 
Type() - Method in class org.apache.hadoop.record.compiler.generated.Rcc
 

U

unJar(File, File) - Static method in class org.apache.hadoop.util.RunJar
Unpack a jar file into a directory.
unregisterUpdater(Updater) - Method in interface org.apache.hadoop.metrics.MetricsContext
Removes a callback, if it exists.
unregisterUpdater(Updater) - Method in class org.apache.hadoop.metrics.spi.AbstractMetricsContext
Removes a callback, if it exists.
update() - Method in interface org.apache.hadoop.metrics.MetricsRecord
Updates the table of buffered data which is to be sent periodically.
update(MetricsRecordImpl) - Method in class org.apache.hadoop.metrics.spi.AbstractMetricsContext
Called by MetricsRecordImpl.update().
update() - Method in class org.apache.hadoop.metrics.spi.MetricsRecordImpl
Updates the table of buffered data which is to be sent periodically.
update(MetricsRecordImpl) - Method in class org.apache.hadoop.metrics.spi.NullContext
Do-nothing version of update
updateBlocks(Block[]) - Method in class org.apache.hadoop.dfs.DatanodeInfo
 
updateHeartbeat(long, long, int) - Method in class org.apache.hadoop.dfs.DatanodeInfo
 
UpdateLineColumn(char) - Method in class org.apache.hadoop.record.compiler.generated.SimpleCharStream
 
Updater - Interface in org.apache.hadoop.metrics
Call-back interface.
USTRING_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
UTF8 - Class in org.apache.hadoop.io
A WritableComparable for strings that uses the UTF8 encoding.
UTF8() - Constructor for class org.apache.hadoop.io.UTF8
 
UTF8(String) - Constructor for class org.apache.hadoop.io.UTF8
Construct from a given string.
UTF8(UTF8) - Constructor for class org.apache.hadoop.io.UTF8
Construct from a given string.
UTF8.Comparator - Class in org.apache.hadoop.io
A WritableComparator optimized for UTF8 keys.
UTF8.Comparator() - Constructor for class org.apache.hadoop.io.UTF8.Comparator
 
Util - Class in org.apache.hadoop.metrics.spi
Static utility methods
Utils - Class in org.apache.hadoop.record
Various utility functions for Hadooop record I/O runtime.

V

Vector() - Method in class org.apache.hadoop.record.compiler.generated.Rcc
 
VECTOR_TKN - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
verifyRequest(DatanodeRegistration) - Method in class org.apache.hadoop.dfs.NameNode
Verify request.
verifyVersion(int) - Method in class org.apache.hadoop.dfs.NameNode
Verify version.
VersionedWritable - Class in org.apache.hadoop.io
A base class for Writables that provides version checking.
VersionedWritable() - Constructor for class org.apache.hadoop.io.VersionedWritable
 
VersionMismatchException - Exception in org.apache.hadoop.io
Thrown by VersionedWritable.readFields(DataInput) when the version of an object being read does not match the current implementation version as returned by VersionedWritable.getVersion().
VersionMismatchException(byte, byte) - Constructor for exception org.apache.hadoop.io.VersionMismatchException
 

W

waitForCompletion() - Method in interface org.apache.hadoop.mapred.RunningJob
Blocks until the job is complete.
WithinMultiLineComment - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
WithinOneLineComment - Static variable in interface org.apache.hadoop.record.compiler.generated.RccConstants
 
WordCount - Class in org.apache.hadoop.examples
This is an example Hadoop Map/Reduce application.
WordCount() - Constructor for class org.apache.hadoop.examples.WordCount
 
WordCount.MapClass - Class in org.apache.hadoop.examples
Counts the words in each line.
WordCount.MapClass() - Constructor for class org.apache.hadoop.examples.WordCount.MapClass
 
WordCount.Reduce - Class in org.apache.hadoop.examples
A reducer class that just emits the sum of the input values.
WordCount.Reduce() - Constructor for class org.apache.hadoop.examples.WordCount.Reduce
 
Writable - Interface in org.apache.hadoop.io
A simple, efficient, serialization protocol, based on DataInput and DataOutput.
WritableComparable - Interface in org.apache.hadoop.io
An interface which extends both Writable and Comparable.
WritableComparator - Class in org.apache.hadoop.io
A Comparator for WritableComparables.
WritableComparator(Class) - Constructor for class org.apache.hadoop.io.WritableComparator
Construct for a WritableComparable implementation.
WritableFactories - Class in org.apache.hadoop.io
Factories for non-public writables.
WritableFactory - Interface in org.apache.hadoop.io
A factory for a class of Writable.
WritableName - Class in org.apache.hadoop.io
Utility to permit renaming of Writable implementation classes without invalidiating files that contain their class name.
WritableUtils - Class in org.apache.hadoop.io
 
WritableUtils() - Constructor for class org.apache.hadoop.io.WritableUtils
 
write(OutputStream) - Method in class org.apache.hadoop.conf.Configuration
Writes non-default properties in this configuration.
write(DataOutput) - Method in class org.apache.hadoop.dfs.DatanodeInfo
 
write(DataOutput) - Method in class org.apache.hadoop.io.ArrayWritable
 
write(DataOutput) - Method in class org.apache.hadoop.io.BooleanWritable
 
write(DataOutput) - Method in class org.apache.hadoop.io.BytesWritable
 
write(DataOutput) - Method in class org.apache.hadoop.io.CompressedWritable
 
write(DataInput, int) - Method in class org.apache.hadoop.io.DataOutputBuffer
Writes bytes from a DataInput directly into the buffer.
write(DataOutput) - Method in class org.apache.hadoop.io.FloatWritable
 
write(DataOutput) - Method in class org.apache.hadoop.io.IntWritable
 
write(DataOutput) - Method in class org.apache.hadoop.io.LongWritable
 
write(DataOutput) - Method in class org.apache.hadoop.io.MD5Hash
 
write(DataOutput) - Method in class org.apache.hadoop.io.NullWritable
 
write(DataOutput) - Method in class org.apache.hadoop.io.ObjectWritable
 
write(DataOutput) - Method in class org.apache.hadoop.io.TwoDArrayWritable
 
write(DataOutput) - Method in class org.apache.hadoop.io.UTF8
 
write(DataOutput) - Method in class org.apache.hadoop.io.VersionedWritable
 
write(DataOutput) - Method in interface org.apache.hadoop.io.Writable
Writes the fields of this object to out.
write(DataOutput) - Method in class org.apache.hadoop.mapred.ClusterStatus
 
write(DataOutput) - Method in class org.apache.hadoop.mapred.FileSplit
 
write(WritableComparable, Writable) - Method in interface org.apache.hadoop.mapred.RecordWriter
Writes a key/value pair.
write(DataOutput) - Method in class org.apache.hadoop.mapred.TaskReport
 
write(Record) - Method in class org.apache.hadoop.record.RecordWriter
Serialize a record
WRITE_COMPLETE - Static variable in interface org.apache.hadoop.dfs.FSConstants
 
writeBool(boolean, String) - Method in class org.apache.hadoop.record.BinaryOutputArchive
 
writeBool(boolean, String) - Method in class org.apache.hadoop.record.CsvOutputArchive
 
writeBool(boolean, String) - Method in interface org.apache.hadoop.record.OutputArchive
 
writeBuffer(ByteArrayOutputStream, String) - Method in class org.apache.hadoop.record.BinaryOutputArchive
 
writeBuffer(ByteArrayOutputStream, String) - Method in class org.apache.hadoop.record.CsvOutputArchive
 
writeBuffer(ByteArrayOutputStream, String) - Method in interface org.apache.hadoop.record.OutputArchive
 
writeByte(byte, String) - Method in class org.apache.hadoop.record.BinaryOutputArchive
 
writeByte(byte, String) - Method in class org.apache.hadoop.record.CsvOutputArchive
 
writeByte(byte, String) - Method in interface org.apache.hadoop.record.OutputArchive
 
writeCompressed(DataOutput) - Method in class org.apache.hadoop.io.CompressedWritable
Subclasses implement this instead of CompressedWritable.write(DataOutput).
writeCompressedByteArray(DataOutput, byte[]) - Static method in class org.apache.hadoop.io.WritableUtils
 
writeCompressedString(DataOutput, String) - Static method in class org.apache.hadoop.io.WritableUtils
 
writeCompressedStringArray(DataOutput, String[]) - Static method in class org.apache.hadoop.io.WritableUtils
 
writeDouble(double, String) - Method in class org.apache.hadoop.record.BinaryOutputArchive
 
writeDouble(double, String) - Method in class org.apache.hadoop.record.CsvOutputArchive
 
writeDouble(double, String) - Method in interface org.apache.hadoop.record.OutputArchive
 
writeFloat(float, String) - Method in class org.apache.hadoop.record.BinaryOutputArchive
 
writeFloat(float, String) - Method in class org.apache.hadoop.record.CsvOutputArchive
 
writeFloat(float, String) - Method in interface org.apache.hadoop.record.OutputArchive
 
writeInt(int, String) - Method in class org.apache.hadoop.record.BinaryOutputArchive
 
writeInt(int, String) - Method in class org.apache.hadoop.record.CsvOutputArchive
 
writeInt(int, String) - Method in interface org.apache.hadoop.record.OutputArchive
 
writeLong(long, String) - Method in class org.apache.hadoop.record.BinaryOutputArchive
 
writeLong(long, String) - Method in class org.apache.hadoop.record.CsvOutputArchive
 
writeLong(long, String) - Method in interface org.apache.hadoop.record.OutputArchive
 
writeObject(DataOutput, Object, Class) - Static method in class org.apache.hadoop.io.ObjectWritable
Write a Writable, String, primitive type, or an array of the preceding.
writeRecord(Record, String) - Method in class org.apache.hadoop.record.BinaryOutputArchive
 
writeRecord(Record, String) - Method in class org.apache.hadoop.record.CsvOutputArchive
 
writeRecord(Record, String) - Method in interface org.apache.hadoop.record.OutputArchive
 
writeString(DataOutput, String) - Static method in class org.apache.hadoop.io.UTF8
Write a UTF-8 encoded string.
writeString(DataOutput, String) - Static method in class org.apache.hadoop.io.WritableUtils
 
writeString(String, String) - Method in class org.apache.hadoop.record.BinaryOutputArchive
 
writeString(String, String) - Method in class org.apache.hadoop.record.CsvOutputArchive
 
writeString(String, String) - Method in interface org.apache.hadoop.record.OutputArchive
 
writeStringArray(DataOutput, String[]) - Static method in class org.apache.hadoop.io.WritableUtils
 

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

Copyright © 2006 The Apache Software Foundation