Class SolutionSetBroker

java.lang.Object
org.apache.flink.runtime.iterative.concurrent.Broker<Object>
org.apache.flink.runtime.iterative.concurrent.SolutionSetBroker

public class SolutionSetBroker extends Broker<Object>
Used to hand over the hash-join from the iteration head to the solution-set match.
  • Method Details

    • instance

      public static Broker<Object> instance()
      Retrieve the singleton instance.