ostore.bloom
Class SimulatedReadResp
java.lang.Object
|
+--ostore.tapestry.api.TapestryRouteMsg
|
+--ostore.bloom.SimulatedReadResp
- All Implemented Interfaces:
- QueueElementIF, QuickSerializable
- public class SimulatedReadResp
- extends TapestryRouteMsg
- implements QuickSerializable
size
public int size
guid
public SecureHash guid
SimulatedReadResp
public SimulatedReadResp(SecureHash dest,
SecureHash guid,
int size)
SimulatedReadResp
public SimulatedReadResp(InputBuffer buffer)
throws QSException
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface:
QuickSerializable
- Add the object to the
buffer
.
- Specified by:
serialize
in interface QuickSerializable
- Overrides:
serialize
in class TapestryRouteMsg
- 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