Package com.ceph.fs

Class CephStatVFS


  • public class CephStatVFS
    extends java.lang.Object
    Holds struct statvfs fields.
    • Constructor Summary

      Constructors 
      Constructor Description
      CephStatVFS()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • bsize

        public long bsize
      • frsize

        public long frsize
      • blocks

        public long blocks
      • bavail

        public long bavail
      • files

        public long files
      • fsid

        public long fsid
      • namemax

        public long namemax
    • Constructor Detail

      • CephStatVFS

        public CephStatVFS()