Package com.biglybt.core.download.impl
Class DownloadManagerStateImpl.CachedStateWrapper.cacheGroup
java.lang.Object
com.biglybt.core.download.impl.DownloadManagerStateImpl.CachedStateWrapper.cacheGroup
- All Implemented Interfaces:
TOTorrentAnnounceURLGroup
- Enclosing class:
DownloadManagerStateImpl.CachedStateWrapper
protected class DownloadManagerStateImpl.CachedStateWrapper.cacheGroup
extends Object
implements TOTorrentAnnounceURLGroup
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class
Nested classes/interfaces inherited from interface com.biglybt.core.torrent.TOTorrentAnnounceURLGroup
TOTorrentAnnounceURLGroup.TOTorrentAnnounceURLSetImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.biglybt.core.torrent.TOTorrentAnnounceURLGroup
createAnnounceURLSet
-
Field Details
-
sets
-
uid
private volatile long uid
-
-
Constructor Details
-
cacheGroup
- Throws:
Exception
-
-
Method Details
-
getUID
public long getUID()- Specified by:
getUID
in interfaceTOTorrentAnnounceURLGroup
-
getAnnounceURLSets
Description copied from interface:TOTorrentAnnounceURLGroup
Gets the current sets defined for this group, 0 length if none defined- Specified by:
getAnnounceURLSets
in interfaceTOTorrentAnnounceURLGroup
- Returns:
-
fixGroup
void fixGroup() -
setAnnounceURLSets
Description copied from interface:TOTorrentAnnounceURLGroup
Sets the group's URL sets to the supplied values.- Specified by:
setAnnounceURLSets
in interfaceTOTorrentAnnounceURLGroup
- Parameters:
toSet
-
-