public interface OutputWriter
extends java.lang.AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
doWrite(Server server,
Query query,
java.lang.Iterable<Result> results) |
java.util.Map<java.lang.String,java.lang.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 java.lang.AutoCloseableLifecycleExceptionvoid doWrite(Server server, Query query, java.lang.Iterable<Result> results) throws java.lang.Exception
java.lang.Exception@Deprecated java.util.Map<java.lang.String,java.lang.Object> getSettings()
void validateSetup(Server server, Query query) throws ValidationException
ValidationExceptionCopyright © 2010-2018 JmxTrans team. All Rights Reserved.