All Classes
Class | Description |
---|---|
BufferManagerDatabaseEngine |
A database interface for talking to the buffer manager database.
|
BufferManagerStorage |
The interface supported by the storage system.
|
BufferManagerStorage.Region |
A region descriptor.
|
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.
|
DatabaseEngine<APIType extends DatabaseAPI> |
The database engine interface.
|
DSEDatabaseEngine |
A database interface for talking to the DSE database.
|
DSEStorage |
The interface supported by the DSE part of the storage system.
|
DSEStorage.Ethernet |
A ethernet which allows data specifications to be loaded.
|
GeneratesID |
Used to document that some DML is expected to generate an ID.
|
OneThread |
A wrapper for an SQL connection that enforces that it is only used from its
creating thread.
|
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.
|
ProxyAwareStorage |
Storage interface that knows how to get information about the proxy system
from the DB.
|
ProxyInformation |
Information about the proxy to allow connection.
|
RegionInfo |
Used to group a MemoryLocation and a ByteBuffer object together.
|
ResourceLoader |
Factoring out of correct resource loading pattern.
|
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.
|
SQLiteBufferStorage |
How to actually talk to an SQLite database.
|
SQLiteDataSpecStorage |
How to actually talk to an SQLite database.
|
StorageException |
Exceptions caused by the storage system.
|