public abstract class OutputWriterAdapter extends Object implements OutputWriter
| Constructor and Description |
|---|
OutputWriterAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Map<String,Object> |
getSettings()
Settings allow you to configure your Writers with whatever they might
need.
|
void |
start() |
void |
validateSetup(Server server,
Query query)
This is run when the object is instantiated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoWritepublic void start()
throws LifecycleException
start in interface OutputWriterLifecycleExceptionpublic void close()
throws LifecycleException
close in interface OutputWriterclose in interface AutoCloseableLifecycleExceptionpublic Map<String,Object> getSettings()
OutputWritergetSettings in interface OutputWriterpublic void validateSetup(Server server, Query query) throws ValidationException
OutputWritervalidateSetup in interface OutputWriterValidationExceptionCopyright © 2010-2017 JmxTrans team. All Rights Reserved.