Uses of Interface
org.gridkit.jvmtool.spi.parsers.JsonEventSource

Packages that use JsonEventSource
org.gridkit.jvmtool.spi.parsers   
org.gridkit.jvmtool.stacktrace.codec.json   
 

Uses of JsonEventSource in org.gridkit.jvmtool.spi.parsers
 

Methods in org.gridkit.jvmtool.spi.parsers that return JsonEventSource
 JsonEventSource JsonEventDumpParser.open(InputStreamSource source)
          May return null or throw an exception if source is not supported by parser.
static JsonEventSource JsonEventDumpHelper.open(InputStreamSource source, Map<String,String> options)
           
 

Uses of JsonEventSource in org.gridkit.jvmtool.stacktrace.codec.json
 

Methods in org.gridkit.jvmtool.stacktrace.codec.json with parameters of type JsonEventSource
 CommonEvent JsonEventAdapter.parseNextEvent(JsonEventSource source)
           
 CommonEvent JfrEventParser.parseNextEvent(JsonEventSource source)
           
 

Constructors in org.gridkit.jvmtool.stacktrace.codec.json with parameters of type JsonEventSource
JfrEventReader(JsonEventSource source, JsonEventAdapter adapter)
           
 



Copyright © 2019. All Rights Reserved.