Class BuddyPluginTracker.BuddyDownloadData
java.lang.Object
com.biglybt.plugin.net.buddy.tracker.BuddyPluginTracker.BuddyDownloadData
- Enclosing class:
BuddyPluginTracker
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate long
private int
private boolean
private int
private boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int
protected long
protected void
getProperties
(IndentWriter writer) protected int
protected String
protected boolean
protected boolean
protected void
setLocalActive
(int a) protected void
setLocalComplete
(boolean b) protected void
setPeerCheckTime
(long time) protected void
setRemoteActive
(int a) protected void
setRemoteComplete
(boolean b)
-
Field Details
-
local_is_complete
private boolean local_is_complete -
remote_is_complete
private boolean remote_is_complete -
local_active
private int local_active -
remote_active
private int remote_active -
last_peer_check
private long last_peer_check
-
-
Constructor Details
-
BuddyDownloadData
-
-
Method Details
-
getProperties
-
setLocalComplete
protected void setLocalComplete(boolean b) -
isLocalComplete
protected boolean isLocalComplete() -
setRemoteComplete
protected void setRemoteComplete(boolean b) -
isRemoteComplete
protected boolean isRemoteComplete() -
setLocalActive
protected void setLocalActive(int a) -
getLocalActive
protected int getLocalActive() -
setRemoteActive
protected void setRemoteActive(int a) -
getRemoteActive
protected int getRemoteActive() -
setPeerCheckTime
protected void setPeerCheckTime(long time) -
getPeerCheckTime
protected long getPeerCheckTime() -
getString
-