A C D F G O S W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- alluxio.underfs.oss - package alluxio.underfs.oss
C
- close() - Method in class alluxio.underfs.oss.OSSOutputStream
-
Closes this output stream.
- 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.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
- createStream(long, long) - Method in class alluxio.underfs.oss.OSSInputStream
D
- deleteObject(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
- 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
- getPermissions() - Method in class alluxio.underfs.oss.OSSUnderFileSystem
- getRootKey() - Method in class alluxio.underfs.oss.OSSUnderFileSystem
- getUnderFSType() - Method in class alluxio.underfs.oss.OSSUnderFileSystem
O
- openObject(String, OpenOptions, RetryPolicy) - Method in class alluxio.underfs.oss.OSSUnderFileSystem
- OSSInputStream - Class in alluxio.underfs.oss
-
A stream for reading a file from OSS.
- 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. - 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.
S
- setMode(String, short) - Method in class alluxio.underfs.oss.OSSUnderFileSystem
- setOwner(String, String, String) - Method in class alluxio.underfs.oss.OSSUnderFileSystem
- supportsPath(String) - Method in class alluxio.underfs.oss.OSSUnderFileSystemFactory
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