Class PickerLogAlert
java.lang.Object
com.frostwire.jlibtorrent.alerts.AbstractAlert<picker_log_alert>
com.frostwire.jlibtorrent.alerts.TorrentAlert<picker_log_alert>
com.frostwire.jlibtorrent.alerts.PeerAlert<picker_log_alert>
com.frostwire.jlibtorrent.alerts.PickerLogAlert
- All Implemented Interfaces:
Alert<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 picker_flags_tstatic final picker_flags_tstatic final picker_flags_tstatic final picker_flags_tstatic final picker_flags_tstatic final picker_flags_tstatic final picker_flags_tstatic final picker_flags_tstatic final picker_flags_tstatic final picker_flags_tstatic final picker_flags_tstatic final picker_flags_tstatic final picker_flags_tstatic final picker_flags_tstatic final picker_flags_tstatic final picker_flags_tstatic final 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 TypeMethodDescriptionThis 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
-
PRIORITIZE_PARTIALS
-
RAREST_FIRST_PARTIALS
-
RAREST_FIRST
-
REVERSE_RAREST_FIRST
-
SUGGESTED_PIECES
-
PRIO_SEQUENTIAL_PIECES
-
SEQUENTIAL_PIECES
-
REVERSE_PIECES
-
TIME_CRITICAL
-
RANDOM_PIECES
-
PREFER_CONTIGUOUS
-
REVERSE_SEQUENTIAL
-
BACKUP1
-
BACKUP2
-
END_GAME
-
EXTENT_AFFINITY
-
-
Method Details
-
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
-