public class ResultSerializationProxy extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DIMENSION_VALUES_KEY |
static String |
METRIC_VALUES_KEY |
static String |
TIMESTAMP_KEY |
Constructor and Description |
---|
ResultSerializationProxy(Result result)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getDimensionValues() |
Map<String,Object> |
getMetricValues() |
Map<String,String> |
getMetricValuesType()
Get type of class type of metric values mapped with metric names.
|
String |
getTimeStamp() |
public static final String DIMENSION_VALUES_KEY
public static final String METRIC_VALUES_KEY
public static final String TIMESTAMP_KEY
public ResultSerializationProxy(Result result)
result
- Result row from a result setpublic String getTimeStamp()
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.