|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AllocationConstraints | |
|---|---|
| org.glassfish.virtualization.spi | |
| Uses of AllocationConstraints in org.glassfish.virtualization.spi |
|---|
| Methods in org.glassfish.virtualization.spi that return AllocationConstraints | |
|---|---|
AllocationConstraints |
AllocationConstraints.in(ServerPool... groups)
Specifies the serverPool in which the number of virtual machines should be allocated. |
AllocationConstraints |
AllocationConstraints.noColocationWith(VirtualMachine... vms)
Specifies the virtual machines that should not be co-located on the same hardware with the new allocated virtual machines. |
| Methods in org.glassfish.virtualization.spi with parameters of type AllocationConstraints | |
|---|---|
PhasedFuture<AllocationPhase,VirtualMachine> |
ServerPoolAllocationStrategy.allocate(AllocationConstraints constraints,
EventSource<AllocationPhase> source)
Allocates a virtual machine using the passed allocation characteristics |
PhasedFuture<AllocationPhase,VirtualMachine> |
IAAS.allocate(AllocationConstraints order,
List<Listener<AllocationPhase>> listeners)
Allocate a virtual machine based on the provided template. |
PhasedFuture<AllocationPhase,VirtualMachine> |
IAAS.allocate(AllocationStrategy strategy,
AllocationConstraints constraints,
List<Listener<AllocationPhase>> listeners)
Allocate a virtual machine based on the provided template. |
PhasedFuture<AllocationPhase,VirtualMachine> |
AllocationStrategy.allocate(Collection<ServerPool> serverPools,
AllocationConstraints constraints,
List<Listener<AllocationPhase>> listeners)
allocate a virtual machine within the provided server pools, notifying of progress all listeners |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||