Package com.ceph.fs

Class CephStat


  • public class CephStat
    extends java.lang.Object
    Holds struct stat fields.
    • Constructor Summary

      Constructors 
      Constructor Description
      CephStat()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isDir()  
      boolean isFile()  
      boolean isSymlink()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mode

        public int mode
      • uid

        public int uid
      • gid

        public int gid
      • size

        public long size
      • blksize

        public long blksize
      • blocks

        public long blocks
      • a_time

        public long a_time
      • m_time

        public long m_time
    • Constructor Detail

      • CephStat

        public CephStat()
    • Method Detail

      • isFile

        public boolean isFile()
      • isDir

        public boolean isDir()
      • isSymlink

        public boolean isSymlink()