| 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.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 | |
| org.openspaces.grid.esm | |
| org.openspaces.grid.gsm.capacity | |
| org.openspaces.grid.gsm.containers | |
| org.openspaces.grid.gsm.containers.exceptions | |
| org.openspaces.grid.gsm.machines | |
| org.openspaces.grid.gsm.machines.exceptions | |
| org.openspaces.grid.gsm.rebalancing | 
| 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 | 
InternalMachines.getMachineByUID(String uid)  | 
Machine | 
DefaultMachines.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 | 
InternalMachines.removeMachine(Machine machine)  | 
void | 
DefaultMachines.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 | 
DefaultMachineRemovedEventManager.machineRemoved(Machine machine)  | 
void | 
ClosureMachineRemovedEventListener.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 | 
|---|---|
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ESMImpl.machineAdded(Machine machine)  | 
void | 
ESMImpl.machineRemoved(Machine machine)  | 
| Modifier and Type | Method and Description | 
|---|---|
static CapacityRequirement[] | 
MachineCapacityRequirements.getMachineRequirements(Machine machine)  | 
| Constructor and Description | 
|---|
MachineCapacityRequirements(Machine machine)  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
ContainersSlaUtils.machineToString(Machine machine)  | 
| Constructor and Description | 
|---|
FailedToStartNewGridServiceContainersException(Machine machine,
                                              ProcessingUnit pu,
                                              Exception reason)  | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
MachinesSlaUtils.isManagementRunningOnMachine(Machine machine)  | 
static String | 
MachinesSlaUtils.machineToString(Machine machine)  | 
| Constructor and Description | 
|---|
ExpectedMachineWithMoreMemoryException(ProcessingUnit pu,
                                      Machine machine,
                                      long totalMB,
                                      long reservedMB,
                                      long containerMB)  | 
UnexpectedShutdownOfNewGridServiceAgentException(Machine machine,
                                                ProcessingUnit pu)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Machine[] | 
RebalancingUtils.getMachinesHostingContainers(GridServiceContainer[] containers)  | 
| Modifier and Type | Method and Description | 
|---|---|
static List<Machine> | 
RebalancingUtils.sortMachinesByNumberOfPrimaryInstancesPerCpuCore(ProcessingUnit pu,
                                                Machine[] machines,
                                                CapacityRequirementsPerAgent allocatedCapacity)  | 
Copyright © GigaSpaces.