ostore.read
Class SliceReadReq
java.lang.Object
|
+--ostore.read.ReadReq
|
+--ostore.read.SliceReadReq
- All Implemented Interfaces:
- QueueElementIF, QuickSerializable
- public class SliceReadReq
- extends ReadReq
Events sent from the ReplicaStage
to the
ReadStage
requesting the latter to read a portion of a
DataObject
and return the blocks from the entire slice
required to verify the read.
- Version:
- $Id: SliceReadReq.java,v 1.12 2002/07/29 18:48:54 geels Exp $
- Author:
- Dennis Geels
SliceReadReq
public SliceReadReq(VID target,
SecureHash tree_id,
Selection sel,
byte fault_mode)
- Constructs a new
SliceReadReq
.
SliceReadReq
public SliceReadReq(InputBuffer buffer)
throws QSException
- Constructs a
SliceReadReq
from its
serialize
d form.