Interface NeighbourConsumers

All Known Subinterfaces:
TargetNodeFiltering

public interface NeighbourConsumers
A holder for NeighbourConsumers. This instrument helps us extend KNN.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final NeighbourConsumers
    A holder for sending data into the void, which is the default behaviour in regular KNN
  • Method Summary

    Modifier and Type
    Method
    Description
    get(long nodeId)
     
  • Field Details

    • no_op

      static final NeighbourConsumers no_op
      A holder for sending data into the void, which is the default behaviour in regular KNN
  • Method Details