Rice Pastry API

rice.p2p.glacier.v2
Class FragmentMetadata

java.lang.Object
  extended by rice.p2p.glacier.v2.FragmentMetadata
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<FragmentMetadata>

public class FragmentMetadata
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable<FragmentMetadata>

See Also:
Serialized Form

Field Summary
protected  long currentExpirationDate
           
protected  long previousExpirationDate
           
protected  long storedSince
           
 
Constructor Summary
FragmentMetadata(long currentExpirationDate, long previousExpirationDate, long storedSince)
           
 
Method Summary
 int compareTo(FragmentMetadata object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentExpirationDate

protected long currentExpirationDate

previousExpirationDate

protected long previousExpirationDate

storedSince

protected long storedSince
Constructor Detail

FragmentMetadata

public FragmentMetadata(long currentExpirationDate,
                        long previousExpirationDate,
                        long storedSince)
Method Detail

compareTo

public int compareTo(FragmentMetadata object)
Specified by:
compareTo in interface java.lang.Comparable<FragmentMetadata>

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection