|
Class Summary |
| AgentQueuedBestFitPolicyPlugin |
The AgentQueuedWorstFitPolicyPlugin performs a worst fit
allocation algorithm over an inventory of machines.
This uses the priorities for new reservations but extends
AgentWorstFitPolicyPlugin to use a queue, so if a reservation
cannot be allocated "now" and is elasticTime, then it is placed on the queue
and the system tries to allocate it in the next allocation cycle. |
| AuthorityBasePolicyPlugin |
The base for authority policy implementations |
| BaseServiceManagerCalendarPolicy |
SMBasePolicyPlugin specifies and implements some of the
service manager's base resource allocation and upstream bidding policy. |
| BrokerBasePolicyPlugin |
BrokerBasePolicyPlugin specifies and implements some of the
broker's base resource allocation and upstream bidding policy. |
| BrokerBestFitPolicyPlugin |
The AgentBestFitPolicyPlugin performs a best fit allocation
algorithm over an inventory of machines. |
| BrokerPriorityPolicyPlugin |
AgentPriorityPolicyPlugin is an extension of the simple
implementation of an agent's plugin interface. |
| BrokerQueuedWorstFitPolicyPlugin |
The AgentQueuedWorstFitPolicyPlugin performs a worst fit
allocation algorithm over an inventory of machines.
This uses the priorities for new reservations but extends
AgentWorstFitPolicyPlugin to use a queue, so if a reservation
cannot be allocated "now" and is elasticTime, then it is placed on the queue
and the system tries to allocate it in the next allocation cycle. |
| BrokerSimplePolicyPlugin |
AgentSimplePolicyPlugin is a simple implementation of an
agent's plugin interface. |
| BrokerWorstFitMultiplePoolsPolicyPlugin |
The AgentWorstFitPolicyPlugin performs a worst fit allocation
algorithm over an inventory of machines. |
| BrokerWorstFitPolicyPlugin |
The AgentWorstFitPolicyPlugin performs a worst fit allocation
algorithm over an inventory of machines. |
| ServiceManagerSimplePolicyPlugin |
A simple implementation of a Service Manager bidding policy. |