ostore.tapestry.impl
Class BloomWrapper
java.lang.Object
|
+--ostore.bloom.BloomQuery
|
+--ostore.tapestry.impl.BloomWrapper
- All Implemented Interfaces:
- QueueElementIF, QuickSerializable
- public class BloomWrapper
- extends BloomQuery
The bloom filter part of a TapestryLocateMsg or TapestryRouteMsg.
- Version:
- $Id: BloomWrapper.java,v 1.14 2002/07/20 22:19:35 srhea Exp $
- Author:
- Sean C. Rhea
user_data
public QuickSerializable user_data
BloomWrapper
public BloomWrapper(SecureHash dest,
SecureHash id,
TapestryQuery query,
TapestryQueryState query_state,
QuickSerializable user_data)
BloomWrapper
public BloomWrapper(InputBuffer buffer)
throws QSException
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface:
QuickSerializable
- Add the object to the
buffer
.- Following copied from interface:
ostore.util.QuickSerializable
- Parameters:
buffer
- the output buffer to add the object to
toString
public String toString()
- Overrides:
toString
in class Object