Package ca.uhn.fhir.jpa.model.util
Class SearchParamHash
java.lang.Object
ca.uhn.fhir.jpa.model.util.SearchParamHash
Utility class for calculating hashes of SearchParam entity fields.
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
hashSearchParam
(PartitionSettings thePartitionSettings, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, String... theValues) Applies a fast and consistent hashing algorithm to a set of stringsstatic long
hashSearchParam
(String... theValues) Applies a fast and consistent hashing algorithm to a set of strings
-
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
Applies a fast and consistent hashing algorithm to a set of strings
-