|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerPool | |
|---|---|
| org.glassfish.virtualization.spi | |
| Uses of ServerPool in org.glassfish.virtualization.spi |
|---|
| Subinterfaces of ServerPool in org.glassfish.virtualization.spi | |
|---|---|
interface |
PhysicalServerPool
Represents a serverPool of machines. |
| Methods in org.glassfish.virtualization.spi that return ServerPool | |
|---|---|
ServerPool |
ServerPoolFactory.build(ServerPoolConfig config)
Creates a new ServerPool instance from a persisted configuration. |
ServerPool |
IAAS.byName(String groupName)
Returns the runtime information for the serverPool identified by its name. |
ServerPool |
VirtualMachine.getServerPool()
Returns the server pool this virtual machine was allocated on |
| Methods in org.glassfish.virtualization.spi that return types with arguments of type ServerPool | |
|---|---|
Collection<ServerPool> |
AllocationConstraints.affinities()
Returns the groups this set of virtual machine allocations should be allocated into |
| Methods in org.glassfish.virtualization.spi with parameters of type ServerPool | |
|---|---|
ServerPoolAllocationStrategy |
AllocationStrategy.getServerPoolStrategy(ServerPool serverPool)
Returns the server pool allocation strategy for a particular server pool instance. |
AllocationConstraints |
AllocationConstraints.in(ServerPool... groups)
Specifies the serverPool in which the number of virtual machines should be allocated. |
| Method parameters in org.glassfish.virtualization.spi with type arguments of type ServerPool | |
|---|---|
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 | |||||||||