Uses of Class
com.hazelcast.jet.pipeline.GeneralHashJoinBuilder
Package
Description
The Pipeline API is Jet's high-level API to build and execute
distributed computation jobs.
-
Uses of GeneralHashJoinBuilder in com.hazelcast.jet.pipeline
Modifier and TypeClassDescriptionclass
HashJoinBuilder<T0>
Offers a step-by-step fluent API to build a hash-join pipeline stage.class
Offers a step-by-step fluent API to build a hash-join pipeline stage.Modifier and TypeMethodDescriptionGeneralStage.hashJoinBuilder()
Returns a fluent API builder object to construct a hash join operation with any number of contributing stages.