org.apache.hadoop.fs.http.client
Class HttpsFSFileSystem

java.lang.Object
  extended by org.apache.hadoop.conf.Configured
      extended by org.apache.hadoop.fs.FileSystem
          extended by org.apache.hadoop.fs.http.client.HttpFSFileSystem
              extended by org.apache.hadoop.fs.http.client.HttpsFSFileSystem
All Implemented Interfaces:
Closeable, org.apache.hadoop.conf.Configurable, org.apache.hadoop.fs.DelegationTokenRenewer.Renewable

public class HttpsFSFileSystem
extends HttpFSFileSystem

HttpFSServer implementation of the FileSystemAccess FileSystem for SSL.

This implementation allows a user to access HDFS over HTTPS via a HttpFSServer server.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.fs.http.client.HttpFSFileSystem
HttpFSFileSystem.FILE_TYPE, HttpFSFileSystem.Operation
 
Nested classes/interfaces inherited from class org.apache.hadoop.fs.FileSystem
org.apache.hadoop.fs.FileSystem.Statistics
 
Field Summary
static String SCHEME
           
 
Fields inherited from class org.apache.hadoop.fs.http.client.HttpFSFileSystem
ACCESS_TIME_JSON, ACCESS_TIME_PARAM, BLOCK_SIZE_JSON, BLOCKSIZE_PARAM, CHECKSUM_ALGORITHM_JSON, CHECKSUM_BYTES_JSON, CHECKSUM_LENGTH_JSON, CONTENT_SUMMARY_DIRECTORY_COUNT_JSON, CONTENT_SUMMARY_FILE_COUNT_JSON, CONTENT_SUMMARY_JSON, CONTENT_SUMMARY_LENGTH_JSON, CONTENT_SUMMARY_QUOTA_JSON, CONTENT_SUMMARY_SPACE_CONSUMED_JSON, CONTENT_SUMMARY_SPACE_QUOTA_JSON, DEFAULT_PERMISSION, DELETE_JSON, DESTINATION_PARAM, DO_AS_PARAM, ERROR_CLASSNAME_JSON, ERROR_EXCEPTION_JSON, ERROR_JSON, ERROR_MESSAGE_JSON, FILE_CHECKSUM_JSON, FILE_STATUS_JSON, FILE_STATUSES_JSON, GROUP_JSON, GROUP_PARAM, HOME_DIR_JSON, HTTP_TEMPORARY_REDIRECT, LENGTH_JSON, MKDIRS_JSON, MODIFICATION_TIME_JSON, MODIFICATION_TIME_PARAM, OP_PARAM, OVERWRITE_PARAM, OWNER_JSON, OWNER_PARAM, PATH_SUFFIX_JSON, PERMISSION_JSON, PERMISSION_PARAM, RECURSIVE_PARAM, RENAME_JSON, REPLICATION_JSON, REPLICATION_PARAM, SERVICE_NAME, SERVICE_VERSION, SET_REPLICATION_JSON, SOURCES_PARAM, TYPE_JSON, UPLOAD_CONTENT_TYPE
 
Fields inherited from class org.apache.hadoop.fs.FileSystem
DEFAULT_FS, FS_DEFAULT_NAME_KEY, LOG, SHUTDOWN_HOOK_PRIORITY, statistics
 
Constructor Summary
HttpsFSFileSystem()
           
 
Method Summary
 String getScheme()
           
 
Methods inherited from class org.apache.hadoop.fs.http.client.HttpFSFileSystem
append, cancelDelegationToken, concat, create, delete, delete, getContentSummary, getDefaultPort, getDelegationToken, getFileChecksum, getFileStatus, getHomeDirectory, getRenewToken, getUri, getWorkingDirectory, initialize, listStatus, mkdirs, open, permissionToString, rename, renewDelegationToken, setDelegationToken, setOwner, setPermission, setReplication, setTimes, setWorkingDirectory
 
Methods inherited from class org.apache.hadoop.fs.FileSystem
addDelegationTokens, append, append, areSymlinksEnabled, cancelDeleteOnExit, canonicalizeUri, checkPath, clearStatistics, close, closeAll, closeAllForUGI, completeLocalOutput, copyFromLocalFile, copyFromLocalFile, copyFromLocalFile, copyFromLocalFile, copyToLocalFile, copyToLocalFile, copyToLocalFile, create, create, create, create, create, create, create, create, create, create, create, create, createNewFile, createNonRecursive, createNonRecursive, createNonRecursive, createSnapshot, createSnapshot, createSymlink, deleteOnExit, deleteSnapshot, enableSymlinks, exists, fixRelativePart, get, get, get, getAclStatus, getAllStatistics, getBlockSize, getCanonicalServiceName, getCanonicalUri, getChildFileSystems, getDefaultBlockSize, getDefaultBlockSize, getDefaultReplication, getDefaultReplication, getDefaultUri, getFileBlockLocations, getFileBlockLocations, getFileLinkStatus, getFileSystemClass, getFSofPath, getInitialWorkingDirectory, getLength, getLinkTarget, getLocal, getName, getNamed, getReplication, getServerDefaults, getServerDefaults, getStatistics, getStatistics, getStatus, getStatus, getUsed, globStatus, globStatus, isDirectory, isFile, listCorruptFileBlocks, listFiles, listLocatedStatus, listLocatedStatus, listStatus, listStatus, listStatus, makeQualified, mkdirs, mkdirs, modifyAclEntries, moveFromLocalFile, moveFromLocalFile, moveToLocalFile, newInstance, newInstance, newInstance, newInstanceLocal, open, primitiveCreate, primitiveMkdir, primitiveMkdir, printStatistics, processDeleteOnExit, removeAcl, removeAclEntries, removeDefaultAcl, rename, renameSnapshot, resolveLink, resolvePath, setAcl, setDefaultUri, setDefaultUri, setVerifyChecksum, setWriteChecksum, startLocalOutput, supportsSymlinks
 
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCHEME

public static final String SCHEME
See Also:
Constant Field Values
Constructor Detail

HttpsFSFileSystem

public HttpsFSFileSystem()
Method Detail

getScheme

public String getScheme()
Overrides:
getScheme in class HttpFSFileSystem


Copyright © 2014 Apache Software Foundation. All Rights Reserved.