GigaSpaces XAP 7.1 API

Uses of Interface
org.openspaces.admin.machine.Machine

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   
 

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 that return types with arguments of type Machine
 List<Machine> DeploymentIsolationFilter.filter(List<Machine> machines)
           
 List<Machine> ZoneCorrelator.getMachines()
           
 List<Machine> ElasticScaleHandlerContext.getMachines()
           
 

Methods in org.openspaces.grid.esm with parameters of type Machine
 boolean ElasticScaleHandler.accept(Machine machine)
          A machine can be accepted/not-accepted (filtered) for whatever reason at any point in time.
 boolean NullElasticScaleHandler.accept(Machine machine)
           
 List<GridServiceContainer> ZoneCorrelator.getGridServiceContainersByMachine(Machine machine)
           
static String ToStringHelper.machineToString(Machine machine)
           
 void ElasticScaleHandler.scaleIn(Machine machine)
          A scale in request to terminate a machine.
 void NullElasticScaleHandler.scaleIn(Machine machine)
           
 

Method parameters in org.openspaces.grid.esm with type arguments of type Machine
 List<Machine> DeploymentIsolationFilter.filter(List<Machine> machines)
           
static String ToStringHelper.machinesToString(List<Machine> machines, String delim)
           
 


GigaSpaces XAP 7.1 API

Copyright © GigaSpaces.