org.gridkit.jvmtool.spi.parsers
Interface JsonEventDumpParserFactory
public interface JsonEventDumpParserFactory
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
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.