Package uk.ac.manchester.spinnaker.storage

Storage management.
  • Interface Summary 
    Interface Description
    BufferManagerStorage
    The interface supported by the storage system.
    ConnectionProvider<APIType extends DatabaseAPI>
    Indicates a class that can provide database connections to suitably-configured databases.
    DatabaseAPI
    Interface that real database interfaces are subclasses of.
    DSEStorage
    The interface supported by the DSE part of the storage system.
    ProxyAwareStorage
    Storage interface that knows how to get information about the proxy system from the DB.
  • Class Summary 
    Class Description
    BufferManagerDatabaseEngine
    A database interface for talking to the buffer manager database.
    BufferManagerStorage.Region
    A region descriptor.
    DatabaseEngine<APIType extends DatabaseAPI>
    The database engine interface.
    DSEDatabaseEngine
    A database interface for talking to the DSE database.
    DSEStorage.Ethernet
    A ethernet which allows data specifications to be loaded.
    ProxyInformation
    Information about the proxy to allow connection.
    RegionInfo
    Used to group a MemoryLocation and a ByteBuffer object together.
  • Exception Summary 
    Exception Description
    StorageException
    Exceptions caused by the storage system.
  • Annotation Types Summary 
    Annotation Type Description
    GeneratesID
    Used to document that some DML is expected to generate an ID.
    Parameter
    Used to document a parameter that is present in the DQL/DML.
    Parameters
    Used to document what parameters are present in the DQL/DML.
    ResultColumn
    Used to document a column that is supposed to be returned by the DQL.
    ResultColumns
    Used to document what columns are supposed to be returned by the DQL.
    SingleRowResult
    Marks a query that will only produce at most one row.