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 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