Interface HashGenerator

All Known Implementing Classes:
InterpretedHashGenerator, PrecomputedHashGenerator

public interface HashGenerator
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
    getPartition(int partitionCount, int position, Page page)
     
    long
    hashPosition(int position, Page page)
     
  • Method Details

    • hashPosition

      long hashPosition(int position, Page page)
    • getPartition

      default int getPartition(int partitionCount, int position, Page page)