public class ScanResultValue extends Object implements Comparable<ScanResultValue>
Modifier and Type | Field and Description |
---|---|
static String |
timestampKey |
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() |
String |
getSegmentId() |
int |
hashCode() |
String |
toString() |
public static final String timestampKey
public String getSegmentId()
public Object getEvents()
public int compareTo(ScanResultValue that)
compareTo
in interface Comparable<ScanResultValue>
Copyright © 2011–2017. All rights reserved.