org.apache.hadoop.fs.http.server
Class FSOperations

java.lang.Object
  extended by org.apache.hadoop.fs.http.server.FSOperations

@InterfaceAudience.Private
public class FSOperations
extends Object

FileSystem operation executors used by HttpFSServer.


Nested Class Summary
static class FSOperations.FSAclStatus
          Executor that gets the ACL information for a given file.
static class FSOperations.FSAppend
          Executor that performs an append FileSystemAccess files system operation.
static class FSOperations.FSConcat
          Executor that performs an append FileSystemAccess files system operation.
static class FSOperations.FSContentSummary
          Executor that performs a content-summary FileSystemAccess files system operation.
static class FSOperations.FSCreate
          Executor that performs a create FileSystemAccess files system operation.
static class FSOperations.FSDelete
          Executor that performs a delete FileSystemAccess files system operation.
static class FSOperations.FSFileChecksum
          Executor that performs a file-checksum FileSystemAccess files system operation.
static class FSOperations.FSFileStatus
          Executor that performs a file-status FileSystemAccess files system operation.
static class FSOperations.FSGetXAttrs
          Executor that performs getting xattrs FileSystemAccess files system operation.
static class FSOperations.FSHomeDir
          Executor that performs a home-dir FileSystemAccess files system operation.
static class FSOperations.FSListStatus
          Executor that performs a list-status FileSystemAccess files system operation.
static class FSOperations.FSListXAttrs
          Executor that performs listing xattrs FileSystemAccess files system operation.
static class FSOperations.FSMkdirs
          Executor that performs a mkdirs FileSystemAccess files system operation.
static class FSOperations.FSModifyAclEntries
          Executor that modifies acl entries for a file in a FileSystem
static class FSOperations.FSOpen
          Executor that performs a open FileSystemAccess files system operation.
static class FSOperations.FSRemoveAcl
          Executor that removes all acls from a file in a FileSystem
static class FSOperations.FSRemoveAclEntries
          Executor that removes acl entries from a file in a FileSystem
static class FSOperations.FSRemoveDefaultAcl
          Executor that removes the default acl from a directory in a FileSystem
static class FSOperations.FSRemoveXAttr
          Executor that performs a removexattr FileSystemAccess files system operation.
static class FSOperations.FSRename
          Executor that performs a rename FileSystemAccess files system operation.
static class FSOperations.FSSetAcl
          Executor that sets the acl for a file in a FileSystem
static class FSOperations.FSSetOwner
          Executor that performs a set-owner FileSystemAccess files system operation.
static class FSOperations.FSSetPermission
          Executor that performs a set-permission FileSystemAccess files system operation.
static class FSOperations.FSSetReplication
          Executor that performs a set-replication FileSystemAccess files system operation.
static class FSOperations.FSSetTimes
          Executor that performs a set-times FileSystemAccess files system operation.
static class FSOperations.FSSetXAttr
          Executor that performs a setxattr FileSystemAccess files system operation.
 
Constructor Summary
FSOperations()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSOperations

public FSOperations()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.