| Interface | Description |
|---|---|
| FileStatusAcceptor |
Interface to implement by the logic deciding whether to accept a summary
entry or path as a valid file or directory.
|
| Class | Description |
|---|---|
| AliyunCredentialsProvider |
Support session credentials for authenticating with Aliyun.
|
| AliyunOSSBlockOutputStream |
Asynchronous multi-part based uploading mechanism to support huge file
which is larger than 5GB.
|
| AliyunOSSCopyFileContext |
Used by
AliyunOSSFileSystem and AliyunOSSCopyFileTask
as copy context. |
| AliyunOSSCopyFileTask |
Used by
AliyunOSSFileSystem as an task that submitted
to the thread pool to accelerate the copy progress. |
| AliyunOSSFileReaderTask |
Used by
AliyunOSSInputStream as an task that submitted
to the thread pool. |
| AliyunOSSFileSystem |
Implementation of
FileSystem for
Aliyun OSS, used to access OSS blob system in a filesystem style. |
| AliyunOSSFileSystemStore |
Core implementation of Aliyun OSS Filesystem for Hadoop.
|
| AliyunOSSInputStream |
The input stream for OSS blob system.
|
| AliyunOSSUtils |
Utility methods for Aliyun OSS code.
|
| Constants |
ALL configuration constants for OSS filesystem.
|
| FileStatusAcceptor.AcceptAllButSelf |
Accept all entries except the base path.
|
| FileStatusAcceptor.AcceptFilesOnly |
Accept all entries except the base path.
|
| OSS |
OSS implementation of AbstractFileSystem.
|
| OSSFileStatus |
This class is used by listStatus for oss files.
|
| ReadBuffer |
This class is used by
AliyunOSSInputStream
and AliyunOSSFileReaderTask to buffer data that read from oss. |
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.