| Package | Description |
|---|---|
| org.apache.flink.runtime.iterative.concurrent |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingBackChannelBroker
Singleton class for the threadsafe handover of
BlockingBackChannels from iteration heads
to iteration tails. |
class |
IterationAggregatorBroker
|
class |
SolutionSetBroker
Used to hand over the hash-join from the iteration head to the solution-set match.
|
class |
SolutionSetUpdateBarrierBroker
|
class |
SuperstepKickoffLatchBroker
|
| Modifier and Type | Method and Description |
|---|---|
static Broker<Object> |
SolutionSetBroker.instance()
Retrieve the singleton instance.
|
static Broker<BlockingBackChannel> |
BlockingBackChannelBroker.instance()
Retrieve singleton instance.
|
static Broker<SolutionSetUpdateBarrier> |
SolutionSetUpdateBarrierBroker.instance() |
static Broker<SuperstepKickoffLatch> |
SuperstepKickoffLatchBroker.instance()
Retrieve the singleton instance.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.