public interface OutputWriter
| Modifier and Type | Method and Description |
|---|---|
void |
doWrite(Server server,
Query query,
Iterable<Result> results) |
Map<String,Object> |
getSettings()
Deprecated.
Don't use the settings Map, please extract necessary bits at construction time.
|
void |
start() |
void |
stop() |
void |
validateSetup(Server server,
Query query)
This is run when the object is instantiated.
|
void start()
throws LifecycleException
LifecycleExceptionvoid stop() throws LifecycleException
LifecycleExceptionvoid doWrite(Server server, Query query, Iterable<Result> results) throws Exception
Exception@Deprecated Map<String,Object> getSettings()
void validateSetup(Server server, Query query) throws ValidationException
ValidationExceptionCopyright © 2010-2016 JmxTrans team. All Rights Reserved.