Uses of Class
uk.ac.manchester.spinnaker.alloc.db.SQLQueries
Packages that use SQLQueries
Package
Description
Administrative interfaces for spalloc server.
The core allocation system.
The BMP control subsystem.
Database support for Spalloc server.
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.adminModifier and TypeClassDescriptionclassImplements the logic supporting the JSP views and maps them into URL space.final classA 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.classLoads definitions of machines from JSON, as generated bypy2json.classHow to manage the state of a machine and boards in it.classUser and group administration DAO. -
Uses of SQLQueries in uk.ac.manchester.spinnaker.alloc.allocator
Subclasses of SQLQueries in uk.ac.manchester.spinnaker.alloc.allocatorModifier and TypeClassDescriptionclassThe allocation engine.classManages user quotas.classThe 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.bmpModifier and TypeClassDescriptionclassRead a blacklist from the database or write it to the database.classManages 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.dbModifier and TypeClassDescriptionclassA 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.securityModifier and TypeClassDescriptionclassDoes authentication against users defined entirely in the database.