|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.archive.events.ReconstructBlkCancel
ReconstructBlkCancel
is an event class indicates
that the requests to pull a block
out of the archive should be cancelled
.
The required field are
blockId
(CacheableIdentity
of
block
to cancel).
RecoalesceBlkCancel
,
RecoalesceBlkReq
,
ReconstructBlkReq
,
ReconstructBlkResp
,
RequestorStage
,
RecoalesceBlkStage
Field Summary | |
---|---|
CacheableIdentity |
blockId
blockId == GUID of block to recoalesce; includes,type of block recoalescing. |
Constructor Summary | |
---|---|
ReconstructBlkCancel()
Constructor: Initializes instance variables to null. |
|
ReconstructBlkCancel(CacheableIdentity newBlockId)
Constructor. |
|
ReconstructBlkCancel(InputBuffer buffer)
Constructs a ReconstructBlkCancel 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 ReconstructBlkCancel()
public ReconstructBlkCancel(CacheableIdentity newBlockId)
newBlockId
- == GUID of block to recoalesce and
type of block recoalescing.public ReconstructBlkCancel(InputBuffer buffer) throws QSException
ReconstructBlkCancel
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 |