|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VirtualCluster | |
|---|---|
| org.glassfish.virtualization.spi | |
| Uses of VirtualCluster in org.glassfish.virtualization.spi |
|---|
| Methods in org.glassfish.virtualization.spi that return VirtualCluster | |
|---|---|
VirtualCluster |
AllocationConstraints.getTargetCluster()
Returns the virtual cluster this allocation is targeted to |
| Methods in org.glassfish.virtualization.spi with parameters of type VirtualCluster | |
|---|---|
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. |
void |
TemplateCustomizer.customize(VirtualCluster cluster,
VirtualMachine virtualMachine)
Customize the template instance running within the passed VirtualMachine instance for a particular use (like a
GlassFish instance, or a database). |
| Constructors in org.glassfish.virtualization.spi with parameters of type VirtualCluster | |
|---|---|
AllocationConstraints(TemplateInstance template,
VirtualCluster targetCluster)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||