| Class | Description |
|---|---|
| BaseService |
Convenience class implementing the
Service interface. |
| BooleanParam | |
| ByteParam | |
| Check |
Utility methods to check preconditions.
|
| CheckUploadContentTypeFilter |
Filter that Enforces the content-type to be application/octet-stream for
POST and PUT requests.
|
| ConfigurationUtils |
Configuration utilities.
|
| EnumParam<E extends java.lang.Enum<E>> | |
| EnumSetParam<E extends java.lang.Enum<E>> | |
| ExceptionProvider | |
| FileSystemAccess | |
| FileSystemAccess.FileSystemExecutor<T> | |
| FileSystemAccessException | |
| FileSystemAccessException.ERROR | |
| FileSystemAccessService | |
| FileSystemReleaseFilter | |
| FSOperations |
FileSystem operation executors used by
HttpFSServer. |
| FSOperations.FSAccess |
Executor that performs a check access operation.
|
| FSOperations.FSAclStatus |
Executor that gets the ACL information for a given file.
|
| FSOperations.FSAllowSnapshot |
Executor that performs an allowSnapshot operation.
|
| FSOperations.FSAppend |
Executor that performs an append FileSystemAccess files system operation.
|
| FSOperations.FSConcat |
Executor that performs a concat 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.FSCreateSnapshot |
Executor that performs a createSnapshot FileSystemAccess operation.
|
| FSOperations.FSDelete |
Executor that performs a delete FileSystemAccess files system operation.
|
| FSOperations.FSDeleteSnapshot |
Executor that performs a deleteSnapshot FileSystemAccess operation.
|
| FSOperations.FSDisallowSnapshot |
Executor that performs an disallowSnapshot operation.
|
| FSOperations.FSFileBlockLocations |
Executor that performs a getFileBlockLocations operation.
|
| FSOperations.FSFileBlockLocationsLegacy |
Executor that performs a getFileBlockLocations operation for legacy
clients that supports only GET_BLOCK_LOCATIONS.
|
| FSOperations.FSFileChecksum |
Executor that performs a file-checksum FileSystemAccess files system operation.
|
| FSOperations.FSFileLinkStatus |
Executor that performs a linkFile-status FileSystemAccess files
system operation.
|
| FSOperations.FSFileStatus |
Executor that performs a file-status FileSystemAccess files system operation.
|
| FSOperations.FSGetAllStoragePolicies |
Executor that performs a getAllStoragePolicies FileSystemAccess files
system operation.
|
| FSOperations.FSGetErasureCodingCodecs |
Executor that performs a FSGetErasureCodingCodecs operation.
|
| FSOperations.FSGetErasureCodingPolicies |
Executor that performs a FSGetErasureCodingPolicies operation.
|
| FSOperations.FSGetErasureCodingPolicy |
Executor that performs a getErasureCodingPolicy operation.
|
| FSOperations.FSGetServerDefaults |
Executor that performs a getServerDefaults operation.
|
| FSOperations.FSGetSnapshotDiff |
Executor that performs a getSnapshotDiff operation.
|
| FSOperations.FSGetSnapshotDiffListing |
Executor that performs a getSnapshotDiffListing operation.
|
| FSOperations.FSGetSnapshotListing |
Executor that performs a getSnapshotListing operation.
|
| FSOperations.FSGetSnapshottableDirListing |
Executor that performs a getSnapshottableDirListing operation.
|
| FSOperations.FSGetStoragePolicy |
Executor that performs a getStoragePolicy FileSystemAccess files system
operation.
|
| FSOperations.FSGetTrashRoots |
Executor that performs a FSGetTrashRoots operation.
|
| FSOperations.FSGetXAttrs |
Executor that performs getting xattrs 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.FSListStatusBatch |
Executor that performs a batched directory listing.
|
| FSOperations.FSListXAttrs |
Executor that performs listing xattrs FileSystemAccess files system
operation.
|
| FSOperations.FSMkdirs |
Executor that performs a mkdirs FileSystemAccess files system operation.
|
| FSOperations.FSModifyAclEntries |
Executor that modifies acl entries for a file in a FileSystem
|
| FSOperations.FSOpen |
Executor that performs a open FileSystemAccess files system operation.
|
| FSOperations.FSQuotaUsage |
Executor that performs a quota-usage FileSystemAccess files system
operation.
|
| FSOperations.FSRemoveAcl |
Executor that removes all acls from a file in a FileSystem
|
| FSOperations.FSRemoveAclEntries |
Executor that removes acl entries from a file in a FileSystem
|
| FSOperations.FSRemoveDefaultAcl |
Executor that removes the default acl from a directory in a FileSystem
|
| FSOperations.FSRemoveXAttr |
Executor that performs a removexattr FileSystemAccess files system
operation.
|
| FSOperations.FSRename |
Executor that performs a rename FileSystemAccess files system operation.
|
| FSOperations.FSRenameSnapshot |
Executor that performs a renameSnapshot FileSystemAccess operation.
|
| FSOperations.FSSatisyStoragePolicy |
Executor that performs a satisfyStoragePolicy operation.
|
| FSOperations.FSSetAcl |
Executor that sets the acl for a file in a FileSystem
|
| FSOperations.FSSetErasureCodingPolicy |
Executor that performs a setErasureCodingPolicy 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.FSSetStoragePolicy |
Executor that performs a setStoragePolicy FileSystemAccess files system
operation.
|
| FSOperations.FSSetTimes |
Executor that performs a set-times FileSystemAccess files system operation.
|
| FSOperations.FSSetXAttr |
Executor that performs a setxattr FileSystemAccess files system operation.
|
| FSOperations.FSStatus |
Executor that performs a getFsStatus operation.
|
| FSOperations.FSTrashRoot |
Executor that performs getting trash root FileSystemAccess
files system operation.
|
| FSOperations.FSTruncate |
Executor that performs a truncate FileSystemAccess files system operation.
|
| FSOperations.FSUnSetErasureCodingPolicy |
Executor that performs a unsetErasureCodingPolicy operation.
|
| FSOperations.FSUnsetStoragePolicy |
Executor that performs a unsetStoragePolicy FileSystemAccess files system
operation.
|
| Groups | |
| GroupsService | |
| HostnameFilter |
Filter that resolves the requester hostname.
|
| HttpFSAuthenticationFilter |
Subclass of hadoop-auth
AuthenticationFilter that obtains its
configuration from HttpFSServer's server configuration. |
| HttpFSExceptionProvider |
JAX-RS
ExceptionMapper implementation that maps HttpFSServer's
exceptions to HTTP status codes. |
| HttpFSFileSystem |
HttpFSServer implementation of the FileSystemAccess FileSystem.
|
| HttpFSFileSystem.FILE_TYPE | |
| HttpFSFileSystem.Operation | |
| HttpFSParametersProvider |
HttpFS ParametersProvider.
|
| HttpFSParametersProvider.AccessTimeParam |
Class for access-time parameter.
|
| HttpFSParametersProvider.AclPermissionParam |
Class for AclPermission parameter.
|
| HttpFSParametersProvider.AllUsersParam |
Class for allusers parameter.
|
| HttpFSParametersProvider.BlockSizeParam |
Class for block-size parameter.
|
| HttpFSParametersProvider.DataParam |
Class for data parameter.
|
| HttpFSParametersProvider.DestinationParam |
Class for to-path parameter.
|
| HttpFSParametersProvider.ECPolicyParam |
Class for ecpolicy parameter.
|
| HttpFSParametersProvider.FilterParam |
Class for filter parameter.
|
| HttpFSParametersProvider.FsActionParam |
Class for FsAction parameter.
|
| HttpFSParametersProvider.GroupParam |
Class for group parameter.
|
| HttpFSParametersProvider.LenParam |
Class for len parameter.
|
| HttpFSParametersProvider.ModifiedTimeParam |
Class for modified-time parameter.
|
| HttpFSParametersProvider.NewLengthParam |
Class for newlength parameter.
|
| HttpFSParametersProvider.NoRedirectParam |
Class for noredirect parameter.
|
| HttpFSParametersProvider.OffsetParam |
Class for offset parameter.
|
| HttpFSParametersProvider.OldSnapshotNameParam |
Class for OldSnapshotName parameter.
|
| HttpFSParametersProvider.OperationParam |
Class for operation parameter.
|
| HttpFSParametersProvider.OverwriteParam |
Class for overwrite parameter.
|
| HttpFSParametersProvider.OwnerParam |
Class for owner parameter.
|
| HttpFSParametersProvider.PermissionParam |
Class for permission parameter.
|
| HttpFSParametersProvider.PolicyNameParam |
Class for policyName parameter.
|
| HttpFSParametersProvider.RecursiveParam |
Class for delete's recursive parameter.
|
| HttpFSParametersProvider.ReplicationParam |
Class for replication parameter.
|
| HttpFSParametersProvider.SnapshotDiffIndexParam |
Class for SnapshotDiffStartPath parameter.
|
| HttpFSParametersProvider.SnapshotDiffStartPathParam |
Class for SnapshotDiffStartPath parameter.
|
| HttpFSParametersProvider.SnapshotNameParam |
Class for SnapshotName parameter.
|
| HttpFSParametersProvider.SourcesParam |
Class for concat sources parameter.
|
| HttpFSParametersProvider.StartAfterParam |
Class for startafter parameter.
|
| HttpFSParametersProvider.UnmaskedPermissionParam |
Class for unmaskedpermission parameter.
|
| HttpFSParametersProvider.XAttrEncodingParam |
Class for xattr parameter.
|
| HttpFSParametersProvider.XAttrNameParam |
Class for xattr parameter.
|
| HttpFSParametersProvider.XAttrSetFlagParam |
Class for xattr parameter.
|
| HttpFSParametersProvider.XAttrValueParam |
Class for xattr parameter.
|
| HttpFSReleaseFilter |
Filter that releases FileSystemAccess filesystem instances upon HTTP request
completion.
|
| HttpFSServer |
Main class of HttpFSServer server.
|
| HttpFSServerMetrics |
This class is for maintaining the various HttpFSServer statistics
and publishing them through the metrics interfaces.
|
| 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. |
| HttpFSServerWebServer |
The HttpFS web server.
|
| HttpFSUtils |
Utility methods used by HttpFS classes.
|
| HttpsFSFileSystem |
HttpFSServer implementation of the FileSystemAccess FileSystem for SSL.
|
| InputStreamEntity | |
| Instrumentation | |
| Instrumentation.Cron | |
| Instrumentation.Variable<T> | |
| InstrumentationService | |
| IntegerParam | |
| JSONMapProvider | |
| JSONProvider | |
| LongParam | |
| MDCFilter |
Filter that sets request contextual information for the slf4j MDC.
|
| Param<T> | |
| Parameters |
Class that contains all parsed JAX-RS parameters.
|
| ParametersProvider |
Jersey provider that parses the request parameters based on the
given parameter definition.
|
| RunnableCallable |
Adapter class that allows
Runnables and Callables to
be treated as the other. |
| Scheduler | |
| SchedulerService | |
| Server |
A Server class provides standard configuration, logging and
Service
lifecyle management. |
| Server.Status |
Enumeration that defines the server status.
|
| ServerException |
Exception thrown by the
Server class. |
| ServerException.ERROR |
Error codes use by the
Server class. |
| ServerWebApp |
Server subclass that implements ServletContextListener
and uses its lifecycle to start and stop the server. |
| Service |
Service interface for components to be managed by the
Server class. |
| ServiceException |
Exception thrown by
Service implementations. |
| ShortParam | |
| StringParam | |
| XException |
Generic exception that requires error codes and uses the a message
template from the error code.
|
| XException.ERROR |
Interface to define error codes.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.