public final class CompactingHashTable.HashTableProber<PT> extends AbstractHashTableProber<PT,T>
pairComparator, probeTypeComparator
Modifier and Type | Method and Description |
---|---|
T |
getMatchFor(PT probeSideRecord) |
T |
getMatchFor(PT probeSideRecord,
T reuse) |
void |
updateMatch(T record) |
public T getMatchFor(PT probeSideRecord, T reuse)
getMatchFor
in class AbstractHashTableProber<PT,T>
public void updateMatch(T record) throws IOException
updateMatch
in class AbstractHashTableProber<PT,T>
IOException
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.