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>
-
Field Summary
Fields inherited from class org.apache.flink.runtime.operators.hash.AbstractHashTableProber
pairComparator, probeTypeComparator -
Method Summary
Modifier and TypeMethodDescriptiongetMatchFor(PT probeSideRecord) getMatchFor(PT probeSideRecord, T reuse) voidupdateMatch(T record)
-
Method Details
-
getMatchFor
- Specified by:
getMatchForin classAbstractHashTableProber<PT,T>
-
getMatchFor
- Specified by:
getMatchForin classAbstractHashTableProber<PT,T>
-
updateMatch
- Specified by:
updateMatchin classAbstractHashTableProber<PT,T> - Throws:
IOException
-