Interface UpsertUtils.ComparisonColumnReader
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
UpsertUtils.MultiComparisonColumnReader,UpsertUtils.SingleComparisonColumnReader
- Enclosing class:
- UpsertUtils
public static interface UpsertUtils.ComparisonColumnReader extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComparablegetComparisonValue(int docId)
-
-
-
Method Detail
-
getComparisonValue
Comparable getComparisonValue(int docId)
-
-