| DryRunSuccessLogMessage |
A log message listing the IDs of successful dry-run experiments.
|
| ExperimentSpec |
Specification of an experiment to be run as a dry-run or a trial on a worker.
|
| FailureLogMessage |
A message containing information on a failure encountered by the worker JVM.
|
| GcLogMessage |
A message representing output produced by the JVM when -XX:+PrintGC is enabled.
|
| GcLogMessage.Type |
The type of the garbage collection performed.
|
| HotspotLogMessage |
A message representing output produced by the JVM when -XX:+PrintCompliation is enabled.
|
| KillVmRequest |
A request that's sent to a device to request that it kill a VM process.
|
| LogMessage |
A single line of output produced by a Worker.
|
| LogMessageParser_Factory |
|
| LogMessageVisitor |
A visitor for the various subclasses of LogMessage.
|
| OpenedSocket |
A simple tuple for the opened streams of a socket.
|
| OpenedSocket.Reader |
Reads objects from the socket.
|
| OpenedSocket.Writer |
Writes objects to the socket.
|
| RemoteClasspathMessage |
Message sent by a remote device to provide the local worker classpath on that device.
|
| StartMeasurementLogMessage |
A message signaling that the timing interval has started in the worker.
|
| StartVmRequest |
A request to send to a process running on a device to tell it to run a given command to start a
VM.
|
| StopMeasurementLogMessage |
A message signaling that the timing interval has ended in the worker.
|
| TargetInfoLogMessage |
|
| TargetInfoRequest |
WorkerRequest for telling a worker to send the runner information on the target it's
running on, including a model of the benchmark class it produced.
|
| VmOptionLogMessage |
A message representing output produced by the JVM when -XX:+PrintFlagsFinal is enabled.
|
| VmPropertiesLogMessage |
|
| VmStoppedMessage |
A message sent from a device to the runner to tell it that a VM stopped.
|
| WorkerRequest |
Marker interface for classes the runner sends to the worker to tell it what to do.
|