|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AllocationPhase | |
|---|---|
| org.glassfish.virtualization.spi | |
| Uses of AllocationPhase in org.glassfish.virtualization.spi |
|---|
| Methods in org.glassfish.virtualization.spi that return AllocationPhase | |
|---|---|
static AllocationPhase |
AllocationPhase.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AllocationPhase[] |
AllocationPhase.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.glassfish.virtualization.spi that return types with arguments of type AllocationPhase | |
|---|---|
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 |
PhasedFuture<AllocationPhase,VirtualMachine> |
ServerPool.allocate(TemplateInstance template,
VirtualCluster cluster,
EventSource<AllocationPhase> source)
Allocates number of virtual machines on any machine belonging to this server pool, each virtual machine should be based on the provided template. |
PhasedFuture<AllocationPhase,VirtualMachine> |
Machine.create(TemplateInstance template,
VirtualCluster cluster,
EventSource<AllocationPhase> source)
Allocate a new Virtual Machine on this machine. |
| Method parameters in org.glassfish.virtualization.spi with type arguments of type AllocationPhase | |
|---|---|
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 |
PhasedFuture<AllocationPhase,VirtualMachine> |
ServerPool.allocate(TemplateInstance template,
VirtualCluster cluster,
EventSource<AllocationPhase> source)
Allocates number of virtual machines on any machine belonging to this server pool, each virtual machine should be based on the provided template. |
PhasedFuture<AllocationPhase,VirtualMachine> |
Machine.create(TemplateInstance template,
VirtualCluster cluster,
EventSource<AllocationPhase> source)
Allocate a new Virtual Machine on this machine. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||