com.ning.metrics.action.access
Class ActionCoreParser

java.lang.Object
  extended by com.ning.metrics.action.access.ActionCoreParser

public class ActionCoreParser
extends Object

Action Core Parser -- hides the details of the encoding of the json


Nested Class Summary
static class ActionCoreParser.ActionCoreParserFormat
           
 
Constructor Summary
ActionCoreParser(ActionCoreParser.ActionCoreParserFormat format, String eventName, List<String> allEventFields, String delimiter)
           
 
Method Summary
 com.google.common.collect.ImmutableList<Map<String,Object>> parse(String json)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionCoreParser

public ActionCoreParser(ActionCoreParser.ActionCoreParserFormat format,
                        String eventName,
                        List<String> allEventFields,
                        String delimiter)
Method Detail

parse

public com.google.common.collect.ImmutableList<Map<String,Object>> parse(String json)
                                                                  throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.