|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.replica.ReplicaResp | +--ostore.read.ReplicaReadResp | +--ostore.read.ReplicaBytesReadResp
Events sent from the ReplicaStage
to the
ClientStage
responding to ReplicaBytesReadReq
events.
Field Summary | |
---|---|
protected byte[][] |
data
The byte s read, or null .
|
Fields inherited from class ostore.read.ReplicaReadResp |
---|
missing, read, version |
Fields inherited from class ostore.replica.ReplicaResp |
---|
digest, error_code, local, NO_ERROR, NOT_OPEN, OBJECT_NOT_FOUND, READ_ERROR, req_digest, target, VERSION_PREDICATE_NOT_SATISFIED |
Constructor Summary | |
---|---|
ReplicaBytesReadResp(InputBuffer buffer)
Constructs a ReplicaBytesReadResp from its
serialize d form. |
|
ReplicaBytesReadResp(ReplicaReadReq req,
int error_code)
Constructs a new (failed) ReplicaBytesReadResp . |
|
ReplicaBytesReadResp(ReplicaReadReq req,
VID version,
Selection read,
Selection missing,
byte[][] data)
Constructs a new (successful) ReplicaBytesReadResp . |
Method Summary | |
---|---|
byte[][] |
get_data()
Returns the byte s read. |
void |
serialize(OutputBuffer buffer)
Add the object to the buffer . |
Methods inherited from class ostore.read.ReplicaReadResp |
---|
get_missing, get_read, get_version, toString |
Methods inherited from class ostore.replica.ReplicaResp |
---|
get_digest, get_error_code, get_req_digest, get_target, hashCode, is_local, successful |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected byte[][] data
byte
s read, or null
.
.
If not null
, each sub array contains the data for
one sub-Selection
of read
, in order.
data != null
iff this.successful()
.
Constructor Detail |
public ReplicaBytesReadResp(ReplicaReadReq req, VID version, Selection read, Selection missing, byte[][] data)
ReplicaBytesReadResp
.
public ReplicaBytesReadResp(ReplicaReadReq req, int error_code)
ReplicaBytesReadResp
.
public ReplicaBytesReadResp(InputBuffer buffer) throws QSException
ReplicaBytesReadResp
from its
serialize
d form.
Method Detail |
public byte[][] get_data()
byte
s read.
public void serialize(OutputBuffer buffer)
QuickSerializable
buffer
.
serialize
in interface QuickSerializable
serialize
in class ReplicaReadResp
buffer
- the output buffer to add the object to
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |