|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--ostore.archive.events.GenerateFragsBlkResp
GenerateFragsBlkResp is an event class that responds to a
GenerateFragsBlkReq with the
CacheableIdentity of the
block
that has been fragmented.
The required field are
block_id (CacheableIdentity of block),
guid (Resulting guid for
fragmentation of
block).
GenerateFragsBlkReq,
GenerateFragsChkptReq,
Fragment,
Erasure| Field Summary | |
|---|---|
CacheableIdentity |
blockId
blockId == CacheableIdentity of block. |
SecureHash |
guid
guid == Resulting guid for fragmentation of block. |
GuidResult |
guidResult
guidResult == Resulting statistics of the guid fragmentation process of the block. |
Object |
userData
Requestor defined object, defined in the request,
to be returned in this response. |
| Constructor Summary | |
|---|---|
GenerateFragsBlkResp()
Constructor: Initializes instance variables to null. |
|
GenerateFragsBlkResp(CacheableIdentity id,
SecureHash newGuid)
Constructor. |
|
GenerateFragsBlkResp(CacheableIdentity id,
SecureHash newGuid,
GuidResult result)
Constructor. |
|
GenerateFragsBlkResp(InputBuffer buffer)
Constructs a GenerateFragsBlkResp 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 guid
public GuidResult guidResult
public Object userData
request,
to be returned in this response.
| Constructor Detail |
public GenerateFragsBlkResp()
public GenerateFragsBlkResp(CacheableIdentity id,
SecureHash newGuid)
id - = cacheable identity of block.newGuid - = resulting guid fro fragmentation of block.
public GenerateFragsBlkResp(CacheableIdentity id,
SecureHash newGuid,
GuidResult result)
id - cacheable identity of block.newGuid - resulting guid fro fragmentation of block.result - Resulting statistics of the guid fragmentation
process of the block.
public GenerateFragsBlkResp(InputBuffer buffer)
throws QSException
GenerateFragsBlkResp 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 | ||||||||||