A C D F G I M O P S U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abortMultiPartUploadInternal() - Method in class alluxio.underfs.oss.OSSLowLevelOutputStream
- alluxio.underfs.oss - package alluxio.underfs.oss
C
- cleanup() - Method in class alluxio.underfs.oss.OSSUnderFileSystem
- close() - Method in class alluxio.underfs.oss.OSSOutputStream
-
Closes this output stream.
- close() - Method in class alluxio.underfs.oss.OSSUnderFileSystem
- close() - Method in class alluxio.underfs.oss.StsOssClientProvider
- completeMultiPartUploadInternal() - Method in class alluxio.underfs.oss.OSSLowLevelOutputStream
- copyObject(String, String) - Method in class alluxio.underfs.oss.OSSUnderFileSystem
- create(String, UnderFileSystemConfiguration) - Method in class alluxio.underfs.oss.OSSUnderFileSystemFactory
- createEmptyObject(String) - Method in class alluxio.underfs.oss.OSSLowLevelOutputStream
- createEmptyObject(String) - Method in class alluxio.underfs.oss.OSSUnderFileSystem
- createInstance(AlluxioURI, UnderFileSystemConfiguration) - Static method in class alluxio.underfs.oss.OSSUnderFileSystem
-
Constructs a new instance of
OSSUnderFileSystem. - createObject(String) - Method in class alluxio.underfs.oss.OSSUnderFileSystem
- createOrRefreshOssStsClient(UnderFileSystemConfiguration) - Method in class alluxio.underfs.oss.StsOssClientProvider
-
Create Or Refresh the STS OSS client.
- createStream(long, long) - Method in class alluxio.underfs.oss.OSSInputStream
D
- deleteObject(String) - Method in class alluxio.underfs.oss.OSSUnderFileSystem
- deleteObjects(List<String>) - Method in class alluxio.underfs.oss.OSSUnderFileSystem
F
- flush() - Method in class alluxio.underfs.oss.OSSOutputStream
-
Flushes this output stream and forces any buffered output bytes to be written out.
G
- getClient() - Method in class alluxio.underfs.oss.OSSLowLevelOutputStream
- getContentHash() - Method in class alluxio.underfs.oss.OSSLowLevelOutputStream
- getContentHash() - Method in class alluxio.underfs.oss.OSSOutputStream
- getFolderSuffix() - Method in class alluxio.underfs.oss.OSSUnderFileSystem
- getObjectListingChunk(String, boolean) - Method in class alluxio.underfs.oss.OSSUnderFileSystem
- getObjectStatus(String) - Method in class alluxio.underfs.oss.OSSUnderFileSystem
- getOSSClient() - Method in class alluxio.underfs.oss.StsOssClientProvider
-
Returns the STS OSS client.
- getPermissions() - Method in class alluxio.underfs.oss.OSSUnderFileSystem
- getRootKey() - Method in class alluxio.underfs.oss.OSSUnderFileSystem
- getUnderFSType() - Method in class alluxio.underfs.oss.OSSUnderFileSystem
I
- init() - Method in class alluxio.underfs.oss.StsOssClientProvider
-
Init
StsOssClientProvider. - initializeOSSClientConfig(AlluxioConfiguration) - Static method in class alluxio.underfs.oss.OSSUnderFileSystem
-
Creates an OSS
ClientConfigurationusing an Alluxio Configuration. - initMultiPartUploadInternal() - Method in class alluxio.underfs.oss.OSSLowLevelOutputStream
M
- mClient - Variable in class alluxio.underfs.oss.OSSPositionReader
-
Client for operations with Aliyun OSS.
- mUploadId - Variable in class alluxio.underfs.oss.OSSLowLevelOutputStream
-
The upload id of this multipart upload.
O
- openObject(String, OpenOptions, RetryPolicy) - Method in class alluxio.underfs.oss.OSSUnderFileSystem
- openObjectInputStream(long, int) - Method in class alluxio.underfs.oss.OSSPositionReader
- openPositionRead(String, long) - Method in class alluxio.underfs.oss.OSSUnderFileSystem
- OSSInputStream - Class in alluxio.underfs.oss
-
A stream for reading a file from OSS.
- OSSLowLevelOutputStream - Class in alluxio.underfs.oss
-
ObjectLowLevelOutputStreamimplement for OSS. - OSSLowLevelOutputStream(String, String, OSS, ListeningExecutorService, AlluxioConfiguration) - Constructor for class alluxio.underfs.oss.OSSLowLevelOutputStream
-
Constructs a new stream for writing a file.
- OSSOutputStream - Class in alluxio.underfs.oss
-
A stream for writing a file into OSS.
- OSSOutputStream(String, String, OSS, List<String>) - Constructor for class alluxio.underfs.oss.OSSOutputStream
-
Creates a name instance of
OSSOutputStream. - OSSPositionReader - Class in alluxio.underfs.oss
-
Implementation of
ObjectPositionReaderthat reads from OSS object store. - OSSPositionReader(OSS, String, String, long) - Constructor for class alluxio.underfs.oss.OSSPositionReader
- OSSUnderFileSystem - Class in alluxio.underfs.oss
-
Aliyun OSS
UnderFileSystemimplementation. - OSSUnderFileSystem(AlluxioURI, OSS, String, UnderFileSystemConfiguration) - Constructor for class alluxio.underfs.oss.OSSUnderFileSystem
-
Constructor for
OSSUnderFileSystem. - OSSUnderFileSystemFactory - Class in alluxio.underfs.oss
-
Factory for creating
OSSUnderFileSystem. - OSSUnderFileSystemFactory() - Constructor for class alluxio.underfs.oss.OSSUnderFileSystemFactory
-
Constructs a new
OSSUnderFileSystemFactory.
P
- putObject(String, File, String) - Method in class alluxio.underfs.oss.OSSLowLevelOutputStream
S
- setMode(String, short) - Method in class alluxio.underfs.oss.OSSUnderFileSystem
- setOssClientBuilder(OSSClientBuilder) - Method in class alluxio.underfs.oss.StsOssClientProvider
- setOwner(String, String, String) - Method in class alluxio.underfs.oss.OSSUnderFileSystem
- StsOssClientProvider - Class in alluxio.underfs.oss
-
STS client provider for Aliyun OSS.
- StsOssClientProvider(UnderFileSystemConfiguration) - Constructor for class alluxio.underfs.oss.StsOssClientProvider
-
Constructs a new instance of
StsOssClientProvider. - supportsPath(String) - Method in class alluxio.underfs.oss.OSSUnderFileSystemFactory
U
- uploadPartInternal(File, int, boolean, String) - Method in class alluxio.underfs.oss.OSSLowLevelOutputStream
W
- write(byte[]) - Method in class alluxio.underfs.oss.OSSOutputStream
-
Writes the given byte array to this output stream.
- write(byte[], int, int) - Method in class alluxio.underfs.oss.OSSOutputStream
-
Writes the given number of bytes from the given byte array starting at the given offset to this output stream.
- write(int) - Method in class alluxio.underfs.oss.OSSOutputStream
-
Writes the given bytes to this output stream.
All Classes All Packages