Class BuddyPluginTracker.buddyDownloadData
- java.lang.Object
-
- com.biglybt.plugin.net.buddy.tracker.BuddyPluginTracker.buddyDownloadData
-
- Enclosing class:
- BuddyPluginTracker
private static class BuddyPluginTracker.buddyDownloadData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private long
last_peer_check
private boolean
local_is_complete
private boolean
remote_is_complete
-
Constructor Summary
Constructors Modifier Constructor Description protected
buddyDownloadData(Download download)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected long
getPeerCheckTime()
protected java.lang.String
getString()
protected boolean
isLocalComplete()
protected boolean
isRemoteComplete()
protected void
setLocalComplete(boolean b)
protected void
setPeerCheckTime(long time)
protected void
setRemoteComplete(boolean b)
-
-
-
Constructor Detail
-
buddyDownloadData
protected buddyDownloadData(Download download)
-
-
Method Detail
-
setLocalComplete
protected void setLocalComplete(boolean b)
-
isLocalComplete
protected boolean isLocalComplete()
-
setRemoteComplete
protected void setRemoteComplete(boolean b)
-
isRemoteComplete
protected boolean isRemoteComplete()
-
setPeerCheckTime
protected void setPeerCheckTime(long time)
-
getPeerCheckTime
protected long getPeerCheckTime()
-
getString
protected java.lang.String getString()
-
-