Interface RowIdHashStrategy

All Known Subinterfaces:
RowIdComparisonHashStrategy

public interface RowIdHashStrategy
Hash strategy that evaluates over row IDs
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(long leftRowId, long rightRowId)
     
    long
    hashCode(long rowId)
     
  • Method Details

    • equals

      boolean equals(long leftRowId, long rightRowId)
    • hashCode

      long hashCode(long rowId)