public static final class OrcRawRecordMerger.ReaderKey extends RecordIdentifier
RecordIdentifier.Field, RecordIdentifier.StructInfo| Constructor and Description |
|---|
ReaderKey(long originalWriteId,
int bucket,
long rowId,
long currentWriteId) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RecordIdentifier other) |
boolean |
equals(Object other) |
int |
hashCode() |
boolean |
isDeleteEvent() |
void |
set(RecordIdentifier other)
Set this object to match the given object.
|
void |
setDeleteEvent(boolean deleteEvent) |
void |
setValues(long originalWriteId,
int bucket,
long rowId,
long currentWriteId,
boolean isDelete) |
String |
toString() |
bucketToString, compareToInternal, getBucketProperty, getRowId, getWriteId, readFields, setRowId, setValues, writepublic ReaderKey(long originalWriteId,
int bucket,
long rowId,
long currentWriteId)
public void set(RecordIdentifier other)
RecordIdentifierset in class RecordIdentifierother - the object to copy frompublic void setValues(long originalWriteId,
int bucket,
long rowId,
long currentWriteId,
boolean isDelete)
public void setDeleteEvent(boolean deleteEvent)
public boolean equals(Object other)
equals in class RecordIdentifierpublic int hashCode()
hashCode in class RecordIdentifierpublic int compareTo(RecordIdentifier other)
compareTo in interface Comparable<RecordIdentifier>compareTo in class RecordIdentifierpublic String toString()
toString in class RecordIdentifierpublic boolean isDeleteEvent()
Copyright © 2024 The Apache Software Foundation. All rights reserved.