Interface JoinIndexer.Constructor

Enclosing class:
JoinIndexer

public static interface JoinIndexer.Constructor

Cheap way of avoiding a full-on factory pattern thing - each Indexer implementation should offer a Constructor to build an indexer from the given arguments. Seemed cleaner and is compile safe), compared to introspection.

  • Method Summary

    Modifier and Type
    Method
    Description
    construct(nz.org.riskscape.engine.join.Join join, nz.org.riskscape.engine.rl.ExpressionRealizer expressionRealizer, Optional<Integer> initialIndexSize)
     
  • Method Details

    • construct

      JoinIndexer construct(nz.org.riskscape.engine.join.Join join, nz.org.riskscape.engine.rl.ExpressionRealizer expressionRealizer, Optional<Integer> initialIndexSize)