Class | Description |
---|---|
AccessType |
Class defines an access type to the node source for the administration
and utilization.
|
CronPolicy |
Allocated nodes for specified time slot: from "acquire time" to "release time" with specified period.
|
EmptyPolicy |
A policy which does nothing.
|
InfrastructureAwarePolicy |
Node source policy taking into account underlying infrastructure state
TODO add implementation
|
NodeSourcePolicy |
A node source policy is a set of rules of acquiring/releasing nodes.
|
NodeSourcePolicyFactory |
Provides a generic way to create a node source policy.
|
RestartDownNodesPolicy |
A policy that acquires nodes once and of node becomes down tries to restart it.
|
RMAwareNodeSourcePolicy |
Resource manages aware node source policy.
|
StaticPolicy |
A policy defined static nodes acquisition.
|
TimeSlotPolicy |
Allocated nodes for specified time slot: from "acquire time" to "release time" with specified period.
|