Class RecordInfo
- java.lang.Object
-
- org.apache.pinot.segment.local.upsert.RecordInfo
-
public class RecordInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description RecordInfo(PrimaryKey primaryKey, int docId, Comparable comparisonValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComparablegetComparisonValue()intgetDocId()PrimaryKeygetPrimaryKey()
-
-
-
Constructor Detail
-
RecordInfo
public RecordInfo(PrimaryKey primaryKey, int docId, Comparable comparisonValue)
-
-
Method Detail
-
getPrimaryKey
public PrimaryKey getPrimaryKey()
-
getDocId
public int getDocId()
-
getComparisonValue
public Comparable getComparisonValue()
-
-