Uses of Class
uk.ac.manchester.spinnaker.alloc.db.SQLQueries
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.admin |
Administrative interfaces for spalloc server.
|
uk.ac.manchester.spinnaker.alloc.allocator |
The core allocation system.
|
uk.ac.manchester.spinnaker.alloc.bmp |
The BMP control subsystem.
|
uk.ac.manchester.spinnaker.alloc.db |
Database support for Spalloc server.
|
uk.ac.manchester.spinnaker.alloc.security |
Application security services for new Spalloc.
|
-
Uses of SQLQueries in uk.ac.manchester.spinnaker.alloc.admin
Subclasses of SQLQueries in uk.ac.manchester.spinnaker.alloc.admin Modifier and Type Class Description class
AdminControllerImpl
Implements the logic supporting the JSP views and maps them into URL space.class
DirInfo
A mapping that says how to go from one board's coordinates (only the Z coordinate matters for this) to another when you move in a particular direction.class
MachineDefinitionLoader
Loads definitions of machines from JSON, as generated bypy2json
.class
MachineStateControl
How to manage the state of a machine and boards in it.class
UserControl
User and group administration DAO. -
Uses of SQLQueries in uk.ac.manchester.spinnaker.alloc.allocator
Subclasses of SQLQueries in uk.ac.manchester.spinnaker.alloc.allocator Modifier and Type Class Description class
AllocatorTask
The allocation engine.class
QuotaManager
Manages user quotas.class
Spalloc
The core implementation of the Spalloc service. -
Uses of SQLQueries in uk.ac.manchester.spinnaker.alloc.bmp
Subclasses of SQLQueries in uk.ac.manchester.spinnaker.alloc.bmp Modifier and Type Class Description class
BlacklistStore
Read a blacklist from the database or write it to the database.class
BMPController
Manages the BMPs of machines controlled by Spalloc. -
Uses of SQLQueries in uk.ac.manchester.spinnaker.alloc.db
Subclasses of SQLQueries in uk.ac.manchester.spinnaker.alloc.db Modifier and Type Class Description class
DatabaseAwareBean
A support class to make accessing the database a bit simpler. -
Uses of SQLQueries in uk.ac.manchester.spinnaker.alloc.security
Subclasses of SQLQueries in uk.ac.manchester.spinnaker.alloc.security Modifier and Type Class Description class
LocalAuthProviderImpl
Does authentication against users defined entirely in the database.