Package | Description |
---|---|
org.openspaces.admin.samples | |
org.openspaces.admin.vm |
Support for managing of Virtual Machine(s) through the Admin API.
|
org.openspaces.admin.vm.events |
Support for managing of Virtual Machine events through the Admin API.
|
Modifier and Type | Method and Description |
---|---|
void |
TestEventSampler.virtualMachineAdded(VirtualMachine virtualMachine) |
void |
TestEventSampler.virtualMachineRemoved(VirtualMachine virtualMachine) |
Modifier and Type | Method and Description |
---|---|
VirtualMachine |
VirtualMachineAware.getVirtualMachine()
Returns the virtual machine the grid component is running within.
|
VirtualMachine |
VirtualMachines.getVirtualMachineByUID(String uid)
Return a virtual machine by its uid.
|
VirtualMachine[] |
VirtualMachines.getVirtualMachines()
Returns the currently discovered virtual machines.
|
Modifier and Type | Method and Description |
---|---|
Map<String,VirtualMachine> |
VirtualMachines.getUids()
Returns a map of virtual machines with the key as the uid.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachine |
VirtualMachineStatisticsChangedEvent.getVirtualMachine()
Returns the virtual machine associated with this event.
|
Modifier and Type | Method and Description |
---|---|
void |
VirtualMachineAddedEventListener.virtualMachineAdded(VirtualMachine virtualMachine)
Called when a virtual machine is added.
|
void |
VirtualMachineRemovedEventListener.virtualMachineRemoved(VirtualMachine virtualMachine)
Called when a virtual machine is removed.
|
Constructor and Description |
---|
VirtualMachineStatisticsChangedEvent(VirtualMachine virtualMachine,
VirtualMachineStatistics statistics) |
Copyright © GigaSpaces.