Package ostore.tapestry.api

Interface Summary
TapestryQuery The query that is passed along with a location request.
TapestryQueryResult A base interface for all results from a Tapestry query.
TapestryQueryState A wrapper interface for the state that is passed along with each query up the tree.
TapestryTag A wrapper interface for the tags associated with each backpointer stored by Tapestry.
 

Class Summary
TapestryInstance  
TapestryLocateFailure An event which indicates that a TapestryLocateMsg was not successful.
TapestryLocateMsg Messages sent from one OceanStore machine to one or more machines avertising the given GUID and satisfying the given tag query.
TapestryLocateReject  
TapestryMacRouteMsg Messages sent from one OceanStore machine to any other, which are guarenteed to have come from the listed sender.
TapestryPrefixRouteMsg Messages sent from one OceanStore machine to some other, hopefully with a node GUID that closely matches the given one.
TapestryPublishMsg Event that causes Tapestry to publish a backpointer to the given GUID with the given tag.
TapestryQueryResultMatch A result indicating that the given Tapestry tag (and possibly others) satisfy the given query.
TapestryQueryResultNoMatch A result indicating that the given Tapestry tag does not satisfy the given query.
TapestryRouteMsg Messages sent from one OceanStore machine to any other.
TapestryUnpublishMsg Event that causes Tapestry to remove published backpointers to the given GUID with the given tag.