Package org.apache.hadoop.fs.http.server


package org.apache.hadoop.fs.http.server
  • Classes
    Class
    Description
    org.apache.hadoop.fs.http.server.CheckUploadContentTypeFilter
    Filter that Enforces the content-type to be application/octet-stream for POST and PUT requests.
    org.apache.hadoop.fs.http.server.FSOperations
    FileSystem operation executors used by HttpFSServer.
    org.apache.hadoop.fs.http.server.FSOperations.FSAccess
    Executor that performs a check access operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSAclStatus
    Executor that gets the ACL information for a given file.
    org.apache.hadoop.fs.http.server.FSOperations.FSAllowSnapshot
    Executor that performs an allowSnapshot operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSAppend
    Executor that performs an append FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSConcat
    Executor that performs a concat FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSContentSummary
    Executor that performs a content-summary FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSCreate
    Executor that performs a create FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSCreateSnapshot
    Executor that performs a createSnapshot FileSystemAccess operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSDelete
    Executor that performs a delete FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSDeleteSnapshot
    Executor that performs a deleteSnapshot FileSystemAccess operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSDisallowSnapshot
    Executor that performs an disallowSnapshot operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSFileBlockLocations
    Executor that performs a getFileBlockLocations operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSFileBlockLocationsLegacy
    Executor that performs a getFileBlockLocations operation for legacy clients that supports only GET_BLOCK_LOCATIONS.
    org.apache.hadoop.fs.http.server.FSOperations.FSFileChecksum
    Executor that performs a file-checksum FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSFileLinkStatus
    Executor that performs a linkFile-status FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSFileStatus
    Executor that performs a file-status FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSGetAllStoragePolicies
    Executor that performs a getAllStoragePolicies FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSGetErasureCodingCodecs
    Executor that performs a FSGetErasureCodingCodecs operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSGetErasureCodingPolicies
    Executor that performs a FSGetErasureCodingPolicies operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSGetErasureCodingPolicy
    Executor that performs a getErasureCodingPolicy operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSGetServerDefaults
    Executor that performs a getServerDefaults operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSGetSnapshotDiff
    Executor that performs a getSnapshotDiff operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSGetSnapshotDiffListing
    Executor that performs a getSnapshotDiffListing operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSGetSnapshotListing
    Executor that performs a getSnapshotListing operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSGetSnapshottableDirListing
    Executor that performs a getSnapshottableDirListing operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSGetStoragePolicy
    Executor that performs a getStoragePolicy FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSGetTrashRoots
    Executor that performs a FSGetTrashRoots operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSGetXAttrs
    Executor that performs getting xattrs FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSHomeDir
    Executor that performs a home-dir FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSListStatus
    Executor that performs a list-status FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSListStatusBatch
    Executor that performs a batched directory listing.
    org.apache.hadoop.fs.http.server.FSOperations.FSListXAttrs
    Executor that performs listing xattrs FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSMkdirs
    Executor that performs a mkdirs FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSModifyAclEntries
    Executor that modifies acl entries for a file in a FileSystem
    org.apache.hadoop.fs.http.server.FSOperations.FSOpen
    Executor that performs a open FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSQuotaUsage
    Executor that performs a quota-usage FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSRemoveAcl
    Executor that removes all acls from a file in a FileSystem
    org.apache.hadoop.fs.http.server.FSOperations.FSRemoveAclEntries
    Executor that removes acl entries from a file in a FileSystem
    org.apache.hadoop.fs.http.server.FSOperations.FSRemoveDefaultAcl
    Executor that removes the default acl from a directory in a FileSystem
    org.apache.hadoop.fs.http.server.FSOperations.FSRemoveXAttr
    Executor that performs a removexattr FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSRename
    Executor that performs a rename FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSRenameSnapshot
    Executor that performs a renameSnapshot FileSystemAccess operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSSatisyStoragePolicy
    Executor that performs a satisfyStoragePolicy operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSSetAcl
    Executor that sets the acl for a file in a FileSystem
    org.apache.hadoop.fs.http.server.FSOperations.FSSetErasureCodingPolicy
    Executor that performs a setErasureCodingPolicy operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSSetOwner
    Executor that performs a set-owner FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSSetPermission
    Executor that performs a set-permission FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSSetReplication
    Executor that performs a set-replication FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSSetStoragePolicy
    Executor that performs a setStoragePolicy FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSSetTimes
    Executor that performs a set-times FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSSetXAttr
    Executor that performs a setxattr FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSStatus
    Executor that performs a getFsStatus operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSTrashRoot
    Executor that performs getting trash root FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSTruncate
    Executor that performs a truncate FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSUnSetErasureCodingPolicy
    Executor that performs a unsetErasureCodingPolicy operation.
    org.apache.hadoop.fs.http.server.FSOperations.FSUnsetStoragePolicy
    Executor that performs a unsetStoragePolicy FileSystemAccess files system operation.
    org.apache.hadoop.fs.http.server.HttpFSAuthenticationFilter
    Subclass of hadoop-auth AuthenticationFilter that obtains its configuration from HttpFSServer's server configuration.
    org.apache.hadoop.fs.http.server.HttpFSExceptionProvider
    JAX-RS ExceptionMapper implementation that maps HttpFSServer's exceptions to HTTP status codes.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider
    HttpFS ParametersProvider.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.AccessTimeParam
    Class for access-time parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.AclPermissionParam
    Class for AclPermission parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.AllUsersParam
    Class for allusers parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.BlockSizeParam
    Class for block-size parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.DataParam
    Class for data parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.DestinationParam
    Class for to-path parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.ECPolicyParam
    Class for ecpolicy parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.FilterParam
    Class for filter parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.FsActionParam
    Class for FsAction parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.GroupParam
    Class for group parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.LenParam
    Class for len parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.ModifiedTimeParam
    Class for modified-time parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.NewLengthParam
    Class for newlength parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.NoRedirectParam
    Class for noredirect parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.OffsetParam
    Class for offset parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.OldSnapshotNameParam
    Class for OldSnapshotName parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.OperationParam
    Class for operation parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.OverwriteParam
    Class for overwrite parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.OwnerParam
    Class for owner parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.PermissionParam
    Class for permission parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.PolicyNameParam
    Class for policyName parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.RecursiveParam
    Class for delete's recursive parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.ReplicationParam
    Class for replication parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.SnapshotDiffIndexParam
    Class for SnapshotDiffStartPath parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.SnapshotDiffStartPathParam
    Class for SnapshotDiffStartPath parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.SnapshotNameParam
    Class for SnapshotName parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.SourcesParam
    Class for concat sources parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.StartAfterParam
    Class for startafter parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.UnmaskedPermissionParam
    Class for unmaskedpermission parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.XAttrEncodingParam
    Class for xattr parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.XAttrNameParam
    Class for xattr parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.XAttrSetFlagParam
    Class for xattr parameter.
    org.apache.hadoop.fs.http.server.HttpFSParametersProvider.XAttrValueParam
    Class for xattr parameter.
    org.apache.hadoop.fs.http.server.HttpFSReleaseFilter
    Filter that releases FileSystemAccess filesystem instances upon HTTP request completion.
    org.apache.hadoop.fs.http.server.HttpFSServer
    Main class of HttpFSServer server.
    org.apache.hadoop.fs.http.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.
    org.apache.hadoop.fs.http.server.HttpFSServerWebServer
    The HttpFS web server.