|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.archive.events.RecoalesceBlkCancel
RecoalesceBlkCancel
is an event class indicates
that the requests to recoalesce a block
from fragments
should be
cancelled
.
The required field are
blockId
(CacheableIdentity
of
block
to cancel).
ReconstructBlkCancel
,
RecoalesceBlkReq
,
ReconstructBlkReq
,
ReconstructBlkResp
,
RequestorStage
,
RecoalesceBlkStage
Field Summary | |
---|---|
CacheableIdentity |
blockId
blockId == GUID of block to recoalesce. |
Constructor Summary | |
---|---|
RecoalesceBlkCancel()
Constructor: Initializes instance variables to null. |
|
RecoalesceBlkCancel(CacheableIdentity newBlockId)
Constructor. |
|
RecoalesceBlkCancel(InputBuffer buffer)
Constructs a RecoalesceBlkCancel 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
Constructor Detail |
public RecoalesceBlkCancel()
public RecoalesceBlkCancel(CacheableIdentity newBlockId)
newBlockId
- = guid of block to recoalesce.public RecoalesceBlkCancel(InputBuffer buffer) throws QSException
RecoalesceBlkCancel
from its
serialized
form.
buffer
- serialized
form of object.Method Detail |
public void serialize(OutputBuffer buffer)
serialize
in interface QuickSerializable
buffer
- 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 |