|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentHashReference | |
---|---|
rice.email | |
rice.email.log | |
rice.post.log | |
rice.post.storage |
Uses of ContentHashReference in rice.email |
---|
Subclasses of ContentHashReference in rice.email | |
---|---|
class |
EmailDataReference
This class serves as a reference to a PostObject stored in the Post system. |
Methods in rice.email that return ContentHashReference | |
---|---|
ContentHashReference |
EmailData.buildContentHashReference(Id[] location,
byte[][] key)
This method dynamically builds an appropriate HashReference for this type of PostData given a location and key. |
ContentHashReference |
SnapShot.buildContentHashReference(Id[] location,
byte[][] key)
This method dynamically builds an appropriate ContentHashReference for this type of PostData given a location and key. |
Uses of ContentHashReference in rice.email.log |
---|
Methods in rice.email.log that return ContentHashReference | |
---|---|
ContentHashReference |
EmailLog.getSnapshotReference()
Returns the reference to the most recent snapshot |
ContentHashReference[] |
EmailLog.getSnapshotReferences()
Returns the reference to the most recent snapshot array |
Uses of ContentHashReference in rice.post.log |
---|
Subclasses of ContentHashReference in rice.post.log | |
---|---|
class |
LogEntryReference
This class serves as a reference to a LogEntry stored in the Post system. |
Methods in rice.post.log that return ContentHashReference | |
---|---|
ContentHashReference |
Log.buildContentHashReference(Id[] location,
byte[][] key)
This method is not supported (you CAN NOT store a log as a content-hash block). |
ContentHashReference |
LogEntry.buildContentHashReference(Id[] location,
byte[][] key)
Builds a LogEntryReference object to this log, given a location and the encryption key |
Uses of ContentHashReference in rice.post.storage |
---|
Methods in rice.post.storage that return ContentHashReference | |
---|---|
ContentHashReference |
GroupData.buildContentHashReference(Id[] location,
byte[][] key)
This method dynamically builds an appropriate ContentHashReference for this type of PostData given a location and key. |
ContentHashReference |
PostData.buildContentHashReference(Id[] locations,
byte[][] keys)
This method dynamically builds an appropriate ContentHashReference for this type of PostData given a location and key. |
Methods in rice.post.storage with parameters of type ContentHashReference | |
---|---|
void |
StorageService.refreshContentHash(ContentHashReference[] references,
Continuation command)
This method "refreshes" a list of ContentHashReferences, which ensures that all of the referenced objects are not collected by the underlying store. |
void |
StorageService.retrieveContentHash(ContentHashReference reference,
Continuation command)
This method retrieves a given PostDataReference object from the network. |
|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |