Serialized Form


Package org.apache.hadoop.fs

Class org.apache.hadoop.fs.ChecksumException extends java.io.IOException implements Serializable

Serialized Fields

pos

long pos

Class org.apache.hadoop.fs.FSError extends java.lang.Error implements Serializable


Package org.apache.hadoop.fs.ftp

Class org.apache.hadoop.fs.ftp.FTPException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.fs.permission

Class org.apache.hadoop.fs.permission.AccessControlException extends java.io.IOException implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.fs.s3

Class org.apache.hadoop.fs.s3.S3Exception extends java.lang.RuntimeException implements Serializable

Class org.apache.hadoop.fs.s3.S3FileSystemException extends java.io.IOException implements Serializable

Class org.apache.hadoop.fs.s3.VersionMismatchException extends S3FileSystemException implements Serializable


Package org.apache.hadoop.http

Class org.apache.hadoop.http.HttpServer.StackServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -6284183679759467039L


Package org.apache.hadoop.io

Class org.apache.hadoop.io.MultipleIOException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

exceptions

java.util.List<E> exceptions

Class org.apache.hadoop.io.VersionMismatchException extends java.io.IOException implements Serializable

Serialized Fields

expectedVersion

byte expectedVersion

foundVersion

byte foundVersion

Package org.apache.hadoop.io.file.tfile

Class org.apache.hadoop.io.file.tfile.MetaBlockAlreadyExists extends java.io.IOException implements Serializable

Class org.apache.hadoop.io.file.tfile.MetaBlockDoesNotExist extends java.io.IOException implements Serializable


Package org.apache.hadoop.ipc

Class org.apache.hadoop.ipc.RemoteException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

className

java.lang.String className

Class org.apache.hadoop.ipc.RPC.VersionMismatch extends java.io.IOException implements Serializable

Serialized Fields

interfaceName

java.lang.String interfaceName

clientVersion

long clientVersion

serverVersion

long serverVersion

Package org.apache.hadoop.log

Class org.apache.hadoop.log.LogLevel.Servlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.mapred

Class org.apache.hadoop.mapred.FileAlreadyExistsException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.mapred.InvalidFileTypeException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.mapred.InvalidInputException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

problems

java.util.List<E> problems

Class org.apache.hadoop.mapred.InvalidJobConfException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.mapred.JobTracker.IllegalStateException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.mapred.TaskGraphServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -1365683739392460020L

Class org.apache.hadoop.mapred.TaskLogServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -6615764817774487321L

Class org.apache.hadoop.mapred.tasktracker_jsp extends org.apache.jasper.runtime.HttpJspBase implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.mapred.TaskTracker.MapOutputServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.mapreduce.lib.input

Class org.apache.hadoop.mapreduce.lib.input.InvalidInputException extends java.io.IOException implements Serializable

serialVersionUID: -380668190578456802L

Serialized Fields

problems

java.util.List<E> problems

Package org.apache.hadoop.metrics

Class org.apache.hadoop.metrics.MetricsException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -1643257498540498497L


Package org.apache.hadoop.record.compiler.generated

Class org.apache.hadoop.record.compiler.generated.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class org.apache.hadoop.record.compiler.generated.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.apache.hadoop.security

Class org.apache.hadoop.security.AccessControlException extends AccessControlException implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.security.authorize

Class org.apache.hadoop.security.authorize.AuthorizationException extends AccessControlException implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.security.authorize.ConnectionPermission extends java.security.Permission implements Serializable

serialVersionUID: 1L

Serialized Fields

protocol

java.lang.Class<T> protocol

Package org.apache.hadoop.streaming

Class org.apache.hadoop.streaming.Environment extends java.util.Properties implements Serializable


Package org.apache.hadoop.util

Class org.apache.hadoop.util.DiskChecker.DiskErrorException extends java.io.IOException implements Serializable

Class org.apache.hadoop.util.DiskChecker.DiskOutOfSpaceException extends java.io.IOException implements Serializable

Class org.apache.hadoop.util.Shell.ExitCodeException extends java.io.IOException implements Serializable

Serialized Fields

exitCode

int exitCode



Copyright © 2009 The Apache Software Foundation