| Package | Description |
|---|---|
| org.apache.flink.runtime.operators.hash |
| 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> |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.