|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NetworkAddress in org.inria.myriads.snoozecommon.communication |
---|
Constructors in org.inria.myriads.snoozecommon.communication with parameters of type NetworkAddress | |
---|---|
NetworkAddress(NetworkAddress originalAddress)
Copy constructor. |
Uses of NetworkAddress in org.inria.myriads.snoozecommon.communication.groupmanager |
---|
Methods in org.inria.myriads.snoozecommon.communication.groupmanager that return NetworkAddress | |
---|---|
NetworkAddress |
ListenSettings.getControlDataAddress()
Returns the control data address. |
NetworkAddress |
GroupManagerDescription.getHeartbeatAddress()
Returns the heartbeat address. |
NetworkAddress |
ListenSettings.getMonitoringDataAddress()
Returns the monutoring data address. |
Methods in org.inria.myriads.snoozecommon.communication.groupmanager with parameters of type NetworkAddress | |
---|---|
void |
ListenSettings.setControlDataAddress(NetworkAddress controlDataAddress)
Sets the control data address. |
void |
GroupManagerDescription.setHeartbeatAddress(NetworkAddress heartbeatAddress)
Sets the heartbeat multicast port. |
void |
ListenSettings.setMonitoringDataAddress(NetworkAddress monitoringDataAddress)
Sets the monitring data address. |
Uses of NetworkAddress in org.inria.myriads.snoozecommon.communication.localcontroller |
---|
Methods in org.inria.myriads.snoozecommon.communication.localcontroller that return NetworkAddress | |
---|---|
NetworkAddress |
LocalControllerDescription.getControlDataAddress()
Returns the control data address. |
Methods in org.inria.myriads.snoozecommon.communication.localcontroller with parameters of type NetworkAddress | |
---|---|
void |
LocalControllerDescription.setControlDataAddress(NetworkAddress controlDataAddress)
Sets the control data address. |
Uses of NetworkAddress in org.inria.myriads.snoozecommon.communication.rest |
---|
Methods in org.inria.myriads.snoozecommon.communication.rest with parameters of type NetworkAddress | |
---|---|
static BootstrapAPI |
CommunicatorFactory.newBootstrapCommunicator(NetworkAddress bootstrapAddress)
Creates a new bootstrap communicator instance. |
static GroupManagerAPI |
CommunicatorFactory.newGroupManagerCommunicator(NetworkAddress groupManagerAddress)
Returns the group manager communicator object. |
static LocalControllerAPI |
CommunicatorFactory.newLocalControllerCommunicator(NetworkAddress localControllerAddress)
Returns the local controller communicator object. |
Uses of NetworkAddress in org.inria.myriads.snoozecommon.communication.rest.api |
---|
Methods in org.inria.myriads.snoozecommon.communication.rest.api with parameters of type NetworkAddress | |
---|---|
String |
GroupManagerAPI.hasLocalController(NetworkAddress localControllerAddress)
Checks if local controller exists. |
Uses of NetworkAddress in org.inria.myriads.snoozecommon.communication.rest.api.impl |
---|
Methods in org.inria.myriads.snoozecommon.communication.rest.api.impl with parameters of type NetworkAddress | |
---|---|
String |
RESTletGroupManagerCommunicator.hasLocalController(NetworkAddress localControllerAddress)
Checks if local controller exists. |
Constructors in org.inria.myriads.snoozecommon.communication.rest.api.impl with parameters of type NetworkAddress | |
---|---|
RESTletBootstrapCommunicator(NetworkAddress bootstrapAddress)
Bootstrap communicator constructor. |
|
RESTletGroupManagerCommunicator(NetworkAddress groupManagerAddress)
Constructor. |
|
RESTLocalControllerCommunicator(NetworkAddress localControllerAddress)
Constructor. |
Uses of NetworkAddress in org.inria.myriads.snoozecommon.communication.rest.util |
---|
Methods in org.inria.myriads.snoozecommon.communication.rest.util with parameters of type NetworkAddress | |
---|---|
static org.restlet.resource.ClientResource |
RESTUtil.createClientResource(NodeRole nodeRole,
NetworkAddress networkAddress)
Creates a web resource. |
Uses of NetworkAddress in org.inria.myriads.snoozecommon.communication.virtualcluster |
---|
Methods in org.inria.myriads.snoozecommon.communication.virtualcluster that return NetworkAddress | |
---|---|
NetworkAddress |
VirtualMachineMetaData.getGroupManagerControlDataAddress()
Sets the group manager control data address. |
Methods in org.inria.myriads.snoozecommon.communication.virtualcluster with parameters of type NetworkAddress | |
---|---|
void |
VirtualMachineMetaData.setGroupManagerControlDataAddress(NetworkAddress groupManagerControlDataAddress)
Returns the group manager control data address. |
Uses of NetworkAddress in org.inria.myriads.snoozecommon.communication.virtualcluster.discovery |
---|
Methods in org.inria.myriads.snoozecommon.communication.virtualcluster.discovery that return NetworkAddress | |
---|---|
NetworkAddress |
VirtualMachineDiscoveryResponse.getGroupManagerAddress()
Returns the group manager address. |
Methods in org.inria.myriads.snoozecommon.communication.virtualcluster.discovery with parameters of type NetworkAddress | |
---|---|
void |
VirtualMachineDiscoveryResponse.setGroupManagerAddress(NetworkAddress groupManagerAddress)
Sets the group manager address. |
Uses of NetworkAddress in org.inria.myriads.snoozecommon.communication.virtualcluster.submission |
---|
Methods in org.inria.myriads.snoozecommon.communication.virtualcluster.submission that return NetworkAddress | |
---|---|
NetworkAddress |
VirtualMachineLocation.getLocalControllerControlDataAddress()
Returns the local controller control data address. |
Methods in org.inria.myriads.snoozecommon.communication.virtualcluster.submission with parameters of type NetworkAddress | |
---|---|
void |
VirtualMachineLocation.setLocalControllerControlDataAddress(NetworkAddress localControllerControlDataAddress)
Sets the local controller control data address. |
Uses of NetworkAddress in org.inria.myriads.snoozecommon.util |
---|
Methods in org.inria.myriads.snoozecommon.util that return NetworkAddress | |
---|---|
static NetworkAddress |
NetworkUtils.createNetworkAddress(String address,
int port)
Creates a new network address. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |