Package ostore.archive.events

Class Summary
BucketsToDisseminateEvent BucketsToDisseminateEvent is an event class that contains all the GUID's uniquely modified blocks that the GenerateChkptStage created.
DisseminateFragsReq DisseminateFragsReq is an event class that requests the Fragments for an object (that have already been produced) be disseminated.
DisseminateFragsResp DisseminateFragsResp is an event class that responds to a DisseminateFragsReq with the V-GUID of the version disseminated.
DisseminateTombstoneReq DisseminateTombstoneReq is an event class that requests a tombstone be created and disseminated.
DisseminateTombstoneResp DisseminateTombstoneReq is an event class that responds to a create and disseminate Tombstone request.
GenerateFragsBlkReq GenerateFragsBlkReq is an event class that generates Fragments for a block.
GenerateFragsBlkReqContinuation GenerateFragsBlkReqContinuation is an event class that continues a suspended GenerateFragsBlkReq.
GenerateFragsBlkResp GenerateFragsBlkResp is an event class that responds to a GenerateFragsBlkReq with the CacheableIdentity of the block that has been fragmented.
GenerateFragsChkptReq GenerateFragsChkptReq is an event class that generates Fragments for a version of an object or checkpoints the version.
GenerateFragsChkptResp GenerateFragsChkptResp is an event class that responds to a GenerateFragsChkptReq with the CacheableIdentity of the root block that has been checkpointed (i.e. fragments for a version of an object has been produced).
QueryReq QueryReq is an event class that request that an A-GUID guid be resovled to a version guid (V-GUID).
QueryResp QueryResp is an event class that responds to a QueryReq.
RecoalesceBlkCancel RecoalesceBlkCancel is an event class indicates that the requests to recoalesce a block from fragments should be cancelled.
RecoalesceBlkReq RecoalesceBlkReq is an event class that requests a block be recoalesced from its Fragments stored in the cache.
ReconstructBlkCancel ReconstructBlkCancel is an event class indicates that the requests to pull a block out of the archive should be cancelled.
ReconstructBlkReq ReconstructBlkReq is an event class that requests a block be pulled out of the archive and recoalesced.
ReconstructBlkResp ReconstructBlkResp is an event class that responds to a ReconstructBlkReq once the block has been recoalesced.
ResurrectTombReq ResurrectTombReq is an event class that requests a Tombstone be resurrected from the archive.
ResurrectTombResp ResurrectTombResp is an event class that responds to a ResurrectTombReq once a Tombstone has been resurrected.
UpdateVerifiableBlocksReq UpdateVerifiableBlocksReq is an event class that request that a version of an object or be updated with FHASH's or the top of the VHashTree for each modified block.
UpdateVerifiableBlocksResp UpdateVerifiableBlocksResp is an event class that request that a version of an object or be updated with FHASH's or the top of the VHashTree for each modified block.