- call() - Method in class org.apache.hadoop.lib.lang.RunnableCallable
-
Invokes the wrapped callable/runnable as a callable.
- cancelDelegationToken(Token<?>) - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- Check - Class in org.apache.hadoop.lib.util
-
Utility methods to check preconditions.
- Check() - Constructor for class org.apache.hadoop.lib.util.Check
-
- checkNameNodeHealth(FileSystem) - Method in class org.apache.hadoop.lib.service.hadoop.FileSystemAccessService
-
- checkServiceDependencies(Service) - Method in class org.apache.hadoop.lib.server.Server
-
Checks if all service dependencies of a service are available.
- CHECKSUM_ALGORITHM_JSON - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- CHECKSUM_BYTES_JSON - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- CHECKSUM_LENGTH_JSON - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- CheckUploadContentTypeFilter - Class in org.apache.hadoop.fs.http.server
-
Filter that Enforces the content-type to be application/octet-stream for
POST and PUT requests.
- CheckUploadContentTypeFilter() - Constructor for class org.apache.hadoop.fs.http.server.CheckUploadContentTypeFilter
-
- closeFileSystem(FileSystem) - Method in class org.apache.hadoop.lib.service.hadoop.FileSystemAccessService
-
- concat(Path, Path[]) - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
Concat existing files together.
- CONF_ADMIN_GROUP - Static variable in class org.apache.hadoop.fs.http.server.HttpFSServerWebApp
-
Configuration property that defines HttpFSServer admin group.
- CONF_SERVICES - Static variable in class org.apache.hadoop.lib.server.Server
-
Server property name that defines the service classes.
- CONF_SERVICES_EXT - Static variable in class org.apache.hadoop.lib.server.Server
-
Server property name that defines the service extension classes.
- CONF_STARTUP_STATUS - Static variable in class org.apache.hadoop.lib.server.Server
-
Server property name that defines server startup status.
- CONF_THREADS - Static variable in class org.apache.hadoop.lib.service.scheduler.SchedulerService
-
- CONF_TIMERS_SIZE - Static variable in class org.apache.hadoop.lib.service.instrumentation.InstrumentationService
-
- ConfigurationUtils - Class in org.apache.hadoop.lib.util
-
Configuration utilities.
- ConfigurationUtils() - Constructor for class org.apache.hadoop.lib.util.ConfigurationUtils
-
- CONTENT_SUMMARY_DIRECTORY_COUNT_JSON - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- CONTENT_SUMMARY_FILE_COUNT_JSON - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- CONTENT_SUMMARY_JSON - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- CONTENT_SUMMARY_LENGTH_JSON - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- CONTENT_SUMMARY_QUOTA_JSON - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- CONTENT_SUMMARY_SPACE_CONSUMED_JSON - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- CONTENT_SUMMARY_SPACE_QUOTA_JSON - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- contextDestroyed(ServletContextEvent) - Method in class org.apache.hadoop.lib.servlet.ServerWebApp
-
Destroys the ServletContextListener
which destroys
the Server.
- contextInitialized(ServletContextEvent) - Method in class org.apache.hadoop.lib.servlet.ServerWebApp
-
Initializes the ServletContextListener
which initializes
the Server.
- copy(Configuration, Configuration) - Static method in class org.apache.hadoop.lib.util.ConfigurationUtils
-
Copy configuration key/value pairs from one configuration to another if a property exists in the target, it gets
replaced.
- create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
Opens an FSDataOutputStream at the indicated Path with write-progress
reporting.
- createCron() - Method in interface org.apache.hadoop.lib.service.Instrumentation
-
- createCron() - Method in class org.apache.hadoop.lib.service.instrumentation.InstrumentationService
-
- createFileSystem(String, Configuration) - Method in interface org.apache.hadoop.lib.service.FileSystemAccess
-
- createFileSystem(Configuration) - Method in class org.apache.hadoop.lib.service.hadoop.FileSystemAccessService
-
- createFileSystem(String, Configuration) - Method in class org.apache.hadoop.lib.service.hadoop.FileSystemAccessService
-
- createFileSystemInternal(String, Configuration) - Method in class org.apache.hadoop.lib.service.hadoop.FileSystemAccessService
-
- createResponse(Response.Status, Throwable) - Method in class org.apache.hadoop.lib.wsrs.ExceptionProvider
-
- createUploadRedirectionURL(UriInfo, Enum<?>) - Method in class org.apache.hadoop.fs.http.server.HttpFSServer
-
Creates the URL for an upload operation (create or append).
- ensureOperational() - Method in class org.apache.hadoop.lib.server.Server
-
Verifies the server is operational.
- EnumParam<E extends Enum<E>> - Class in org.apache.hadoop.lib.wsrs
-
- EnumParam(String, Class<E>, E) - Constructor for class org.apache.hadoop.lib.wsrs.EnumParam
-
- EnumSetParam<E extends Enum<E>> - Class in org.apache.hadoop.lib.wsrs
-
- EnumSetParam(String, Class<E>, EnumSet<E>) - Constructor for class org.apache.hadoop.lib.wsrs.EnumSetParam
-
- ExceptionProvider - Class in org.apache.hadoop.lib.wsrs
-
- ExceptionProvider() - Constructor for class org.apache.hadoop.lib.wsrs.ExceptionProvider
-
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSAclStatus
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSAppend
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSConcat
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSContentSummary
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSCreate
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSDelete
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSFileChecksum
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSFileStatus
-
Executes the filesystem getFileStatus operation and returns the
result in a JSONish Map.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSGetXAttrs
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSHomeDir
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSListStatus
-
Returns data for a JSON Map containing the information for
the set of files in 'path' that match 'filter'.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSListXAttrs
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSMkdirs
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSModifyAclEntries
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSOpen
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSRemoveAcl
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSRemoveAclEntries
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSRemoveDefaultAcl
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSRemoveXAttr
-
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSRename
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSSetAcl
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSSetOwner
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSSetPermission
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSSetReplication
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSSetTimes
-
Executes the filesystem operation.
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSSetXAttr
-
- execute(FileSystem) - Method in class org.apache.hadoop.fs.http.server.FSOperations.FSTruncate
-
Executes the filesystem operation.
- execute(String, Configuration, FileSystemAccess.FileSystemExecutor<T>) - Method in interface org.apache.hadoop.lib.service.FileSystemAccess
-
- execute(FileSystem) - Method in interface org.apache.hadoop.lib.service.FileSystemAccess.FileSystemExecutor
-
- execute(String, Configuration, FileSystemAccess.FileSystemExecutor<T>) - Method in class org.apache.hadoop.lib.service.hadoop.FileSystemAccessService
-
- FILE_CHECKSUM_JSON - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- FILE_STATUS_JSON - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- FILE_STATUSES_JSON - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- FileSystemAccess - Interface in org.apache.hadoop.lib.service
-
- FileSystemAccess.FileSystemExecutor<T> - Interface in org.apache.hadoop.lib.service
-
- FileSystemAccessException - Exception in org.apache.hadoop.lib.service
-
- FileSystemAccessException(FileSystemAccessException.ERROR, Object...) - Constructor for exception org.apache.hadoop.lib.service.FileSystemAccessException
-
- FileSystemAccessException.ERROR - Enum in org.apache.hadoop.lib.service
-
- FileSystemAccessService - Class in org.apache.hadoop.lib.service.hadoop
-
- FileSystemAccessService() - Constructor for class org.apache.hadoop.lib.service.hadoop.FileSystemAccessService
-
- FileSystemReleaseFilter - Class in org.apache.hadoop.lib.servlet
-
The
FileSystemReleaseFilter
releases back to the
FileSystemAccess
service a
FileSystem
instance.
- FileSystemReleaseFilter() - Constructor for class org.apache.hadoop.lib.servlet.FileSystemReleaseFilter
-
- FS_CACHE_PURGE_FREQUENCY - Static variable in class org.apache.hadoop.lib.service.hadoop.FileSystemAccessService
-
- FS_CACHE_PURGE_TIMEOUT - Static variable in class org.apache.hadoop.lib.service.hadoop.FileSystemAccessService
-
- FSOperations - Class in org.apache.hadoop.fs.http.server
-
- FSOperations() - Constructor for class org.apache.hadoop.fs.http.server.FSOperations
-
- FSOperations.FSAclStatus - Class in org.apache.hadoop.fs.http.server
-
Executor that gets the ACL information for a given file.
- FSOperations.FSAclStatus(String) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSAclStatus
-
Creates an executor for getting the ACLs for a file.
- FSOperations.FSAppend - Class in org.apache.hadoop.fs.http.server
-
Executor that performs an append FileSystemAccess files system operation.
- FSOperations.FSAppend(InputStream, String) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSAppend
-
Creates an Append executor.
- FSOperations.FSConcat - Class in org.apache.hadoop.fs.http.server
-
Executor that performs a concat FileSystemAccess files system operation.
- FSOperations.FSConcat(String, String[]) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSConcat
-
Creates a Concat executor.
- FSOperations.FSContentSummary - Class in org.apache.hadoop.fs.http.server
-
Executor that performs a content-summary FileSystemAccess files system operation.
- FSOperations.FSContentSummary(String) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSContentSummary
-
Creates a content-summary executor.
- FSOperations.FSCreate - Class in org.apache.hadoop.fs.http.server
-
Executor that performs a create FileSystemAccess files system operation.
- FSOperations.FSCreate(InputStream, String, short, boolean, short, long) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSCreate
-
Creates a Create executor.
- FSOperations.FSDelete - Class in org.apache.hadoop.fs.http.server
-
Executor that performs a delete FileSystemAccess files system operation.
- FSOperations.FSDelete(String, boolean) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSDelete
-
Creates a Delete executor.
- FSOperations.FSFileChecksum - Class in org.apache.hadoop.fs.http.server
-
Executor that performs a file-checksum FileSystemAccess files system operation.
- FSOperations.FSFileChecksum(String) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSFileChecksum
-
Creates a file-checksum executor.
- FSOperations.FSFileStatus - Class in org.apache.hadoop.fs.http.server
-
Executor that performs a file-status FileSystemAccess files system operation.
- FSOperations.FSFileStatus(String) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSFileStatus
-
Creates a file-status executor.
- FSOperations.FSGetXAttrs - Class in org.apache.hadoop.fs.http.server
-
Executor that performs getting xattrs FileSystemAccess files system
operation.
- FSOperations.FSGetXAttrs(String, List<String>, XAttrCodec) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSGetXAttrs
-
Creates getting xattrs executor.
- FSOperations.FSHomeDir - Class in org.apache.hadoop.fs.http.server
-
Executor that performs a home-dir FileSystemAccess files system operation.
- FSOperations.FSHomeDir() - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSHomeDir
-
- FSOperations.FSListStatus - Class in org.apache.hadoop.fs.http.server
-
Executor that performs a list-status FileSystemAccess files system operation.
- FSOperations.FSListStatus(String, String) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSListStatus
-
Creates a list-status executor.
- FSOperations.FSListXAttrs - Class in org.apache.hadoop.fs.http.server
-
Executor that performs listing xattrs FileSystemAccess files system
operation.
- FSOperations.FSListXAttrs(String) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSListXAttrs
-
Creates listing xattrs executor.
- FSOperations.FSMkdirs - Class in org.apache.hadoop.fs.http.server
-
Executor that performs a mkdirs FileSystemAccess files system operation.
- FSOperations.FSMkdirs(String, short) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSMkdirs
-
Creates a mkdirs executor.
- FSOperations.FSModifyAclEntries - Class in org.apache.hadoop.fs.http.server
-
Executor that modifies acl entries for a file in a FileSystem
- FSOperations.FSModifyAclEntries(String, String) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSModifyAclEntries
-
Creates a modify-acl executor.
- FSOperations.FSOpen - Class in org.apache.hadoop.fs.http.server
-
Executor that performs a open FileSystemAccess files system operation.
- FSOperations.FSOpen(String) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSOpen
-
Creates a open executor.
- FSOperations.FSRemoveAcl - Class in org.apache.hadoop.fs.http.server
-
Executor that removes all acls from a file in a FileSystem
- FSOperations.FSRemoveAcl(String) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSRemoveAcl
-
Creates a remove-acl executor.
- FSOperations.FSRemoveAclEntries - Class in org.apache.hadoop.fs.http.server
-
Executor that removes acl entries from a file in a FileSystem
- FSOperations.FSRemoveAclEntries(String, String) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSRemoveAclEntries
-
Creates a remove acl entry executor.
- FSOperations.FSRemoveDefaultAcl - Class in org.apache.hadoop.fs.http.server
-
Executor that removes the default acl from a directory in a FileSystem
- FSOperations.FSRemoveDefaultAcl(String) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSRemoveDefaultAcl
-
Creates an executor for removing the default acl.
- FSOperations.FSRemoveXAttr - Class in org.apache.hadoop.fs.http.server
-
Executor that performs a removexattr FileSystemAccess files system
operation.
- FSOperations.FSRemoveXAttr(String, String) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSRemoveXAttr
-
- FSOperations.FSRename - Class in org.apache.hadoop.fs.http.server
-
Executor that performs a rename FileSystemAccess files system operation.
- FSOperations.FSRename(String, String) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSRename
-
Creates a rename executor.
- FSOperations.FSSetAcl - Class in org.apache.hadoop.fs.http.server
-
Executor that sets the acl for a file in a FileSystem
- FSOperations.FSSetAcl(String, String) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSSetAcl
-
Creates a set-acl executor.
- FSOperations.FSSetOwner - Class in org.apache.hadoop.fs.http.server
-
Executor that performs a set-owner FileSystemAccess files system operation.
- FSOperations.FSSetOwner(String, String, String) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSSetOwner
-
Creates a set-owner executor.
- FSOperations.FSSetPermission - Class in org.apache.hadoop.fs.http.server
-
Executor that performs a set-permission FileSystemAccess files system operation.
- FSOperations.FSSetPermission(String, short) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSSetPermission
-
Creates a set-permission executor.
- FSOperations.FSSetReplication - Class in org.apache.hadoop.fs.http.server
-
Executor that performs a set-replication FileSystemAccess files system operation.
- FSOperations.FSSetReplication(String, short) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSSetReplication
-
Creates a set-replication executor.
- FSOperations.FSSetTimes - Class in org.apache.hadoop.fs.http.server
-
Executor that performs a set-times FileSystemAccess files system operation.
- FSOperations.FSSetTimes(String, long, long) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSSetTimes
-
Creates a set-times executor.
- FSOperations.FSSetXAttr - Class in org.apache.hadoop.fs.http.server
-
Executor that performs a setxattr FileSystemAccess files system operation.
- FSOperations.FSSetXAttr(String, String, String, EnumSet<XAttrSetFlag>) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSSetXAttr
-
- FSOperations.FSTruncate - Class in org.apache.hadoop.fs.http.server
-
Executor that performs a truncate FileSystemAccess files system operation.
- FSOperations.FSTruncate(String, long) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSTruncate
-
Creates a Truncate executor.
- ge0(int, String) - Static method in class org.apache.hadoop.lib.util.Check
-
Verifies an integer is greater or equal to zero.
- ge0(long, String) - Static method in class org.apache.hadoop.lib.util.Check
-
Verifies an long is greater or equal to zero.
- get(String, HttpFSParametersProvider.OperationParam, Parameters, HttpServletRequest) - Method in class org.apache.hadoop.fs.http.server.HttpFSServer
-
Binding to handle GET requests, supported operations are
- get() - Static method in class org.apache.hadoop.fs.http.server.HttpFSServerWebApp
-
Returns HttpFSServer server singleton, configuration and services are
accessible through it.
- get(Class<T>) - Method in class org.apache.hadoop.lib.server.Server
-
Returns the
Service
associated to the specified interface.
- get() - Static method in class org.apache.hadoop.lib.servlet.HostnameFilter
-
Returns the requester hostname.
- get(String, Class<T>) - Method in class org.apache.hadoop.lib.wsrs.Parameters
-
Returns the value of a request parsed parameter.
- getAclStatus(Path) - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
Get the ACL information for a given file
- getAdminGroup() - Method in class org.apache.hadoop.fs.http.server.HttpFSServerWebApp
-
Returns HttpFSServer admin group.
- getAuthority() - Method in class org.apache.hadoop.lib.servlet.ServerWebApp
-
Returns the hostname:port InetSocketAddress the webserver is listening to.
- getConfig() - Method in class org.apache.hadoop.lib.server.Server
-
Returns the server configuration.
- getConfigDir() - Method in class org.apache.hadoop.lib.server.Server
-
Returns the server config dir.
- getConfiguration(String, FilterConfig) - Method in class org.apache.hadoop.fs.http.server.HttpFSAuthenticationFilter
-
Returns the hadoop-auth configuration from HttpFSServer's configuration.
- getContentSummary(Path) - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- getDefaultPort() - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
Get the default port for this file system.
- getDelegationToken(String) - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- getDomain() - Method in class org.apache.hadoop.lib.wsrs.BooleanParam
-
- getDomain() - Method in class org.apache.hadoop.lib.wsrs.ByteParam
-
- getDomain() - Method in class org.apache.hadoop.lib.wsrs.EnumParam
-
- getDomain() - Method in class org.apache.hadoop.lib.wsrs.EnumSetParam
-
- getDomain() - Method in class org.apache.hadoop.lib.wsrs.IntegerParam
-
- getDomain() - Method in class org.apache.hadoop.lib.wsrs.LongParam
-
- getDomain() - Method in class org.apache.hadoop.lib.wsrs.Param
-
- getDomain() - Method in class org.apache.hadoop.lib.wsrs.ShortParam
-
- getDomain() - Method in class org.apache.hadoop.lib.wsrs.StringParam
-
- getError() - Method in exception org.apache.hadoop.lib.lang.XException
-
Returns the error code of the exception.
- getFileChecksum(Path) - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- getFileStatus(Path) - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
Return a file status object that represents the path.
- getFileSystemAccess() - Method in class org.apache.hadoop.fs.http.server.HttpFSReleaseFilter
-
Returns the
FileSystemAccess
service to return the FileSystemAccess filesystem
instance to.
- getFileSystemAccess() - Method in class org.apache.hadoop.lib.servlet.FileSystemReleaseFilter
-
Abstract method to be implemetned by concrete implementations of the
filter that return the
FileSystemAccess
service to which the filesystem
will be returned to.
- getFileSystemConfiguration() - Method in interface org.apache.hadoop.lib.service.FileSystemAccess
-
- getFileSystemConfiguration() - Method in class org.apache.hadoop.lib.service.hadoop.FileSystemAccessService
-
- getGroups(String) - Method in interface org.apache.hadoop.lib.service.Groups
-
- getGroups(String) - Method in class org.apache.hadoop.lib.service.security.GroupsService
-
- getHomeDir() - Method in class org.apache.hadoop.lib.server.Server
-
Returns the server home dir.
- getHomeDirectory() - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
Return the current user's home directory in this filesystem.
- getInjectable(ComponentContext, Context, Type) - Method in class org.apache.hadoop.lib.wsrs.ParametersProvider
-
- getInterface() - Method in interface org.apache.hadoop.lib.server.Service
-
Returns the interface implemented by this service.
- getInterface() - Method in class org.apache.hadoop.lib.service.hadoop.FileSystemAccessService
-
- getInterface() - Method in class org.apache.hadoop.lib.service.instrumentation.InstrumentationService
-
- getInterface() - Method in class org.apache.hadoop.lib.service.scheduler.SchedulerService
-
- getInterface() - Method in class org.apache.hadoop.lib.service.security.GroupsService
-
- getLogDir() - Method in class org.apache.hadoop.lib.server.Server
-
Returns the server log dir.
- getMethod() - Method in enum org.apache.hadoop.fs.http.client.HttpFSFileSystem.Operation
-
- getName() - Method in class org.apache.hadoop.lib.server.Server
-
Returns the name of the server.
- getName() - Method in class org.apache.hadoop.lib.wsrs.Param
-
- getOneLineMessage(Throwable) - Method in class org.apache.hadoop.lib.wsrs.ExceptionProvider
-
- getPrefix() - Method in class org.apache.hadoop.lib.server.BaseService
-
Returns the service prefix.
- getPrefix() - Method in class org.apache.hadoop.lib.server.Server
-
Returns the server prefix for server configuration properties.
- getPrefixedName(String) - Method in class org.apache.hadoop.lib.server.BaseService
-
Returns the full prefixed name of a service property.
- getPrefixedName(String) - Method in class org.apache.hadoop.lib.server.Server
-
Returns the prefixed name of a server property.
- getProxyuserConfiguration(FilterConfig) - Method in class org.apache.hadoop.fs.http.server.HttpFSAuthenticationFilter
-
- getRenewToken() - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- getRoot(HttpFSParametersProvider.OperationParam, Parameters, HttpServletRequest) - Method in class org.apache.hadoop.fs.http.server.HttpFSServer
-
Special binding for '/' as it is not handled by the wildcard binding.
- getScheme() - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- getScheme() - Method in class org.apache.hadoop.fs.http.client.HttpsFSFileSystem
-
- getScope() - Method in class org.apache.hadoop.lib.wsrs.ParametersProvider
-
- getServer() - Method in class org.apache.hadoop.lib.server.BaseService
-
Returns the server owning the service.
- getServiceConfig() - Method in class org.apache.hadoop.lib.server.BaseService
-
Returns the service configuration properties.
- getServiceDependencies() - Method in class org.apache.hadoop.lib.server.BaseService
-
Returns the service dependencies of this service.
- getServiceDependencies() - Method in interface org.apache.hadoop.lib.server.Service
-
Returns the service dependencies of this service.
- getServiceDependencies() - Method in class org.apache.hadoop.lib.service.hadoop.FileSystemAccessService
-
- getServiceDependencies() - Method in class org.apache.hadoop.lib.service.scheduler.SchedulerService
-
- getSize(Map, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.hadoop.lib.wsrs.JSONMapProvider
-
- getSize(JSONStreamAware, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.hadoop.lib.wsrs.JSONProvider
-
- getSnapshot() - Method in interface org.apache.hadoop.lib.service.Instrumentation
-
- getSnapshot() - Method in class org.apache.hadoop.lib.service.instrumentation.InstrumentationService
-
- getStatus() - Method in class org.apache.hadoop.lib.server.Server
-
Returns the current server status.
- getTempDir() - Method in class org.apache.hadoop.lib.server.Server
-
Returns the server temp dir.
- getTemplate() - Method in interface org.apache.hadoop.lib.lang.XException.ERROR
-
Returns the template for the error.
- getTemplate() - Method in enum org.apache.hadoop.lib.server.ServerException.ERROR
-
Returns the message template for the error code.
- getTemplate() - Method in enum org.apache.hadoop.lib.service.FileSystemAccessException.ERROR
-
- getType(FileStatus) - Static method in enum org.apache.hadoop.fs.http.client.HttpFSFileSystem.FILE_TYPE
-
- getUGI(String) - Method in class org.apache.hadoop.lib.service.hadoop.FileSystemAccessService
-
- getUri() - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
Returns a URI whose scheme and authority identify this FileSystem.
- getValue() - Method in interface org.apache.hadoop.lib.service.Instrumentation.Variable
-
- getValue(HttpContext) - Method in class org.apache.hadoop.lib.wsrs.ParametersProvider
-
- getValues(String, Class<T>) - Method in class org.apache.hadoop.lib.wsrs.Parameters
-
Returns the values of a request parsed parameter.
- getWorkingDirectory() - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
Get the current working directory for the given file system
- getXAttr(Path, String) - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- getXAttrs(Path) - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- getXAttrs(Path, List<String>) - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- GROUP_JSON - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- GROUP_PARAM - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- Groups - Interface in org.apache.hadoop.lib.service
-
- GroupsService - Class in org.apache.hadoop.lib.service.security
-
- GroupsService() - Constructor for class org.apache.hadoop.lib.service.security.GroupsService
-
- gt0(int, String) - Static method in class org.apache.hadoop.lib.util.Check
-
Verifies an integer is greater than zero.
- gt0(long, String) - Static method in class org.apache.hadoop.lib.util.Check
-
Verifies an long is greater than zero.
- HADOOP_CONF_DIR - Static variable in class org.apache.hadoop.lib.service.hadoop.FileSystemAccessService
-
- HOME_DIR_JSON - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- HostnameFilter - Class in org.apache.hadoop.lib.servlet
-
Filter that resolves the requester hostname.
- HostnameFilter() - Constructor for class org.apache.hadoop.lib.servlet.HostnameFilter
-
- HTTP_TEMPORARY_REDIRECT - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- HttpFSAuthenticationFilter - Class in org.apache.hadoop.fs.http.server
-
Subclass of hadoop-auth AuthenticationFilter
that obtains its configuration
from HttpFSServer's server configuration.
- HttpFSAuthenticationFilter() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSAuthenticationFilter
-
- HttpFSExceptionProvider - Class in org.apache.hadoop.fs.http.server
-
JAX-RS ExceptionMapper
implementation that maps HttpFSServer's
exceptions to HTTP status codes.
- HttpFSExceptionProvider() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSExceptionProvider
-
- HttpFSFileSystem - Class in org.apache.hadoop.fs.http.client
-
HttpFSServer implementation of the FileSystemAccess FileSystem.
- HttpFSFileSystem() - Constructor for class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- HttpFSFileSystem.FILE_TYPE - Enum in org.apache.hadoop.fs.http.client
-
- HttpFSFileSystem.Operation - Enum in org.apache.hadoop.fs.http.client
-
- HttpFSParametersProvider - Class in org.apache.hadoop.fs.http.server
-
HttpFS ParametersProvider.
- HttpFSParametersProvider() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider
-
- HttpFSParametersProvider.AccessTimeParam - Class in org.apache.hadoop.fs.http.server
-
Class for access-time parameter.
- HttpFSParametersProvider.AccessTimeParam() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.AccessTimeParam
-
Constructor.
- HttpFSParametersProvider.AclPermissionParam - Class in org.apache.hadoop.fs.http.server
-
Class for AclPermission parameter.
- HttpFSParametersProvider.AclPermissionParam() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.AclPermissionParam
-
Constructor.
- HttpFSParametersProvider.BlockSizeParam - Class in org.apache.hadoop.fs.http.server
-
Class for block-size parameter.
- HttpFSParametersProvider.BlockSizeParam() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.BlockSizeParam
-
Constructor.
- HttpFSParametersProvider.DataParam - Class in org.apache.hadoop.fs.http.server
-
Class for data parameter.
- HttpFSParametersProvider.DataParam() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.DataParam
-
Constructor.
- HttpFSParametersProvider.DestinationParam - Class in org.apache.hadoop.fs.http.server
-
Class for to-path parameter.
- HttpFSParametersProvider.DestinationParam() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.DestinationParam
-
Constructor.
- HttpFSParametersProvider.FilterParam - Class in org.apache.hadoop.fs.http.server
-
Class for filter parameter.
- HttpFSParametersProvider.FilterParam() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.FilterParam
-
Constructor.
- HttpFSParametersProvider.GroupParam - Class in org.apache.hadoop.fs.http.server
-
Class for group parameter.
- HttpFSParametersProvider.GroupParam() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.GroupParam
-
Constructor.
- HttpFSParametersProvider.LenParam - Class in org.apache.hadoop.fs.http.server
-
Class for len parameter.
- HttpFSParametersProvider.LenParam() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.LenParam
-
Constructor.
- HttpFSParametersProvider.ModifiedTimeParam - Class in org.apache.hadoop.fs.http.server
-
Class for modified-time parameter.
- HttpFSParametersProvider.ModifiedTimeParam() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.ModifiedTimeParam
-
Constructor.
- HttpFSParametersProvider.NewLengthParam - Class in org.apache.hadoop.fs.http.server
-
Class for newlength parameter.
- HttpFSParametersProvider.NewLengthParam() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.NewLengthParam
-
Constructor.
- HttpFSParametersProvider.OffsetParam - Class in org.apache.hadoop.fs.http.server
-
Class for offset parameter.
- HttpFSParametersProvider.OffsetParam() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.OffsetParam
-
Constructor.
- HttpFSParametersProvider.OperationParam - Class in org.apache.hadoop.fs.http.server
-
Class for operation parameter.
- HttpFSParametersProvider.OperationParam(String) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.OperationParam
-
Constructor.
- HttpFSParametersProvider.OverwriteParam - Class in org.apache.hadoop.fs.http.server
-
Class for overwrite parameter.
- HttpFSParametersProvider.OverwriteParam() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.OverwriteParam
-
Constructor.
- HttpFSParametersProvider.OwnerParam - Class in org.apache.hadoop.fs.http.server
-
Class for owner parameter.
- HttpFSParametersProvider.OwnerParam() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.OwnerParam
-
Constructor.
- HttpFSParametersProvider.PermissionParam - Class in org.apache.hadoop.fs.http.server
-
Class for permission parameter.
- HttpFSParametersProvider.PermissionParam() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.PermissionParam
-
Constructor.
- HttpFSParametersProvider.RecursiveParam - Class in org.apache.hadoop.fs.http.server
-
Class for delete's recursive parameter.
- HttpFSParametersProvider.RecursiveParam() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.RecursiveParam
-
Constructor.
- HttpFSParametersProvider.ReplicationParam - Class in org.apache.hadoop.fs.http.server
-
Class for replication parameter.
- HttpFSParametersProvider.ReplicationParam() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.ReplicationParam
-
Constructor.
- HttpFSParametersProvider.SourcesParam - Class in org.apache.hadoop.fs.http.server
-
Class for concat sources parameter.
- HttpFSParametersProvider.SourcesParam() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.SourcesParam
-
Constructor.
- HttpFSParametersProvider.XAttrEncodingParam - Class in org.apache.hadoop.fs.http.server
-
Class for xattr parameter.
- HttpFSParametersProvider.XAttrEncodingParam() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.XAttrEncodingParam
-
Constructor.
- HttpFSParametersProvider.XAttrNameParam - Class in org.apache.hadoop.fs.http.server
-
Class for xattr parameter.
- HttpFSParametersProvider.XAttrNameParam() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.XAttrNameParam
-
Constructor.
- HttpFSParametersProvider.XAttrSetFlagParam - Class in org.apache.hadoop.fs.http.server
-
Class for xattr parameter.
- HttpFSParametersProvider.XAttrSetFlagParam() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.XAttrSetFlagParam
-
Constructor.
- HttpFSParametersProvider.XAttrValueParam - Class in org.apache.hadoop.fs.http.server
-
Class for xattr parameter.
- HttpFSParametersProvider.XAttrValueParam() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParametersProvider.XAttrValueParam
-
Constructor.
- HttpFSReleaseFilter - Class in org.apache.hadoop.fs.http.server
-
Filter that releases FileSystemAccess filesystem instances upon HTTP request
completion.
- HttpFSReleaseFilter() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSReleaseFilter
-
- HttpFSServer - Class in org.apache.hadoop.fs.http.server
-
Main class of HttpFSServer server.
- HttpFSServer() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSServer
-
- HttpFSServerWebApp - Class in org.apache.hadoop.fs.http.server
-
Bootstrap class that manages the initialization and destruction of the
HttpFSServer server, it is a javax.servlet.ServletContextListener
implementation that is wired in HttpFSServer's WAR
WEB-INF/web.xml
.
- HttpFSServerWebApp() - Constructor for class org.apache.hadoop.fs.http.server.HttpFSServerWebApp
-
Default constructor.
- HttpFSServerWebApp(String, String, String, String, Configuration) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSServerWebApp
-
Constructor used for testing purposes.
- HttpFSServerWebApp(String, Configuration) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSServerWebApp
-
Constructor used for testing purposes.
- HttpFSUtils - Class in org.apache.hadoop.fs.http.client
-
Utility methods used by HttpFS classes.
- HttpFSUtils() - Constructor for class org.apache.hadoop.fs.http.client.HttpFSUtils
-
- HttpsFSFileSystem - Class in org.apache.hadoop.fs.http.client
-
HttpFSServer implementation of the FileSystemAccess FileSystem for SSL.
- HttpsFSFileSystem() - Constructor for class org.apache.hadoop.fs.http.client.HttpsFSFileSystem
-
- schedule(Callable<?>, long, long, TimeUnit) - Method in interface org.apache.hadoop.lib.service.Scheduler
-
- schedule(Runnable, long, long, TimeUnit) - Method in interface org.apache.hadoop.lib.service.Scheduler
-
- schedule(Callable<?>, long, long, TimeUnit) - Method in class org.apache.hadoop.lib.service.scheduler.SchedulerService
-
- schedule(Runnable, long, long, TimeUnit) - Method in class org.apache.hadoop.lib.service.scheduler.SchedulerService
-
- Scheduler - Interface in org.apache.hadoop.lib.service
-
- SchedulerService - Class in org.apache.hadoop.lib.service.scheduler
-
- SchedulerService() - Constructor for class org.apache.hadoop.lib.service.scheduler.SchedulerService
-
- SCHEME - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- SCHEME - Static variable in class org.apache.hadoop.fs.http.client.HttpsFSFileSystem
-
- Server - Class in org.apache.hadoop.lib.server
-
A Server class provides standard configuration, logging and
Service
lifecyle management.
- Server(String, String) - Constructor for class org.apache.hadoop.lib.server.Server
-
Creates a server instance.
- Server(String, String, String, String, String) - Constructor for class org.apache.hadoop.lib.server.Server
-
Creates a server instance.
- Server(String, String, Configuration) - Constructor for class org.apache.hadoop.lib.server.Server
-
Creates a server instance.
- Server(String, String, String, String, String, Configuration) - Constructor for class org.apache.hadoop.lib.server.Server
-
Creates a server instance.
- Server.Status - Enum in org.apache.hadoop.lib.server
-
Enumeration that defines the server status.
- ServerException - Exception in org.apache.hadoop.lib.server
-
Exception thrown by the
Server
class.
- ServerException(XException.ERROR, Object...) - Constructor for exception org.apache.hadoop.lib.server.ServerException
-
Constructor for sub-classes.
- ServerException(ServerException.ERROR, Object...) - Constructor for exception org.apache.hadoop.lib.server.ServerException
-
Creates an server exception using the specified error code.
- ServerException.ERROR - Enum in org.apache.hadoop.lib.server
-
Error codes use by the
Server
class.
- serverStatusChange(Server.Status, Server.Status) - Method in class org.apache.hadoop.lib.server.BaseService
-
Notification callback when the server changes its status.
- serverStatusChange(Server.Status, Server.Status) - Method in interface org.apache.hadoop.lib.server.Service
-
Notification callback when the server changes its status.
- ServerWebApp - Class in org.apache.hadoop.lib.servlet
-
Server
subclass that implements
ServletContextListener
and uses its lifecycle to start and stop the server.
- ServerWebApp(String, String, String, String, String, Configuration) - Constructor for class org.apache.hadoop.lib.servlet.ServerWebApp
-
Constructor for testing purposes.
- ServerWebApp(String, String, Configuration) - Constructor for class org.apache.hadoop.lib.servlet.ServerWebApp
-
Constructor for testing purposes.
- ServerWebApp(String) - Constructor for class org.apache.hadoop.lib.servlet.ServerWebApp
-
Constructor.
- Service - Interface in org.apache.hadoop.lib.server
-
Service interface for components to be managed by the
Server
class.
- SERVICE_NAME - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- SERVICE_NAME - Static variable in class org.apache.hadoop.fs.http.client.HttpFSUtils
-
- SERVICE_VERSION - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- SERVICE_VERSION - Static variable in class org.apache.hadoop.fs.http.client.HttpFSUtils
-
- ServiceException - Exception in org.apache.hadoop.lib.server
-
Exception thrown by
Service
implementations.
- ServiceException(XException.ERROR, Object...) - Constructor for exception org.apache.hadoop.lib.server.ServiceException
-
Creates an service exception using the specified error code.
- SET_REPLICATION_JSON - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- setAcl(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
Set the ACLs for the given file
- setAuthority(InetSocketAddress) - Method in class org.apache.hadoop.lib.servlet.ServerWebApp
-
Sets an alternate hostname:port InetSocketAddress to use.
- setDelegationToken(Token<T>) - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- setFileSystem(FileSystem) - Static method in class org.apache.hadoop.lib.servlet.FileSystemReleaseFilter
-
Static method that sets the
FileSystem
to release back to
the
FileSystemAccess
service on servlet request completion.
- setHomeDirForCurrentThread(String) - Static method in class org.apache.hadoop.lib.servlet.ServerWebApp
-
Method for testing purposes.
- setOwner(Path, String, String) - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
Set owner of a path (i.e.
- setPermission(Path, FsPermission) - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
Set permission of a path.
- setReplication(Path, short) - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
Set replication for an existing file.
- setRequiredServiceHadoopConf(Configuration) - Method in class org.apache.hadoop.lib.service.hadoop.FileSystemAccessService
-
- setService(Class<? extends Service>) - Method in class org.apache.hadoop.lib.server.Server
-
Adds a service programmatically.
- setStatus(Server.Status) - Method in class org.apache.hadoop.lib.server.Server
-
Sets a new server status.
- setTimes(Path, long, long) - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
Set access time of a file
- setWorkingDirectory(Path) - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
Set the current working directory for the given file system.
- setXAttr(Path, String, byte[], EnumSet<XAttrSetFlag>) - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- ShortParam - Class in org.apache.hadoop.lib.wsrs
-
- ShortParam(String, Short, int) - Constructor for class org.apache.hadoop.lib.wsrs.ShortParam
-
- ShortParam(String, Short) - Constructor for class org.apache.hadoop.lib.wsrs.ShortParam
-
- SOURCES_PARAM - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- SSL_ENABLED - Static variable in class org.apache.hadoop.lib.servlet.ServerWebApp
-
- start() - Method in interface org.apache.hadoop.lib.service.Instrumentation.Cron
-
- stop() - Method in interface org.apache.hadoop.lib.service.Instrumentation.Cron
-
- StringParam - Class in org.apache.hadoop.lib.wsrs
-
- StringParam(String, String) - Constructor for class org.apache.hadoop.lib.wsrs.StringParam
-
- StringParam(String, String, Pattern) - Constructor for class org.apache.hadoop.lib.wsrs.StringParam
-
- validateNamenode(String) - Method in class org.apache.hadoop.lib.service.hadoop.FileSystemAccessService
-
- validIdentifier(String, int, String) - Static method in class org.apache.hadoop.lib.util.Check
-
Verifies a value is a valid identifier,
[a-zA-z_][a-zA-Z0-9_\-]*
, up to a maximum length.
- value - Variable in class org.apache.hadoop.lib.wsrs.Param
-
- value() - Method in class org.apache.hadoop.lib.wsrs.Param
-
- valueOf(String) - Static method in enum org.apache.hadoop.fs.http.client.HttpFSFileSystem.FILE_TYPE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.fs.http.client.HttpFSFileSystem.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.lib.server.Server.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.lib.server.ServerException.ERROR
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.lib.service.FileSystemAccessException.ERROR
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.hadoop.fs.http.client.HttpFSFileSystem.FILE_TYPE
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.fs.http.client.HttpFSFileSystem.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.lib.server.Server.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.lib.server.ServerException.ERROR
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.lib.service.FileSystemAccessException.ERROR
-
Returns an array containing the constants of this enum type, in
the order they are declared.