| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--ostore.replica.ReplicaReq
        |
        +--ostore.replica.ReplicaCreateReq
Events sent from the ClientStage to the
 ReplicaStage containing a signed request to create a new
 object.
| Field Summary | 
|---|
| Fields inherited from class ostore.replica.ReplicaReq | 
|---|
digest, local, target | 
| Constructor Summary | |
|---|---|
ReplicaCreateReq(InputBuffer buffer)
Constructs a ReplicaCreateReq from its
 serialized form. | 
|
ReplicaCreateReq(SecureHash target,
                 SignedQS signed_create_req,
                 QSArray initial_update)
Constructs a new ReplicaCreateReq. | 
|
| Method Summary | |
|---|---|
 SignedQS | 
get_create_req()
Returns the signed CreateObjectReq request from the client. | 
 QSArray | 
get_initial_update()
Return the initial update, null if none  | 
 void | 
serialize(OutputBuffer buffer)
Add the object to the buffer. | 
| Methods inherited from class ostore.replica.ReplicaReq | 
|---|
get_digest, get_seq_num, get_target, hashCode, is_local, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public ReplicaCreateReq(SecureHash target,
                        SignedQS signed_create_req,
                        QSArray initial_update)
ReplicaCreateReq.
public ReplicaCreateReq(InputBuffer buffer)
                 throws QSException
ReplicaCreateReq from its
 serialized form.
| Method Detail | 
public SignedQS get_create_req()
CreateObjectReq request from the client.
public QSArray get_initial_update()
public void serialize(OutputBuffer buffer)
QuickSerializablebuffer.
serialize in interface QuickSerializableserialize in class ReplicaReqbuffer - the output buffer to add the object to
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||