Class CompactingHashTable.HashTableProber<PT>
- java.lang.Object
-
- org.apache.flink.runtime.operators.hash.AbstractHashTableProber<PT,T>
-
- org.apache.flink.runtime.operators.hash.CompactingHashTable.HashTableProber<PT>
-
- Enclosing class:
- CompactingHashTable<T>
public final class CompactingHashTable.HashTableProber<PT> extends AbstractHashTableProber<PT,T>
-
-
Field Summary
-
Fields inherited from class org.apache.flink.runtime.operators.hash.AbstractHashTableProber
pairComparator, probeTypeComparator
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getMatchFor(PT probeSideRecord)
T
getMatchFor(PT probeSideRecord, T reuse)
void
updateMatch(T record)
-
-
-
Method Detail
-
getMatchFor
public T getMatchFor(PT probeSideRecord, T reuse)
- Specified by:
getMatchFor
in classAbstractHashTableProber<PT,T>
-
getMatchFor
public T getMatchFor(PT probeSideRecord)
- Specified by:
getMatchFor
in classAbstractHashTableProber<PT,T>
-
updateMatch
public void updateMatch(T record) throws IOException
- Specified by:
updateMatch
in classAbstractHashTableProber<PT,T>
- Throws:
IOException
-
-