public class MapBasedInputRow extends MapBasedRow implements InputRow
Constructor and Description |
---|
MapBasedInputRow(org.joda.time.DateTime timestamp,
List<String> dimensions,
Map<String,Object> event) |
MapBasedInputRow(long timestamp,
List<String> dimensions,
Map<String,Object> event) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getDimensions()
Returns the dimensions that exist in this row.
|
String |
toString() |
compareTo, equals, getDimension, getEvent, getFloatMetric, getLongMetric, getRaw, getTimestamp, getTimestampFromEpoch, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDimension, getFloatMetric, getLongMetric, getRaw, getTimestamp, getTimestampFromEpoch
compareTo
public MapBasedInputRow(long timestamp, List<String> dimensions, Map<String,Object> event)
public List<String> getDimensions()
InputRow
getDimensions
in interface InputRow
public String toString()
toString
in class MapBasedRow
Copyright © 2011–2017. All rights reserved.