Class SearchParamHash

java.lang.Object
ca.uhn.fhir.jpa.model.util.SearchParamHash

public class SearchParamHash extends Object
Utility class for calculating hashes of SearchParam entity fields.
  • Method Details

    • hashSearchParam

      public static long hashSearchParam(@Nonnull PartitionSettings thePartitionSettings, @Nonnull ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, @Nonnull String... theValues)
      Applies a fast and consistent hashing algorithm to a set of strings
    • hashSearchParam

      public static long hashSearchParam(@Nonnull String... theValues)
      Applies a fast and consistent hashing algorithm to a set of strings