Package org.apache.flink.state.forst.fs
Class ForStFlinkFileSystem.FileStatusWrapper
- java.lang.Object
-
- org.apache.flink.state.forst.fs.ForStFlinkFileSystem.FileStatusWrapper
-
- All Implemented Interfaces:
org.apache.flink.core.fs.FileStatus
- Enclosing class:
- ForStFlinkFileSystem
public static class ForStFlinkFileSystem.FileStatusWrapper extends Object implements org.apache.flink.core.fs.FileStatus
-
-
Constructor Summary
Constructors Constructor Description FileStatusWrapper(org.apache.flink.core.fs.FileStatus delegate, org.apache.flink.core.fs.Path path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetAccessTime()longgetBlockSize()longgetLen()longgetModificationTime()org.apache.flink.core.fs.PathgetPath()shortgetReplication()booleanisDir()
-
-
-
Method Detail
-
getLen
public long getLen()
- Specified by:
getLenin interfaceorg.apache.flink.core.fs.FileStatus
-
getBlockSize
public long getBlockSize()
- Specified by:
getBlockSizein interfaceorg.apache.flink.core.fs.FileStatus
-
getReplication
public short getReplication()
- Specified by:
getReplicationin interfaceorg.apache.flink.core.fs.FileStatus
-
getModificationTime
public long getModificationTime()
- Specified by:
getModificationTimein interfaceorg.apache.flink.core.fs.FileStatus
-
getAccessTime
public long getAccessTime()
- Specified by:
getAccessTimein interfaceorg.apache.flink.core.fs.FileStatus
-
isDir
public boolean isDir()
- Specified by:
isDirin interfaceorg.apache.flink.core.fs.FileStatus
-
getPath
public org.apache.flink.core.fs.Path getPath()
- Specified by:
getPathin interfaceorg.apache.flink.core.fs.FileStatus
-
-