org.gridkit.jvmtool.spi.parsers
Interface JsonEventDumpParserFactory


public interface JsonEventDumpParserFactory


Field Summary
static String OPT_JFR_EVENT_BLACKLIST
           
static String OPT_JFR_EVENT_WHITELIST
           
static String OPT_JSON_MAX_DEPTH
           
static String OPT_USE_NATIVE_JFR_PARSER
           
 
Method Summary
 JsonEventDumpParser createParser(Map<String,String> options)
          Instantiates an instance of parser.
 

Field Detail

OPT_USE_NATIVE_JFR_PARSER

static final String OPT_USE_NATIVE_JFR_PARSER
See Also:
Constant Field Values

OPT_JFR_EVENT_WHITELIST

static final String OPT_JFR_EVENT_WHITELIST
See Also:
Constant Field Values

OPT_JFR_EVENT_BLACKLIST

static final String OPT_JFR_EVENT_BLACKLIST
See Also:
Constant Field Values

OPT_JSON_MAX_DEPTH

static final String OPT_JSON_MAX_DEPTH
See Also:
Constant Field Values
Method Detail

createParser

JsonEventDumpParser createParser(Map<String,String> options)
                                 throws Exception
Instantiates an instance of parser. May fail or return null, that means parser is not available or is not compliant with options passed.

Throws:
Exception


Copyright © 2019. All Rights Reserved.