|
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.GlacierContentHandle
DESCRIBE THE CLASS
Field Summary | |
protected Id |
id
DESCRIBE THE FIELD |
protected Manifest |
manifest
DESCRIBE THE FIELD |
protected NodeHandle |
nodeHandle
DESCRIBE THE FIELD |
protected long |
version
DESCRIBE THE FIELD |
Constructor Summary | |
GlacierContentHandle(Id id,
long version,
NodeHandle nodeHandle,
Manifest manifest)
Constructor for GlacierContentHandle. |
Method Summary | |
long |
getExpiration()
Gets the Expiration attribute of the GlacierContentHandle object |
Id |
getId()
Gets the Id attribute of the GlacierContentHandle object |
Manifest |
getManifest()
Gets the Manifest attribute of the GlacierContentHandle object |
NodeHandle |
getNodeHandle()
Gets the NodeHandle attribute of the GlacierContentHandle object |
long |
getVersion()
Gets the Version attribute of the GlacierContentHandle object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Id id
protected NodeHandle nodeHandle
protected Manifest manifest
protected long version
Constructor Detail |
public GlacierContentHandle(Id id, long version, NodeHandle nodeHandle, Manifest manifest)
id
- DESCRIBE THE PARAMETERversion
- DESCRIBE THE PARAMETERnodeHandle
- DESCRIBE THE PARAMETERmanifest
- DESCRIBE THE PARAMETERMethod Detail |
public Id getId()
getId
in interface PastContentHandle
public NodeHandle getNodeHandle()
getNodeHandle
in interface PastContentHandle
public long getVersion()
getVersion
in interface GCPastContentHandle
public long getExpiration()
getExpiration
in interface GCPastContentHandle
public Manifest getManifest()
|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |