Interface NeighbourConsumer

All Known Subinterfaces:
TargetNodeFilter

public interface NeighbourConsumer
During KNN execution, this listener is offered every neighbour we encounter.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final NeighbourConsumer
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    offer(long element, double priority)
     
  • Field Details

  • Method Details

    • offer

      void offer(long element, double priority)