Package com.ceph.fs

Class CephFileExtent

java.lang.Object
com.ceph.fs.CephFileExtent

public class CephFileExtent extends Object
Holds information about a file extent in CephFS.
  • Method Details

    • getOffset

      public long getOffset()
      Get starting offset of extent.
    • getLength

      public long getLength()
      Get length of extent.
    • getOSDs

      public int[] getOSDs()
      Get list of OSDs with this extent.
    • toString

      public String toString()
      Pretty print.
      Overrides:
      toString in class Object