|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ceph.fs.CephFileExtent
public class CephFileExtent
Holds information about a file extent in CephFS.
Method Summary | |
---|---|
long |
getLength()
Get length of extent. |
long |
getOffset()
Get starting offset of extent. |
int[] |
getOSDs()
Get list of OSDs with this extent. |
java.lang.String |
toString()
Pretty print. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public long getOffset()
public long getLength()
public int[] getOSDs()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |