Package | Description |
---|---|
messif.algorithms |
Search algorithms base classes.
|
messif.netcreator |
Utilization of resources using on-demand requirements of distributed structures.
|
Modifier and Type | Class and Description |
---|---|
class |
DistributedAlgorithm
Abstract distributed algorithm framework with support for request/reply messaging and respective operation executive.
|
Modifier and Type | Class and Description |
---|---|
class |
BroadcastCreator |
class |
CentralCreator |
class |
NetworkNodeDispatcher |
Modifier and Type | Field and Description |
---|---|
protected Startable[] |
NetworkNodeDispatcher.startables
Registered startables
|
Constructor and Description |
---|
BroadcastCreator(MessageDispatcher messageDisp,
Startable[] startables)
Creates a new "passive" or "active" instance of NetworkNodePool
|
CentralCreator(MessageDispatcher messageDisp,
Startable[] startables,
NetworkNode centralNode)
Creates a new "slave" instance of CentralCreator
|
NetworkNodeDispatcher(MessageDispatcher messageDisp,
Startable[] startables)
Creates a new instance of NetworkNodeCreator
|