Uses of Class
uk.ac.manchester.spinnaker.alloc.allocator.Epochs.Epoch
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.allocator |
The core allocation system.
|
-
Uses of Epochs.Epoch in uk.ac.manchester.spinnaker.alloc.allocator
Methods in uk.ac.manchester.spinnaker.alloc.allocator that return Epochs.Epoch Modifier and Type Method Description Epochs.Epoch
Epochs. getBlacklistEpoch(int boardId)
Get a blacklist epoch for a board.Epochs.Epoch
Epochs. getJobsEpoch(int jobId)
Get a job epoch for a job.Epochs.Epoch
Epochs. getJobsEpoch(List<Integer> jobIds)
Get a job epoch for a list of jobs.Epochs.Epoch
Epochs. getMachineEpoch(int machineId)
Get a machine epoch for a machine.Epochs.Epoch
Epochs. getMachinesEpoch(List<Integer> machineIds)
Get a machine epoch for a set of machines.