ostore.tapestry.api
Interface TapestryQuery

All Superinterfaces:
QuickSerializable

public interface TapestryQuery
extends QuickSerializable

The query that is passed along with a location request.

See Also:
TapestryLocateMsg

Method Summary
 TapestryQueryResult query(SecureHash node_guid, TapestryTag tag, TapestryQueryState state)
          Perform the query on the given backpointer and tag, possibly modifying the supplied state.
 
Methods inherited from interface ostore.util.QuickSerializable
to_bytes, type_code
 

Method Detail

query

public TapestryQueryResult query(SecureHash node_guid,
                                 TapestryTag tag,
                                 TapestryQueryState state)
Perform the query on the given backpointer and tag, possibly modifying the supplied state.
Parameters:
node_guid - the backpointer
tag - the associated tag
state - the state, passed in and (possibly) modified
Returns:
the query result