public final class ForkedJvmInfo extends Object
Modifier and Type | Field and Description |
---|---|
int |
forkedJvmCount
The number of executed forked JVMs, total.
|
int |
id
Unique sequential identifier.
|
Constructor and Description |
---|
ForkedJvmInfo(int id,
int forkedJvmCount) |
Modifier and Type | Method and Description |
---|---|
void |
decodeStreams(List<IEvent> events,
Writer sysout,
Writer syserr)
Filter through events looking for sysouts and syserrs and decode them
into a character streams.
|
Charset |
getCharset()
Return the
Charset used to encode stream bytes from the forked JVM. |
String |
getCommandLine()
Command line string used to invoke the forked JVM
|
String |
getJvmName()
JVM name.
|
String |
getPidString()
PID string of the forked JVM.
|
Map<String,String> |
getSystemProperties()
System properties on the forked JVM.
|
void |
serialize(JsonWriter w) |
public final int id
public final int forkedJvmCount
public Charset getCharset()
Charset
used to encode stream bytes from the forked JVM.public Map<String,String> getSystemProperties()
public String getPidString()
public String getCommandLine()
public String getJvmName()
public void decodeStreams(List<IEvent> events, Writer sysout, Writer syserr) throws IOException
Writer
arguments are the same object
the streams will be combined.IOException
public void serialize(JsonWriter w) throws IOException
IOException
Copyright © 2011–2024 Carrot Search s.c.. All rights reserved.