| Package | Description |
|---|---|
| org.apache.flink.runtime.operators.hash | |
| org.apache.flink.runtime.operators.sort |
| Modifier and Type | Class and Description |
|---|---|
class |
NonReusingBuildFirstHashMatchIterator<V1,V2,O>
An implementation of the
JoinTaskIterator that uses a hybrid-hash-join
internally to match the records with equal key. |
class |
NonReusingBuildFirstReOpenableHashMatchIterator<V1,V2,O> |
class |
NonReusingBuildSecondHashMatchIterator<V1,V2,O>
An implementation of the
JoinTaskIterator that uses a hybrid-hash-join
internally to match the records with equal key. |
class |
NonReusingBuildSecondReOpenableHashMatchIterator<V1,V2,O> |
class |
ReusingBuildFirstHashMatchIterator<V1,V2,O>
An implementation of the
JoinTaskIterator that uses a hybrid-hash-join
internally to match the records with equal key. |
class |
ReusingBuildFirstReOpenableHashMatchIterator<V1,V2,O> |
class |
ReusingBuildSecondHashMatchIterator<V1,V2,O>
An implementation of the
JoinTaskIterator that uses a hybrid-hash-join
internally to match the records with equal key. |
class |
ReusingBuildSecondReOpenableHashMatchIterator<V1,V2,O> |
| Modifier and Type | Class and Description |
|---|---|
class |
NonReusingMergeMatchIterator<T1,T2,O>
An implementation of the
JoinTaskIterator that realizes the
matching through a sort-merge join strategy. |
class |
ReusingMergeMatchIterator<T1,T2,O>
An implementation of the
JoinTaskIterator that realizes the
matching through a sort-merge join strategy. |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.