public class CephFileExtent
extends Object
Holds information about a file extent in CephFS.
-
Method Summary
long
long
Get starting offset of extent.
int[]
Get list of OSDs with this extent.
-
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.
-