| Package | Description |
|---|---|
| org.apache.flink.runtime.operators | |
| org.apache.flink.runtime.operators.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResettablePactDriver<S extends Function,OT>
This interface marks a
PactDriver as resettable, meaning that will reset part of their internal state but
otherwise reuse existing data structures. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCachedBuildSideMatchDriver<IT1,IT2,OT> |
class |
AllGroupReduceDriver<IT,OT>
GroupReduce task which is executed by a Nephele task manager.
|
class |
AllReduceDriver<T>
Reduce task which is executed by a Nephele task manager.
|
class |
BuildFirstCachedMatchDriver<IT1,IT2,OT> |
class |
BuildSecondCachedMatchDriver<IT1,IT2,OT> |
class |
CoGroupDriver<IT1,IT2,OT>
CoGroup task which is executed by a Nephele task manager.
|
class |
CoGroupWithSolutionSetFirstDriver<IT1,IT2,OT> |
class |
CoGroupWithSolutionSetSecondDriver<IT1,IT2,OT> |
class |
CollectorMapDriver<IT,OT>
Map task which is executed by a Nephele task manager.
|
class |
CrossDriver<T1,T2,OT>
Cross task which is executed by a Nephele task manager.
|
class |
FlatMapDriver<IT,OT>
Map task which is executed by a Nephele task manager.
|
class |
GroupReduceCombineDriver<T>
Combine operator, standalone (not chained)
|
class |
GroupReduceDriver<IT,OT>
GroupReduce task which is executed by a Nephele task manager.
|
class |
JoinWithSolutionSetFirstDriver<IT1,IT2,OT> |
class |
JoinWithSolutionSetSecondDriver<IT1,IT2,OT> |
class |
MapDriver<IT,OT>
Map task which is executed by a Nephele task manager.
|
class |
MapPartitionDriver<IT,OT>
MapPartition task which is executed by a Nephele task manager.
|
class |
MatchDriver<IT1,IT2,OT>
Match task which is executed by a Nephele task manager.
|
class |
NoOpDriver<T>
A driver that does nothing but forward data from its input to its output.
|
class |
ReduceCombineDriver<T>
Combine operator for Reduce functions, standalone (not chained).
|
class |
ReduceDriver<T>
Reduce task which is executed by a Nephele task manager.
|
| Modifier and Type | Field and Description |
|---|---|
protected PactDriver<S,OT> |
RegularPactTask.driver
The driver that invokes the user code (the stub implementation).
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends PactDriver<?,?>> |
DriverStrategy.getDriverClass() |
| Modifier and Type | Method and Description |
|---|---|
<S extends Function,OT> |
TaskConfig.getDriver() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskConfig.setDriver(Class<? extends PactDriver> driver) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.