Package alluxio.underfs.oss
Class OSSPositionReader
- java.lang.Object
-
- alluxio.underfs.ObjectPositionReader
-
- alluxio.underfs.oss.OSSPositionReader
-
- All Implemented Interfaces:
alluxio.PositionReader,java.io.Closeable,java.lang.AutoCloseable
@ThreadSafe public class OSSPositionReader extends alluxio.underfs.ObjectPositionReaderImplementation ofObjectPositionReaderthat reads from OSS object store.
-
-
Field Summary
Fields Modifier and Type Field Description protected com.aliyun.oss.OSSmClientClient for operations with Aliyun OSS.
-
Constructor Summary
Constructors Constructor Description OSSPositionReader(com.aliyun.oss.OSS client, java.lang.String bucketName, java.lang.String path, long fileLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.io.InputStreamopenObjectInputStream(long position, int bytesToRead)
-