@InterfaceAudience.Public @InterfaceStability.Evolving public class TimelineUtils extends Object
| Constructor and Description |
|---|
TimelineUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.io.Text |
buildTimelineTokenService(org.apache.hadoop.conf.Configuration conf) |
static String |
dumpTimelineRecordtoJSON(Object o)
Serialize a POJO object into a JSON string not in a pretty format
|
static String |
dumpTimelineRecordtoJSON(Object o,
boolean pretty)
Serialize a POJO object into a JSON string
|
static InetSocketAddress |
getTimelineTokenServiceAddress(org.apache.hadoop.conf.Configuration conf) |
public static String dumpTimelineRecordtoJSON(Object o) throws org.codehaus.jackson.JsonGenerationException, org.codehaus.jackson.map.JsonMappingException, IOException
o - an object to serializeIOExceptionorg.codehaus.jackson.map.JsonMappingExceptionorg.codehaus.jackson.JsonGenerationExceptionpublic static String dumpTimelineRecordtoJSON(Object o, boolean pretty) throws org.codehaus.jackson.JsonGenerationException, org.codehaus.jackson.map.JsonMappingException, IOException
o - an object to serializepretty - whether in a pretty format or notIOExceptionorg.codehaus.jackson.map.JsonMappingExceptionorg.codehaus.jackson.JsonGenerationExceptionpublic static InetSocketAddress getTimelineTokenServiceAddress(org.apache.hadoop.conf.Configuration conf)
public static org.apache.hadoop.io.Text buildTimelineTokenService(org.apache.hadoop.conf.Configuration conf)
Copyright © 2015 Apache Software Foundation. All Rights Reserved.