| Interface | Description |
|---|---|
| FileDownloadDatabase |
The filedownloader database, what is used for storing the
FileDownloadModel. |
| FileDownloadDatabase.Maintainer |
the maintainer for the database, this maintainer will be used when the database is
initializing.
|
| Class | Description |
|---|---|
| NoDatabaseImpl |
The no database implementation, this implementation no use database anymore, it just store the
data on the cache, which means when the process is killed or re-create everything would be gone
including all breakpoint data, and some mistake rescue will be can't be achieve.
|
| NoDatabaseImpl.Maker | |
| RemitDatabase |
If one data insert/update and remove within 2 sec, which will do not effect on
realDatabase. |
| RemitDatabase.Maker | |
| SqliteDatabaseImpl |
Persist data to SQLite database.
|
| SqliteDatabaseImpl.Maker | |
| SqliteDatabaseOpenHelper |
The default opener of the filedownloader database helper.
|