|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--ostore.archive.events.ReconstructBlkReq
ReconstructBlkReq is an event class that requests a
block be pulled out of the
archive and
recoalesced.
The required field are
blockId (GUID of block
to recoalesce),
aguid (A-GUID of the object
block belongs. Also known as DTreeId).
RecoalesceBlkReq,
ReconstructBlkResp,
RequestorStage,
RecoalesceBlkStage| Field Summary | |
|---|---|
SecureHash |
aguid
aguid == A-GUID of the object block belongs. |
CacheableIdentity |
blockId
blockId == GUID of block to recoalesce; includes,type of block recoalescing. |
SinkIF |
sink
Requestor sink to use to return
the response. |
Object |
userData
Requestor defined object to be returned in the response. |
| Constructor Summary | |
|---|---|
ReconstructBlkReq()
Constructor: Initializes instance variables to null. |
|
ReconstructBlkReq(CacheableIdentity newBlockId,
SecureHash aGuid,
Object userData,
SinkIF sink)
Constructor. |
|
ReconstructBlkReq(InputBuffer buffer)
Constructs a ReconstructBlkReq from its
serialized form. |
|
| Method Summary | |
|---|---|
void |
serialize(OutputBuffer buffer)
Specified by ostore.util.QuickSerializable |
String |
toString()
Specified by java.lang.Object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public CacheableIdentity blockId
public SecureHash aguid
public Object userData
response.
public SinkIF sink
sink to use to return
the response.
| Constructor Detail |
public ReconstructBlkReq()
public ReconstructBlkReq(CacheableIdentity newBlockId,
SecureHash aGuid,
Object userData,
SinkIF sink)
newBlockId - GUID of block to recoalesce and
type of block recoalescing.aGuid - A-GUID (i.e. DTreeId) of the object block belongs.userData - Requestor defined object to be returned with response.sink - Requestor sink to return resp.
public ReconstructBlkReq(InputBuffer buffer)
throws QSException
ReconstructBlkReq from its
serialized form.
buffer - serialized
form of object.| Method Detail |
public void serialize(OutputBuffer buffer)
serialize in interface QuickSerializablebuffer - the output buffer to add the object topublic String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||