|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Machine | |
---|---|
org.openspaces.admin.machine | Support for managing of Machine(s) through the Admin API. |
org.openspaces.admin.machine.events | Support for managing of Machine events through the Admin API. |
org.openspaces.admin.samples |
Uses of Machine in org.openspaces.admin.machine |
---|
Methods in org.openspaces.admin.machine that return Machine | |
---|---|
Machine |
MachineAware.getMachine()
Returns the machine the component is running on. |
Machine |
Machines.getMachineByHostAddress(String hostAddress)
Returns the machine by the host address. |
Machine |
Machines.getMachineByHostName(String hostName)
Returns the machine by the host name. |
Machine[] |
Machines.getMachines()
Returns all currently discovered machines. |
Machine |
Machines.waitFor(String host)
Waits indefinitely till the machine with the given host (name/address) is discovered. |
Machine |
Machines.waitFor(String host,
long timeout,
TimeUnit timeUnit)
Waits for the given timeout (in time unit) till the machien with the given host (name/address) is discovered. |
Methods in org.openspaces.admin.machine that return types with arguments of type Machine | |
---|---|
Map<String,Machine> |
Machines.getHostsByAddress()
Returns a map of machines by host address. |
Map<String,Machine> |
Machines.getHostsByName()
Returns a map of machines by host names. |
Map<String,Machine> |
Machines.getUids()
Returns a map of machines with the key as the uid. |
Uses of Machine in org.openspaces.admin.machine.events |
---|
Methods in org.openspaces.admin.machine.events with parameters of type Machine | |
---|---|
void |
MachineAddedEventListener.machineAdded(Machine machine)
Called when a machine is added. |
void |
MachineRemovedEventListener.machineRemoved(Machine machine)
Called when a machine is removed. |
Uses of Machine in org.openspaces.admin.samples |
---|
Methods in org.openspaces.admin.samples with parameters of type Machine | |
---|---|
void |
TestEventSampler.machineAdded(Machine machine)
|
void |
TestEventSampler.machineRemoved(Machine machine)
|
|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |