Skip navigation links
A C D F G I M O P S U W 

A

abortMultiPartUploadInternal() - Method in class alluxio.underfs.oss.OSSLowLevelOutputStream
 
abortMultipartUploadInternal() - Method in class alluxio.underfs.oss.OSSMultipartUploadOutputStream
 
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
 
completeMultipartUploadInternal() - Method in class alluxio.underfs.oss.OSSMultipartUploadOutputStream
 
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.OSSMultipartUploadOutputStream
 
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
 
getClient() - Method in class alluxio.underfs.oss.OSSMultipartUploadOutputStream
 
getContentHash() - Method in class alluxio.underfs.oss.OSSLowLevelOutputStream
 
getContentHash() - Method in class alluxio.underfs.oss.OSSMultipartUploadOutputStream
 
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
initializeOSSClientConfig(AlluxioConfiguration) - Static method in class alluxio.underfs.oss.OSSUnderFileSystem
Creates an OSS ClientConfiguration using an Alluxio Configuration.
initMultiPartUploadInternal() - Method in class alluxio.underfs.oss.OSSLowLevelOutputStream
 
initMultipartUploadInternal() - Method in class alluxio.underfs.oss.OSSMultipartUploadOutputStream
 

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.
mUploadId - Variable in class alluxio.underfs.oss.OSSMultipartUploadOutputStream
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
ObjectLowLevelOutputStream implement for OSS.
OSSLowLevelOutputStream(String, String, OSS, ListeningExecutorService, AlluxioConfiguration) - Constructor for class alluxio.underfs.oss.OSSLowLevelOutputStream
Constructs a new stream for writing a file.
OSSMultipartUploadOutputStream - Class in alluxio.underfs.oss
Object storage multipart upload for oss.
OSSMultipartUploadOutputStream(String, String, OSS, ListeningExecutorService, AlluxioConfiguration) - Constructor for class alluxio.underfs.oss.OSSMultipartUploadOutputStream
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 ObjectPositionReader that 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 UnderFileSystem implementation.
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
 
putObject(String, byte[], long) - Method in class alluxio.underfs.oss.OSSMultipartUploadOutputStream
 

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
 
uploadPartInternal(byte[], int, boolean, long) - Method in class alluxio.underfs.oss.OSSMultipartUploadOutputStream
 

W

write(int) - Method in class alluxio.underfs.oss.OSSOutputStream
Writes the given bytes to this output stream.
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.
A C D F G I M O P S U W 
Skip navigation links

Copyright © 2023. All Rights Reserved.