Uses of Interface
org.openspaces.admin.machine.Machine
Packages that use Machine
Package
Description
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Support for managing of Machine(s) through the Admin API.
Support for managing of Machine events through the Admin API.
-
Uses of Machine in org.openspaces.admin.internal.alert.bean
Methods in org.openspaces.admin.internal.alert.bean with parameters of type MachineModifier and TypeMethodDescriptionvoidCpuUtilizationAlertBean.machineRemoved(Machine machine) voidPhysicalMemoryUtilizationAlertBean.machineRemoved(Machine machine) -
Uses of Machine in org.openspaces.admin.internal.alert.bean.util
Methods in org.openspaces.admin.internal.alert.bean.util with parameters of type MachineModifier and TypeMethodDescriptionstatic StringAlertBeanUtils.getMachineDescription(Machine machine) -
Uses of Machine in org.openspaces.admin.internal.gateway
Methods in org.openspaces.admin.internal.gateway that return Machine -
Uses of Machine in org.openspaces.admin.internal.machine
Subinterfaces of Machine in org.openspaces.admin.internal.machineClasses in org.openspaces.admin.internal.machine that implement MachineMethods in org.openspaces.admin.internal.machine that return MachineModifier and TypeMethodDescriptionDefaultMachines.getMachineByHostAddress(String ipAddress) DefaultMachines.getMachineByHostName(String hostName) DefaultMachines.getMachineByUID(String uid) InternalMachines.getMachineByUID(String uid) Machine[]DefaultMachines.getMachines()Methods in org.openspaces.admin.internal.machine that return types with arguments of type MachineModifier and TypeMethodDescriptionDefaultMachines.getHostsByAddress()DefaultMachines.getHostsByName()DefaultMachines.getUids()DefaultMachines.iterator()Methods in org.openspaces.admin.internal.machine with parameters of type MachineModifier and TypeMethodDescriptionvoidDefaultMachines.removeMachine(Machine machine) voidInternalMachines.removeMachine(Machine machine) voidInternalMachineAware.setMachine(Machine machine) -
Uses of Machine in org.openspaces.admin.internal.machine.events
Methods in org.openspaces.admin.internal.machine.events with parameters of type MachineModifier and TypeMethodDescriptionvoidClosureMachineAddedEventListener.machineAdded(Machine machine) voidDefaultMachineAddedEventManager.machineAdded(Machine machine) voidClosureMachineRemovedEventListener.machineRemoved(Machine machine) voidDefaultMachineRemovedEventManager.machineRemoved(Machine machine) -
Uses of Machine in org.openspaces.admin.internal.support
Methods in org.openspaces.admin.internal.support that return MachineMethods in org.openspaces.admin.internal.support with parameters of type Machine -
Uses of Machine in org.openspaces.admin.internal.utils
Methods in org.openspaces.admin.internal.utils with parameters of type MachineModifier and TypeMethodDescriptionstatic StringGridComponentsUtils.createGridComponentId(Machine machine, VirtualMachine vm) -
Uses of Machine in org.openspaces.admin.internal.vm
Methods in org.openspaces.admin.internal.vm that return MachineMethods in org.openspaces.admin.internal.vm with parameters of type Machine -
Uses of Machine in org.openspaces.admin.machine
Methods in org.openspaces.admin.machine that return MachineModifier and TypeMethodDescriptionMachineAware.getMachine()Returns the machine the component is running on.Machines.getMachineByHostAddress(String hostAddress) Returns the machine by the host address.Machines.getMachineByHostName(String hostName) Returns the machine by the host name.Machine[]Machines.getMachines()Returns all currently discovered machines.Waits indefinitely till the machine with the given host (name/address) is discovered.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 MachineModifier and TypeMethodDescriptionMachines.getHostsByAddress()Returns a map of machines by host address.Machines.getHostsByName()Returns a map of machines by host names.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 MachineModifier and TypeMethodDescriptionvoidMachineAddedEventListener.machineAdded(Machine machine) Called when a machine is added.voidMachineRemovedEventListener.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 MachineModifier and TypeMethodDescriptionvoidTestEventSampler.machineAdded(Machine machine) voidTestEventSampler.machineRemoved(Machine machine)