ostore.read
Class ReplicaMetadataReadReq

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

public class ReplicaMetadataReadReq
extends ReplicaReadReq

Events sent from the ClientStage to the ReplicaStage requesting the latter to return the Metadata object for a Replica.

Version:
$Id: ReplicaMetadataReadReq.java,v 1.6 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
ReplicaMetadataReadReq(InputBuffer buffer)
          Constructs a ReplicaMetadataReadReq from its serialized form.
ReplicaMetadataReadReq(SecureHash target, VersionPredicate version_pred, byte fault_mode)
          Constructs a new ReplicaMetadataReadReq.
 
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

ReplicaMetadataReadReq

public ReplicaMetadataReadReq(SecureHash target,
                              VersionPredicate version_pred,
                              byte fault_mode)
Constructs a new ReplicaMetadataReadReq.


ReplicaMetadataReadReq

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