Packages

package hashing

Type Members

  1. trait FileHasher extends AnyRef

    A function to convert a Path to a hash code used to check if the file content is changed.

    A function to convert a Path to a hash code used to check if the file content is changed. This is called by DirectoryWatcher after checking that the path exists and is not a directory. Therefore this hasher can generally assume that those two things are true.

    By default, this hasher may throw an IOException, which will be treated as a null hash by the watcher, meaning the associated event will be ignored. If you want to handle that exception you can catch/rethrow it.

    Annotations
    @FunctionalInterface()
  2. class HashCode extends AnyRef

    A class representing the hash code of a file.

  3. class Murmur3F extends Checksum

    Murmur3F (MurmurHash3_x64_128)

Ungrouped