public class SegmentInputRow extends Object implements InputRow
| Constructor and Description |
|---|
SegmentInputRow(Row delegate,
List<String> dimensions) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Row row) |
List<String> |
getDimension(String dimension) |
List<String> |
getDimensions() |
Number |
getMetric(String metric) |
Object |
getRaw(String dimension) |
org.joda.time.DateTime |
getTimestamp() |
long |
getTimestampFromEpoch() |
String |
toString() |
public List<String> getDimensions()
getDimensions in interface InputRowpublic long getTimestampFromEpoch()
getTimestampFromEpoch in interface Rowpublic org.joda.time.DateTime getTimestamp()
getTimestamp in interface Rowpublic List<String> getDimension(String dimension)
getDimension in interface Rowpublic int compareTo(Row row)
compareTo in interface Comparable<Row>Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.