Package dd.host.api

Class Summary
AddHostReq AddHostReq informs the HostDb stage that there is a new host it should be aware of or the HostInfo.state of the {
AddHostResp AddHostResp is the event returned in response to a AddHostReq indicating the success of each individual store request.
GetHostReq GetHostReq requests the HostInfo of certain host from the PtrMgr stage.
GetHostResp GetHostResp returns the HostInfos requested from the PtrMgr stage by a preceding GetHostReq.
HostAppFilter HostAppFilter is a summary of the registers applications that a host is exporting to the rest of the system.
HostInfo HostInfo is tuple object/record that contains all the local information stored about a particular host in the system.
HostIteratorNextReq HostIteratorNextReq request the next block of hosts of an iteration from the PtrMgr stage.
HostIteratorNextResp HostIteratorNextResp returns the next block of hosts of an iteration from the PtrMgr stage, as requested by a preceding HostIteratorNextReq or a HostIteratorStartReq.
HostIteratorStartReq HostIteratorStartReq is a request the start of an iteration over hosts.
HostIteratorStopMsg HostIteratorStopMsg request to stop an iteration over hosts.
HostReq HostReq is an abstract class for all host db requests.
HostResp HostResp is an abstract class for all DHT response.
RegisterHostAppReq RegisterHostAppReq registers the name of an application that the local host is exporting to the rest of the system.
RegisterHostAppResp RegisterHostAppResp response that the application was registerd with the local HostHbStage as a service that will be exported to the rest of the system.
RemoveHostReq RemoveHostReq instructs the HostDb stage to remove the HostInfo for given host guids.
RemoveHostResp RemoveHostResp is the event returned in response to a RemoveHostReq indicating the success of each individual remove request.