Package com.frostwire.jlibtorrent.alerts
Class PickerLogAlert
java.lang.Object
com.frostwire.jlibtorrent.alerts.AbstractAlert<com.frostwire.jlibtorrent.swig.picker_log_alert>
com.frostwire.jlibtorrent.alerts.TorrentAlert<com.frostwire.jlibtorrent.swig.picker_log_alert>
com.frostwire.jlibtorrent.alerts.PeerAlert<com.frostwire.jlibtorrent.swig.picker_log_alert>
com.frostwire.jlibtorrent.alerts.PickerLogAlert
- All Implemented Interfaces:
Alert<com.frostwire.jlibtorrent.swig.picker_log_alert>
public final class PickerLogAlert
extends PeerAlert<com.frostwire.jlibtorrent.swig.picker_log_alert>
This is posted when one or more blocks are picked by the piece picker,
assuming the verbose piece picker logging is enabled (see
picker_log_notification).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.frostwire.jlibtorrent.swig.picker_flags_tstatic final com.frostwire.jlibtorrent.swig.picker_flags_tstatic final com.frostwire.jlibtorrent.swig.picker_flags_tstatic final com.frostwire.jlibtorrent.swig.picker_flags_tstatic final com.frostwire.jlibtorrent.swig.picker_flags_tstatic final com.frostwire.jlibtorrent.swig.picker_flags_tstatic final com.frostwire.jlibtorrent.swig.picker_flags_tstatic final com.frostwire.jlibtorrent.swig.picker_flags_tstatic final com.frostwire.jlibtorrent.swig.picker_flags_tstatic final com.frostwire.jlibtorrent.swig.picker_flags_tstatic final com.frostwire.jlibtorrent.swig.picker_flags_tstatic final com.frostwire.jlibtorrent.swig.picker_flags_tstatic final com.frostwire.jlibtorrent.swig.picker_flags_tstatic final com.frostwire.jlibtorrent.swig.picker_flags_tstatic final com.frostwire.jlibtorrent.swig.picker_flags_tstatic final com.frostwire.jlibtorrent.swig.picker_flags_tstatic final com.frostwire.jlibtorrent.swig.picker_flags_tFields inherited from class com.frostwire.jlibtorrent.alerts.AbstractAlert
alertFields inherited from interface com.frostwire.jlibtorrent.alerts.Alert
ALL_CATEGORIES, BLOCK_PROGRESS_NOTIFICATION, CONNECT_NOTIFICATION, DHT_LOG_NOTIFICATION, DHT_NOTIFICATION, DHT_OPERATION_NOTIFICATION, ERROR_NOTIFICATION, FILE_PROGRESS_NOTIFICATION, INCOMING_REQUEST_NOTIFICATION, IP_BLOCK_NOTIFICATION, PEER_LOG_NOTIFICATION, PEER_NOTIFICATION, PERFORMANCE_WARNING, PICKER_LOG_NOTIFICATION, PIECE_PROGRESS_NOTIFICATION, PORT_MAPPING_LOG_NOTIFICATION, PORT_MAPPING_NOTIFICATION, SESSION_LOG_NOTIFICATION, STATUS_NOTIFICATION, STORAGE_NOTIFICATION, TORRENT_LOG_NOTIFICATION, TRACKER_NOTIFICATION, UPLOAD_NOTIFICATION -
Method Summary
Modifier and TypeMethodDescriptioncom.frostwire.jlibtorrent.swig.picker_flags_tThis is a bitmask of which features were enabled for this particular pick.Methods inherited from class com.frostwire.jlibtorrent.alerts.TorrentAlert
handle, torrentName
-
Field Details
-
PARTIAL_RATIO
public static final com.frostwire.jlibtorrent.swig.picker_flags_t PARTIAL_RATIO -
PRIORITIZE_PARTIALS
public static final com.frostwire.jlibtorrent.swig.picker_flags_t PRIORITIZE_PARTIALS -
RAREST_FIRST_PARTIALS
public static final com.frostwire.jlibtorrent.swig.picker_flags_t RAREST_FIRST_PARTIALS -
RAREST_FIRST
public static final com.frostwire.jlibtorrent.swig.picker_flags_t RAREST_FIRST -
REVERSE_RAREST_FIRST
public static final com.frostwire.jlibtorrent.swig.picker_flags_t REVERSE_RAREST_FIRST -
SUGGESTED_PIECES
public static final com.frostwire.jlibtorrent.swig.picker_flags_t SUGGESTED_PIECES -
PRIO_SEQUENTIAL_PIECES
public static final com.frostwire.jlibtorrent.swig.picker_flags_t PRIO_SEQUENTIAL_PIECES -
SEQUENTIAL_PIECES
public static final com.frostwire.jlibtorrent.swig.picker_flags_t SEQUENTIAL_PIECES -
REVERSE_PIECES
public static final com.frostwire.jlibtorrent.swig.picker_flags_t REVERSE_PIECES -
TIME_CRITICAL
public static final com.frostwire.jlibtorrent.swig.picker_flags_t TIME_CRITICAL -
RANDOM_PIECES
public static final com.frostwire.jlibtorrent.swig.picker_flags_t RANDOM_PIECES -
PREFER_CONTIGUOUS
public static final com.frostwire.jlibtorrent.swig.picker_flags_t PREFER_CONTIGUOUS -
REVERSE_SEQUENTIAL
public static final com.frostwire.jlibtorrent.swig.picker_flags_t REVERSE_SEQUENTIAL -
BACKUP1
public static final com.frostwire.jlibtorrent.swig.picker_flags_t BACKUP1 -
BACKUP2
public static final com.frostwire.jlibtorrent.swig.picker_flags_t BACKUP2 -
END_GAME
public static final com.frostwire.jlibtorrent.swig.picker_flags_t END_GAME -
EXTENT_AFFINITY
public static final com.frostwire.jlibtorrent.swig.picker_flags_t EXTENT_AFFINITY
-
-
Method Details
-
pickerFlags
public com.frostwire.jlibtorrent.swig.picker_flags_t pickerFlags()This is a bitmask of which features were enabled for this particular pick. The bits are defined in the picker_flags_t enum.- Returns:
- the flags
-