Package | Description |
---|---|
org.apache.flink.runtime.iterative.concurrent | |
org.apache.flink.streaming.runtime.io |
Modifier and Type | Class and Description |
---|---|
class |
BlockingBackChannelBroker
Singleton class for the threadsafe handover of
BlockingBackChannel s 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<SolutionSetUpdateBarrier> |
SolutionSetUpdateBarrierBroker.instance() |
static Broker<SuperstepKickoffLatch> |
SuperstepKickoffLatchBroker.instance()
Retrieve the singleton instance.
|
static Broker<BlockingBackChannel> |
BlockingBackChannelBroker.instance()
Retrieve singleton instance.
|
static Broker<Object> |
SolutionSetBroker.instance()
Retrieve the singleton instance.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockingQueueBroker
Broker for the BlockingQueue used in StreamIterationHead and StreamIterationTail for implementing feedback streams. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.