Package alluxio.underfs.cephfs
Class CephSeekableInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- alluxio.underfs.SeekableUnderFileInputStream
-
- alluxio.underfs.cephfs.CephSeekableInputStream
-
- All Implemented Interfaces:
alluxio.Positioned,alluxio.Seekable,java.io.Closeable,java.lang.AutoCloseable
public class CephSeekableInputStream extends alluxio.underfs.SeekableUnderFileInputStreamThe input stream of CEPHFS as under filesystem. This input stream supports seeking and can be cached for reuse.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetPos()voidseek(long position)-
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
-
-