Package | Description |
---|---|
com.hazelcast.jet.pipeline |
The Pipeline API is Jet's high-level API to build and execute
distributed computation jobs.
|
Modifier and Type | Class and Description |
---|---|
class |
HashJoinBuilder<T0>
Offers a step-by-step fluent API to build a hash-join pipeline stage.
|
class |
StreamHashJoinBuilder<T0>
Offers a step-by-step fluent API to build a hash-join pipeline stage.
|
Modifier and Type | Method and Description |
---|---|
GeneralHashJoinBuilder<T> |
GeneralStage.hashJoinBuilder()
Returns a fluent API builder object to construct a hash join operation
with any number of contributing stages.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.