| Package | Description |
|---|---|
| org.apache.flink.runtime.operators.shipping | |
| org.apache.flink.runtime.operators.util |
| Modifier and Type | Method and Description |
|---|---|
static ShipStrategyType |
ShipStrategyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShipStrategyType[] |
ShipStrategyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OutputEmitter(ShipStrategyType strategy)
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...).
|
OutputEmitter(ShipStrategyType strategy,
TypeComparator<T> comparator)
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...)
and uses the supplied comparator to hash / compare records for partitioning them deterministically.
|
OutputEmitter(ShipStrategyType strategy,
TypeComparator<T> comparator,
DataDistribution distr)
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...)
and uses the supplied comparator to hash / compare records for partitioning them deterministically.
|
OutputEmitter(ShipStrategyType strategy,
TypeComparator<T> comparator,
Partitioner<?> partitioner) |
OutputEmitter(ShipStrategyType strategy,
TypeComparator<T> comparator,
Partitioner<?> partitioner,
DataDistribution distr) |
RecordOutputEmitter(ShipStrategyType strategy)
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...).
|
RecordOutputEmitter(ShipStrategyType strategy,
TypeComparator<Record> comparator)
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...)
and uses the supplied comparator to hash / compare records for partitioning them deterministically.
|
RecordOutputEmitter(ShipStrategyType strategy,
TypeComparator<Record> comparator,
DataDistribution distr)
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...)
and uses the supplied comparator to hash / compare records for partitioning them deterministically.
|
RecordOutputEmitter(ShipStrategyType strategy,
TypeComparator<Record> comparator,
Partitioner<?> partitioner) |
RecordOutputEmitter(ShipStrategyType strategy,
TypeComparator<Record> comparator,
Partitioner<?> partitioner,
DataDistribution distr) |
| Modifier and Type | Method and Description |
|---|---|
ShipStrategyType |
TaskConfig.getOutputShipStrategy(int outputNum) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskConfig.addOutputShipStrategy(ShipStrategyType strategy) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.