Package | Description |
---|---|
org.openspaces.admin.internal.alert.bean | |
org.openspaces.admin.internal.alert.bean.util | |
org.openspaces.admin.internal.gateway | |
org.openspaces.admin.internal.machine |
Internally Used.
|
org.openspaces.admin.internal.machine.events |
Internally Used.
|
org.openspaces.admin.internal.support |
Internally Used.
|
org.openspaces.admin.internal.utils | |
org.openspaces.admin.internal.vm |
Internally Used.
|
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 |
Modifier and Type | Method and Description |
---|---|
void |
PhysicalMemoryUtilizationAlertBean.machineRemoved(Machine machine) |
void |
CpuUtilizationAlertBean.machineRemoved(Machine machine) |
Modifier and Type | Method and Description |
---|---|
static String |
AlertBeanUtils.getMachineDescription(Machine machine) |
Modifier and Type | Method and Description |
---|---|
Machine |
DefaultGatewayProcessingUnit.getMachine() |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalMachine |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMachine |
Modifier and Type | Method and Description |
---|---|
Machine |
DefaultMachines.getMachineByHostAddress(String ipAddress) |
Machine |
DefaultMachines.getMachineByHostName(String hostName) |
Machine |
DefaultMachines.getMachineByUID(String uid) |
Machine |
InternalMachines.getMachineByUID(String uid) |
Machine[] |
DefaultMachines.getMachines() |
Machine |
DefaultMachines.waitFor(String hostAddress) |
Machine |
DefaultMachines.waitFor(String hostAddress,
long timeout,
TimeUnit timeUnit) |
Modifier and Type | Method and Description |
---|---|
Map<String,Machine> |
DefaultMachines.getHostsByAddress() |
Map<String,Machine> |
DefaultMachines.getHostsByName() |
Map<String,Machine> |
DefaultMachines.getUids() |
Iterator<Machine> |
DefaultMachines.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMachines.removeMachine(Machine machine) |
void |
InternalMachines.removeMachine(Machine machine) |
void |
InternalMachineAware.setMachine(Machine machine) |
Modifier and Type | Method and Description |
---|---|
void |
ClosureMachineAddedEventListener.machineAdded(Machine machine) |
void |
DefaultMachineAddedEventManager.machineAdded(Machine machine) |
void |
ClosureMachineRemovedEventListener.machineRemoved(Machine machine) |
void |
DefaultMachineRemovedEventManager.machineRemoved(Machine machine) |
Modifier and Type | Method and Description |
---|---|
Machine |
AbstractGridComponent.getMachine() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGridComponent.setMachine(Machine machine) |
Modifier and Type | Method and Description |
---|---|
static String |
ContainerUtils.createContainerId(Machine machine,
VirtualMachine vm) |
Modifier and Type | Method and Description |
---|---|
Machine |
DefaultVirtualMachine.getMachine() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultVirtualMachine.setMachine(Machine machine) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MachineAddedEventListener.machineAdded(Machine machine)
Called when a machine is added.
|
void |
MachineRemovedEventListener.machineRemoved(Machine machine)
Called when a machine is removed.
|
Modifier and Type | Method and Description |
---|---|
void |
TestEventSampler.machineAdded(Machine machine) |
void |
TestEventSampler.machineRemoved(Machine machine) |
Copyright © GigaSpaces.