| Interface | Description |
|---|---|
| ResultSerializer |
Converts query result into a string, in order to display it, to write it to disk or send it over the wire.
|
| Class | Description |
|---|---|
| BaseOutputWriter |
Implements the common code for output filters.
|
| KeyValueResultSerializer |
Format results in the form
|
| Settings | |
| StdOutWriter |
Basic filter good for testing that just outputs the Result objects using
System.out.
|
| StdOutWriter.W | |
| ToStringResultSerializer |
Format result using
Object.toString() |
Copyright © 2010-2018 JmxTrans team. All Rights Reserved.