public class ScanResultValue extends Object implements Comparable<ScanResultValue>
| Constructor and Description |
|---|
ScanResultValue(String segmentId,
List<String> columns,
Object events) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ScanResultValue that) |
boolean |
equals(Object o) |
List<String> |
getColumns() |
Object |
getEvents() |
long |
getFirstEventTimestamp(ScanQuery.ResultFormat resultFormat) |
String |
getSegmentId() |
int |
hashCode() |
List<ScanResultValue> |
toSingleEventScanResultValues() |
String |
toString() |
public Object getEvents()
public long getFirstEventTimestamp(ScanQuery.ResultFormat resultFormat)
public List<ScanResultValue> toSingleEventScanResultValues()
public int compareTo(ScanResultValue that)
compareTo in interface Comparable<ScanResultValue>Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.