package resource
Type Members
-
trait
ResourceAllocator extends AnyRef
Trait used to help executor/worker allocate resources.
Trait used to help executor/worker allocate resources. Please note that this is intended to be used in a single thread.
-
class
ResourceInformation extends Serializable
Class to hold information about a type of Resource.
Class to hold information about a type of Resource. A resource could be a GPU, FPGA, etc. The array of addresses are resource specific and its up to the user to interpret the address.
One example is GPUs, where the addresses would be the indices of the GPUs
- Annotations
- @Evolving()