- 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
-
- FSOperations - Class in org.apache.hadoop.fs.http.server
-
- FSOperations() - Constructor for class org.apache.hadoop.fs.http.server.FSOperations
-
- 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.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, String, 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.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.FSMkdirs - Class in org.apache.hadoop.fs.http.server
-
Executor that performs a mkdirs FileSystemAccess files system operation.
- FSOperations.FSMkdirs(String, String) - Constructor for class org.apache.hadoop.fs.http.server.FSOperations.FSMkdirs
-
Creates a mkdirs 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.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.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, String) - 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.
- 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(Principal, HttpFSParams.FsPathParam, HttpFSParams.GetOpParam, HttpFSParams.OffsetParam, HttpFSParams.LenParam, HttpFSParams.FilterParam, HttpFSParams.DoAsParam, HttpFSParams.OverwriteParam, HttpFSParams.BlockSizeParam, HttpFSParams.PermissionParam, HttpFSParams.ReplicationParam) - Method in class org.apache.hadoop.fs.http.server.HttpFSServer
-
Binding to handle all 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.
- getAdminGroup() - Method in class org.apache.hadoop.fs.http.server.HttpFSServerWebApp
-
Returns HttpFSServer admin group.
- 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.AuthFilter
-
Returns the hadoop-auth configuration from HttpFSServer's configuration.
- getContentSummary(Path) - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- getDefaultConfiguration() - Method in interface org.apache.hadoop.lib.service.FileSystemAccess
-
- getDefaultConfiguration() - Method in class org.apache.hadoop.lib.service.hadoop.FileSystemAccessService
-
- 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.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.
- getFallBackAuthenticator() - Method in class org.apache.hadoop.fs.http.client.HttpKerberosAuthenticator
-
Returns the fallback authenticator if the server does not use
Kerberos SPNEGO HTTP authentication.
- 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.
- 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.UserProvider
-
- 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
-
- getInterface() - Method in class org.apache.hadoop.lib.service.security.ProxyUserService
-
- getLogDir() - Method in class org.apache.hadoop.lib.server.Server
-
Returns the server log dir.
- getName() - Method in class org.apache.hadoop.lib.server.Server
-
Returns the name of the server.
- 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.
- getScope() - Method in class org.apache.hadoop.lib.wsrs.UserProvider
-
- 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
-
- getServiceDependencies() - Method in class org.apache.hadoop.lib.service.security.ProxyUserService
-
- 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
-
- getTemplate() - Method in enum org.apache.hadoop.lib.service.security.ProxyUserService.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.
- getUserName() - Method in class org.apache.hadoop.fs.http.client.HttpPseudoAuthenticator
-
Return the client user name.
- getValue() - Method in interface org.apache.hadoop.lib.service.Instrumentation.Variable
-
- getValue(HttpContext) - Method in class org.apache.hadoop.lib.wsrs.UserProvider
-
- getWorkingDirectory() - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
Get the current working directory for the given file system
- 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.
- 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
-
- 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.DeleteOpValues - Enum in org.apache.hadoop.fs.http.client
-
Delete operations.
- HttpFSFileSystem.FILE_TYPE - Enum in org.apache.hadoop.fs.http.client
-
- HttpFSFileSystem.GetOpValues - Enum in org.apache.hadoop.fs.http.client
-
Get operations.
- HttpFSFileSystem.PostOpValues - Enum in org.apache.hadoop.fs.http.client
-
Post operations.
- HttpFSFileSystem.PutOpValues - Enum in org.apache.hadoop.fs.http.client
-
Put operations.
- HttpFSParams - Class in org.apache.hadoop.fs.http.server
-
- HttpFSParams.AccessTimeParam - Class in org.apache.hadoop.fs.http.server
-
Class for access-time parameter.
- HttpFSParams.AccessTimeParam(String) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParams.AccessTimeParam
-
Constructor.
- HttpFSParams.BlockSizeParam - Class in org.apache.hadoop.fs.http.server
-
Class for block-size parameter.
- HttpFSParams.BlockSizeParam(String) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParams.BlockSizeParam
-
Constructor.
- HttpFSParams.DataParam - Class in org.apache.hadoop.fs.http.server
-
Class for data parameter.
- HttpFSParams.DataParam(String) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParams.DataParam
-
Constructor.
- HttpFSParams.DeleteOpParam - Class in org.apache.hadoop.fs.http.server
-
Class for DELETE operation parameter.
- HttpFSParams.DeleteOpParam(String) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParams.DeleteOpParam
-
Constructor.
- HttpFSParams.DeleteRecursiveParam - Class in org.apache.hadoop.fs.http.server
-
Class for delete's recursive parameter.
- HttpFSParams.DeleteRecursiveParam(String) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParams.DeleteRecursiveParam
-
Constructor.
- HttpFSParams.DoAsParam - Class in org.apache.hadoop.fs.http.server
-
Class for do-as parameter.
- HttpFSParams.DoAsParam(String) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParams.DoAsParam
-
Constructor.
- HttpFSParams.FilterParam - Class in org.apache.hadoop.fs.http.server
-
Class for filter parameter.
- HttpFSParams.FilterParam(String) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParams.FilterParam
-
Constructor.
- HttpFSParams.FsPathParam - Class in org.apache.hadoop.fs.http.server
-
Class for path parameter.
- HttpFSParams.FsPathParam(String) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParams.FsPathParam
-
Constructor.
- HttpFSParams.GetOpParam - Class in org.apache.hadoop.fs.http.server
-
Class for GET operation parameter.
- HttpFSParams.GetOpParam(String) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParams.GetOpParam
-
Constructor.
- HttpFSParams.GroupParam - Class in org.apache.hadoop.fs.http.server
-
Class for group parameter.
- HttpFSParams.GroupParam(String) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParams.GroupParam
-
Constructor.
- HttpFSParams.LenParam - Class in org.apache.hadoop.fs.http.server
-
Class for len parameter.
- HttpFSParams.LenParam(String) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParams.LenParam
-
Constructor.
- HttpFSParams.ModifiedTimeParam - Class in org.apache.hadoop.fs.http.server
-
Class for modified-time parameter.
- HttpFSParams.ModifiedTimeParam(String) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParams.ModifiedTimeParam
-
Constructor.
- HttpFSParams.OffsetParam - Class in org.apache.hadoop.fs.http.server
-
Class for offset parameter.
- HttpFSParams.OffsetParam(String) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParams.OffsetParam
-
Constructor.
- HttpFSParams.OverwriteParam - Class in org.apache.hadoop.fs.http.server
-
Class for overwrite parameter.
- HttpFSParams.OverwriteParam(String) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParams.OverwriteParam
-
Constructor.
- HttpFSParams.OwnerParam - Class in org.apache.hadoop.fs.http.server
-
Class for owner parameter.
- HttpFSParams.OwnerParam(String) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParams.OwnerParam
-
Constructor.
- HttpFSParams.PermissionParam - Class in org.apache.hadoop.fs.http.server
-
Class for permission parameter.
- HttpFSParams.PermissionParam(String) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParams.PermissionParam
-
Constructor.
- HttpFSParams.PostOpParam - Class in org.apache.hadoop.fs.http.server
-
Class for POST operation parameter.
- HttpFSParams.PostOpParam(String) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParams.PostOpParam
-
Constructor.
- HttpFSParams.PutOpParam - Class in org.apache.hadoop.fs.http.server
-
Class for PUT operation parameter.
- HttpFSParams.PutOpParam(String) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParams.PutOpParam
-
Constructor.
- HttpFSParams.ReplicationParam - Class in org.apache.hadoop.fs.http.server
-
Class for replication parameter.
- HttpFSParams.ReplicationParam(String) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParams.ReplicationParam
-
Constructor.
- HttpFSParams.ToPathParam - Class in org.apache.hadoop.fs.http.server
-
Class for to-path parameter.
- HttpFSParams.ToPathParam(String) - Constructor for class org.apache.hadoop.fs.http.server.HttpFSParams.ToPathParam
-
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.
- HttpKerberosAuthenticator - Class in org.apache.hadoop.fs.http.client
-
- HttpKerberosAuthenticator() - Constructor for class org.apache.hadoop.fs.http.client.HttpKerberosAuthenticator
-
- HttpPseudoAuthenticator - Class in org.apache.hadoop.fs.http.client
-
A PseudoAuthenticator
subclass that uses FileSystemAccess's
UserGroupInformation
to obtain the client user name (the UGI's login user).
- HttpPseudoAuthenticator() - Constructor for class org.apache.hadoop.fs.http.client.HttpPseudoAuthenticator
-
- 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
-
- 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_PREFIX - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- SERVICE_VERSION - Static variable in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
- 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
-
- 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
- setValue(T) - Method in class org.apache.hadoop.lib.wsrs.Param
-
- setWorkingDirectory(Path) - Method in class org.apache.hadoop.fs.http.client.HttpFSFileSystem
-
Set the current working directory for the given file system.
- ShortParam - Class in org.apache.hadoop.lib.wsrs
-
- ShortParam(String, String) - Constructor for class org.apache.hadoop.lib.wsrs.ShortParam
-
- 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
-
- validate(String, String, String) - Method in interface org.apache.hadoop.lib.service.ProxyUser
-
- validate(String, String, String) - Method in class org.apache.hadoop.lib.service.security.ProxyUserService
-
- 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.DeleteOpValues
-
Returns the enum constant of this type with the specified name.
- 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.GetOpValues
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.fs.http.client.HttpFSFileSystem.PostOpValues
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.fs.http.client.HttpFSFileSystem.PutOpValues
-
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.
- valueOf(String) - Static method in enum org.apache.hadoop.lib.service.security.ProxyUserService.ERROR
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.hadoop.fs.http.client.HttpFSFileSystem.DeleteOpValues
-
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.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.GetOpValues
-
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.PostOpValues
-
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.PutOpValues
-
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.
- values() - Static method in enum org.apache.hadoop.lib.service.security.ProxyUserService.ERROR
-
Returns an array containing the constants of this enum type, in
the order they are declared.