| Package | Description |
|---|---|
| org.apache.flink.runtime.iterative.concurrent | |
| org.apache.flink.runtime.iterative.io |
| Modifier and Type | Method and Description |
|---|---|
static Broker<CompactingHashTable<?>> |
SolutionSetBroker.instance()
Retrieve the singleton instance.
|
| Constructor and Description |
|---|
SolutionSetFastUpdateOutputCollector(CompactingHashTable<T> solutionSet,
TypeSerializer<T> serializer) |
SolutionSetFastUpdateOutputCollector(CompactingHashTable<T> solutionSet,
TypeSerializer<T> serializer,
Collector<T> delegate) |
SolutionSetUpdateOutputCollector(CompactingHashTable<T> solutionSet,
TypeSerializer<T> serializer) |
SolutionSetUpdateOutputCollector(CompactingHashTable<T> solutionSet,
TypeSerializer<T> serializer,
Collector<T> delegate) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.