| 
GigaSpaces XAP 8.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 | |
| 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 | |
| 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)
 | 
| Uses of Machine in org.openspaces.grid.esm | 
|---|
| Methods in org.openspaces.grid.esm with parameters of type Machine | |
|---|---|
 void | 
ESMImpl.machineAdded(Machine machine)
 | 
 void | 
ESMImpl.machineRemoved(Machine machine)
 | 
| Uses of Machine in org.openspaces.grid.gsm.capacity | 
|---|
| Methods in org.openspaces.grid.gsm.capacity with parameters of type Machine | |
|---|---|
static CapacityRequirement[] | 
MachineCapacityRequirements.getMachineRequirements(Machine machine)
 | 
| Constructors in org.openspaces.grid.gsm.capacity with parameters of type Machine | |
|---|---|
MachineCapacityRequirements(Machine machine)
 | 
|
| Uses of Machine in org.openspaces.grid.gsm.containers | 
|---|
| Methods in org.openspaces.grid.gsm.containers with parameters of type Machine | |
|---|---|
static String | 
ContainersSlaUtils.machineToString(Machine machine)
 | 
| Uses of Machine in org.openspaces.grid.gsm.containers.exceptions | 
|---|
| Constructors in org.openspaces.grid.gsm.containers.exceptions with parameters of type Machine | |
|---|---|
FailedToStartNewGridServiceContainersException(Machine machine,
                                               String[] affectedProcessingUnits,
                                               Exception reason)
 | 
|
| Uses of Machine in org.openspaces.grid.gsm.machines | 
|---|
| Methods in org.openspaces.grid.gsm.machines with parameters of type Machine | |
|---|---|
static boolean | 
MachinesSlaUtils.isManagementRunningOnMachine(Machine machine)
 | 
static String | 
MachinesSlaUtils.machineToString(Machine machine)
 | 
| Uses of Machine in org.openspaces.grid.gsm.machines.exceptions | 
|---|
| Constructors in org.openspaces.grid.gsm.machines.exceptions with parameters of type Machine | |
|---|---|
UnexpectedShutdownOfNewGridServiceAgentException(Machine machine,
                                                 String[] affectedProcessingUnits)
 | 
|
| Uses of Machine in org.openspaces.grid.gsm.rebalancing | 
|---|
| Methods in org.openspaces.grid.gsm.rebalancing that return Machine | |
|---|---|
static Machine[] | 
RebalancingUtils.getMachinesHostingContainers(GridServiceContainer[] containers)
 | 
| Methods in org.openspaces.grid.gsm.rebalancing that return types with arguments of type Machine | |
|---|---|
static List<Machine> | 
RebalancingUtils.sortMachinesByNumberOfPrimaryInstancesPerCpuCore(ProcessingUnit pu,
                                                 Machine[] machines,
                                                 ClusterCapacityRequirements allocatedCapacity)
 | 
| Methods in org.openspaces.grid.gsm.rebalancing with parameters of type Machine | |
|---|---|
static org.openspaces.core.internal.commons.math.fraction.Fraction | 
RebalancingUtils.getNumberOfCpuCores(Machine machine,
                    ClusterCapacityRequirements allocatedCapacity)
 | 
static int | 
RebalancingUtils.getNumberOfPrimaryInstancesOnMachine(ProcessingUnit pu,
                                     Machine machine)
 | 
static org.openspaces.core.internal.commons.math.fraction.Fraction | 
RebalancingUtils.getNumberOfPrimaryInstancesPerCpuCore(ProcessingUnit pu,
                                      Machine machine,
                                      ClusterCapacityRequirements allocatedCapacity)
 | 
static Set<ProcessingUnitInstance> | 
RebalancingUtils.getOtherInstancesFromSamePartitionInMachine(Machine machine,
                                            ProcessingUnitInstance puInstance)
 | 
static boolean | 
RebalancingUtils.isRestartRecommended(ProcessingUnit pu,
                     Machine source,
                     Machine target,
                     org.openspaces.core.internal.commons.math.fraction.Fraction optimalCpuCoresPerPrimary,
                     ClusterCapacityRequirements allocatedCapacity)
 | 
static String | 
RebalancingUtils.machineToString(Machine machine)
 | 
static List<Machine> | 
RebalancingUtils.sortMachinesByNumberOfPrimaryInstancesPerCpuCore(ProcessingUnit pu,
                                                 Machine[] machines,
                                                 ClusterCapacityRequirements allocatedCapacity)
 | 
  | 
GigaSpaces XAP 8.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||