| 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<BlockingBackChannel> |
BlockingBackChannelBroker.instance()
retrieve singleton instance
|
static Broker<Object> |
SolutionSetBroker.instance()
Retrieve the singleton instance.
|
static Broker<SolutionSetUpdateBarrier> |
SolutionSetUpdateBarrierBroker.instance() |
static Broker<SuperstepKickoffLatch> |
SuperstepKickoffLatchBroker.instance() |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.