Interface IFilter.FilterKey

All Known Implementing Classes:
BufferDecoratedKey, CachedHashDecoratedKey, DecoratedKey, NativeDecoratedKey, PreHashedDecoratedKey
Enclosing interface:
IFilter

public static interface IFilter.FilterKey
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    filterHash(long[] dest)
    Places the murmur3 hash of the key in the given long array of size at least two.
    default short
     
  • Method Details

    • filterHash

      void filterHash(long[] dest)
      Places the murmur3 hash of the key in the given long array of size at least two.
    • filterHashLowerBits

      default short filterHashLowerBits()