java.lang.Object
org.elasticsearch.compute.aggregation.blockhash.HashImplFactory

public class HashImplFactory extends Object
A factory for constructing concrete Hash implementations.

The specific implementation returned by this factory is chosen once at class initialization time and remains fixed for the lifetime of the JVM. All factory methods will therefore consistently return instances of the same concrete implementation type.

  • Field Details

    • SWISS_HASH_AVAILABLE

      public static final boolean SWISS_HASH_AVAILABLE
  • Method Details