|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.p2p.glacier.v2.FragmentMetadata
DESCRIBE THE CLASS
Field Summary | |
protected long |
currentExpirationDate
DESCRIBE THE FIELD |
protected long |
previousExpirationDate
DESCRIBE THE FIELD |
protected long |
storedSince
DESCRIBE THE FIELD |
Constructor Summary | |
FragmentMetadata(long currentExpirationDate,
long previousExpirationDate,
long storedSince)
Constructor for FragmentMetadata. |
Method Summary | |
int |
compareTo(java.lang.Object object)
DESCRIBE THE METHOD |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected long currentExpirationDate
protected long previousExpirationDate
protected long storedSince
Constructor Detail |
public FragmentMetadata(long currentExpirationDate, long previousExpirationDate, long storedSince)
currentExpirationDate
- DESCRIBE THE PARAMETERpreviousExpirationDate
- DESCRIBE THE PARAMETERstoredSince
- DESCRIBE THE PARAMETERMethod Detail |
public int compareTo(java.lang.Object object)
compareTo
in interface java.lang.Comparable
object
- DESCRIBE THE PARAMETER
|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |