Class | Description |
---|---|
AuthFilter |
Subclass of hadoop-auth
AuthenticationFilter that obtains its configuration
from HttpFSServer's server configuration. |
CheckUploadContentTypeFilter |
Filter that Enforces the content-type to be application/octet-stream for
POST and PUT requests.
|
FSOperations |
FileSystem operation executors used by
HttpFSServer . |
FSOperations.FSAppend |
Executor that performs an append FileSystemAccess files system operation.
|
FSOperations.FSContentSummary |
Executor that performs a content-summary FileSystemAccess files system operation.
|
FSOperations.FSCreate |
Executor that performs a create FileSystemAccess files system operation.
|
FSOperations.FSDelete |
Executor that performs a delete FileSystemAccess files system operation.
|
FSOperations.FSFileChecksum |
Executor that performs a file-checksum FileSystemAccess files system operation.
|
FSOperations.FSFileStatus |
Executor that performs a file-status FileSystemAccess files system operation.
|
FSOperations.FSHomeDir |
Executor that performs a home-dir FileSystemAccess files system operation.
|
FSOperations.FSListStatus |
Executor that performs a list-status FileSystemAccess files system operation.
|
FSOperations.FSMkdirs |
Executor that performs a mkdirs FileSystemAccess files system operation.
|
FSOperations.FSOpen |
Executor that performs a open FileSystemAccess files system operation.
|
FSOperations.FSRename |
Executor that performs a rename FileSystemAccess files system operation.
|
FSOperations.FSSetOwner |
Executor that performs a set-owner FileSystemAccess files system operation.
|
FSOperations.FSSetPermission |
Executor that performs a set-permission FileSystemAccess files system operation.
|
FSOperations.FSSetReplication |
Executor that performs a set-replication FileSystemAccess files system operation.
|
FSOperations.FSSetTimes |
Executor that performs a set-times FileSystemAccess files system operation.
|
HttpFSExceptionProvider |
JAX-RS
ExceptionMapper implementation that maps HttpFSServer's
exceptions to HTTP status codes. |
HttpFSParams |
HttpFS HTTP Parameters used by
HttpFSServer . |
HttpFSParams.AccessTimeParam |
Class for access-time parameter.
|
HttpFSParams.BlockSizeParam |
Class for block-size parameter.
|
HttpFSParams.DataParam |
Class for data parameter.
|
HttpFSParams.DeleteOpParam |
Class for DELETE operation parameter.
|
HttpFSParams.DeleteRecursiveParam |
Class for delete's recursive parameter.
|
HttpFSParams.DoAsParam |
Class for do-as parameter.
|
HttpFSParams.FilterParam |
Class for filter parameter.
|
HttpFSParams.FsPathParam |
Class for path parameter.
|
HttpFSParams.GetOpParam |
Class for GET operation parameter.
|
HttpFSParams.GroupParam |
Class for group parameter.
|
HttpFSParams.LenParam |
Class for len parameter.
|
HttpFSParams.ModifiedTimeParam |
Class for modified-time parameter.
|
HttpFSParams.OffsetParam |
Class for offset parameter.
|
HttpFSParams.OverwriteParam |
Class for overwrite parameter.
|
HttpFSParams.OwnerParam |
Class for owner parameter.
|
HttpFSParams.PermissionParam |
Class for permission parameter.
|
HttpFSParams.PostOpParam |
Class for POST operation parameter.
|
HttpFSParams.PutOpParam |
Class for PUT operation parameter.
|
HttpFSParams.ReplicationParam |
Class for replication parameter.
|
HttpFSParams.ToPathParam |
Class for to-path parameter.
|
HttpFSReleaseFilter |
Filter that releases FileSystemAccess filesystem instances upon HTTP request
completion.
|
HttpFSServer |
Main class of HttpFSServer server.
|
HttpFSServerWebApp |
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 . |
Copyright © 2013 Apache Software Foundation. All Rights Reserved.