|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.inria.myriads.snoozecommon.communication.groupmanager.GroupManagerDescription
public final class GroupManagerDescription
Group manager description.
Constructor Summary | |
---|---|
GroupManagerDescription()
Empty constructor. |
|
GroupManagerDescription(GroupManagerDescription groupManager,
int numberOfBacklogEntries)
Copy constructor. |
Method Summary | |
---|---|
NetworkAddress |
getHeartbeatAddress()
Returns the heartbeat address. |
String |
getId()
Returns the identifier. |
ListenSettings |
getListenSettings()
Returns the listen settings. |
HashMap<String,LocalControllerDescription> |
getLocalControllers()
Returns the local controller descriptions. |
LRUCache<Long,GroupManagerSummaryInformation> |
getSummaryInformation()
Returns the group manager summary information. |
ArrayList<VirtualMachineMetaData> |
getVirtualMachines()
Returns the virtual machines. |
void |
setHeartbeatAddress(NetworkAddress heartbeatAddress)
Sets the heartbeat multicast port. |
void |
setId(String id)
Sets the identifier. |
void |
setListenSettings(ListenSettings listenSettings)
Returns the listen settings. |
void |
setLocalControllers(HashMap<String,LocalControllerDescription> localControllers)
Sets the local controller descriptions. |
void |
setSummaryInformation(LRUCache<Long,GroupManagerSummaryInformation> summaryInformation)
Sets the group manager summary information. |
void |
setVirtualMachines(ArrayList<VirtualMachineMetaData> virtualMachines)
Sets the virtual machines. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupManagerDescription()
public GroupManagerDescription(GroupManagerDescription groupManager, int numberOfBacklogEntries)
groupManager
- The group manager descriptionnumberOfBacklogEntries
- The number of backlog entriesMethod Detail |
---|
public void setListenSettings(ListenSettings listenSettings)
listenSettings
- The listen settingspublic ListenSettings getListenSettings()
public void setHeartbeatAddress(NetworkAddress heartbeatAddress)
heartbeatAddress
- The heartbeat multicast portpublic NetworkAddress getHeartbeatAddress()
public void setId(String id)
id
- The identifierpublic String getId()
public void setSummaryInformation(LRUCache<Long,GroupManagerSummaryInformation> summaryInformation)
summaryInformation
- The sumamey informationpublic LRUCache<Long,GroupManagerSummaryInformation> getSummaryInformation()
public void setLocalControllers(HashMap<String,LocalControllerDescription> localControllers)
localControllers
- The local controller descriptionspublic HashMap<String,LocalControllerDescription> getLocalControllers()
public void setVirtualMachines(ArrayList<VirtualMachineMetaData> virtualMachines)
virtualMachines
- The virtual machinespublic ArrayList<VirtualMachineMetaData> getVirtualMachines()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |