public interface OutputWriter extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
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 |
validateSetup(Server server,
Query query)
This is run when the object is instantiated.
|
void start()
throws LifecycleException
LifecycleExceptionvoid close()
throws LifecycleException
close in interface AutoCloseableLifecycleExceptionvoid 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.