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 TgetMatchFor(PT probeSideRecord)TgetMatchFor(PT probeSideRecord, T reuse)voidupdateMatch(T record)
-
-
-
Method Detail
-
getMatchFor
public T getMatchFor(PT probeSideRecord, T reuse)
- Specified by:
getMatchForin classAbstractHashTableProber<PT,T>
-
getMatchFor
public T getMatchFor(PT probeSideRecord)
- Specified by:
getMatchForin classAbstractHashTableProber<PT,T>
-
updateMatch
public void updateMatch(T record) throws IOException
- Specified by:
updateMatchin classAbstractHashTableProber<PT,T>- Throws:
IOException
-
-