ostore.read
Class ReplicaBytesReadReq

java.lang.Object
  |
  +--ostore.replica.ReplicaReq
        |
        +--ostore.read.ReplicaReadReq
              |
              +--ostore.read.ReplicaBytesReadReq
All Implemented Interfaces:
QueueElementIF, QuickSerializable

public class ReplicaBytesReadReq
extends ReplicaReadReq

Events sent from the ClientStage to the ReplicaStage requesting the latter to read a portion of a Replica and return the bytes read.

Version:
$Id: ReplicaBytesReadReq.java,v 1.9 2002/07/29 18:48:53 geels Exp $
Author:
Dennis Geels

Field Summary
 
Fields inherited from class ostore.read.ReplicaReadReq
FAIL, fault_mode, FETCH_ALL, INTERIM, PARTIAL, sel, version_pred
 
Fields inherited from class ostore.replica.ReplicaReq
digest, local, target
 
Constructor Summary
ReplicaBytesReadReq(InputBuffer buffer)
          Constructs a ReplicaBytesReadReq from its serialized form.
ReplicaBytesReadReq(SecureHash target, VersionPredicate version_pred, Selection sel, byte fault_mode)
          Constructs a new ReplicaBytesReadReq.
 
Methods inherited from class ostore.read.ReplicaReadReq
get_fault_mode, get_predicate, get_selection, serialize, toString
 
Methods inherited from class ostore.replica.ReplicaReq
get_digest, get_seq_num, get_target, hashCode, is_local
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReplicaBytesReadReq

public ReplicaBytesReadReq(SecureHash target,
                           VersionPredicate version_pred,
                           Selection sel,
                           byte fault_mode)
Constructs a new ReplicaBytesReadReq.


ReplicaBytesReadReq

public ReplicaBytesReadReq(InputBuffer buffer)
                    throws QSException
Constructs a ReplicaBytesReadReq from its serialized form.