Interface ProxyAwareStorage
- All Superinterfaces:
DatabaseAPI
- All Known Subinterfaces:
BufferManagerStorage
,DSEStorage
- All Known Implementing Classes:
SQLiteBufferStorage
,SQLiteDataSpecStorage
public interface ProxyAwareStorage extends DatabaseAPI
Storage interface that knows how to get information about the proxy system
from the DB.
- Author:
- Donal Fellows
-
Method Summary
Modifier and Type Method Description ProxyInformation
getProxyInformation()
Get the proxy information from the database.
-
Method Details
-
getProxyInformation
Get the proxy information from the database.- Returns:
- The proxy information, or
null
if none defined. When there is no proxy, only direct connections to SpiNNaker are possible. - Throws:
StorageException
- If anything goes wrong.
-