Uses of Class
com.biglybt.core.history.impl.DownloadHistoryManagerImpl.DownloadHistoryImpl
-
Packages that use DownloadHistoryManagerImpl.DownloadHistoryImpl Package Description com.biglybt.core.history.impl -
-
Uses of DownloadHistoryManagerImpl.DownloadHistoryImpl in com.biglybt.core.history.impl
Fields in com.biglybt.core.history.impl with type parameters of type DownloadHistoryManagerImpl.DownloadHistoryImpl Modifier and Type Field Description private java.util.Map<java.lang.Long,DownloadHistoryManagerImpl.DownloadHistoryImpl>
DownloadHistoryManagerImpl. active_dirty
private java.util.Map<java.lang.Long,DownloadHistoryManagerImpl.DownloadHistoryImpl>
DownloadHistoryManagerImpl. dead_dirty
private java.lang.ref.WeakReference<java.util.Map<java.lang.Long,DownloadHistoryManagerImpl.DownloadHistoryImpl>>
DownloadHistoryManagerImpl. history_active
private java.lang.ref.WeakReference<java.util.Map<java.lang.Long,DownloadHistoryManagerImpl.DownloadHistoryImpl>>
DownloadHistoryManagerImpl. history_dead
private java.util.Map<java.lang.Long,DownloadHistoryManagerImpl.DownloadHistoryImpl>
DownloadHistoryManagerImpl.DownloadHistoryImpl. history_ref
Methods in com.biglybt.core.history.impl that return types with arguments of type DownloadHistoryManagerImpl.DownloadHistoryImpl Modifier and Type Method Description (package private) java.util.Map<java.lang.Long,DownloadHistoryManagerImpl.DownloadHistoryImpl>
DownloadHistoryManagerImpl. getActiveHistory()
(package private) java.util.Map<java.lang.Long,DownloadHistoryManagerImpl.DownloadHistoryImpl>
DownloadHistoryManagerImpl. getDeadHistory()
private java.util.Map<java.lang.Long,DownloadHistoryManagerImpl.DownloadHistoryImpl>
DownloadHistoryManagerImpl. loadHistory(java.lang.String file)
Method parameters in com.biglybt.core.history.impl with type arguments of type DownloadHistoryManagerImpl.DownloadHistoryImpl Modifier and Type Method Description private void
DownloadHistoryManagerImpl. saveHistory(java.lang.String file, java.util.Map<java.lang.Long,DownloadHistoryManagerImpl.DownloadHistoryImpl> records)
(package private) void
DownloadHistoryManagerImpl.DownloadHistoryImpl. setHistoryReference(java.util.Map<java.lang.Long,DownloadHistoryManagerImpl.DownloadHistoryImpl> ref)
Constructor parameters in com.biglybt.core.history.impl with type arguments of type DownloadHistoryManagerImpl.DownloadHistoryImpl Constructor Description DownloadHistoryImpl(java.util.Map<java.lang.Long,DownloadHistoryManagerImpl.DownloadHistoryImpl> _history_ref, DownloadManager dm)
DownloadHistoryImpl(java.util.Map<java.lang.Long,DownloadHistoryManagerImpl.DownloadHistoryImpl> _history_ref, java.util.Map<java.lang.String,java.lang.Object> map)
-