public interface OutputWriter
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getSettings()
Configuration settings of the OutputWriter.
|
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setSettings(Map<String,Object> settings)
Sets the configuration setting of the OutputWriter.
|
void |
start()
Initialize the OutputWriter.
|
void |
stop()
Stops the underlying resources of the OutputWriter.
|
void |
write(Iterable<QueryResult> results)
Write all the given QueryResult to the target system.
|
Map<String,Object> getSettings()
void setSettings(Map<String,Object> settings)
void write(Iterable<QueryResult> results)
@PostConstruct void start() throws Exception
isEnabled() is false.Exception@PreDestroy void stop() throws Exception
Exceptionboolean isEnabled()
void setEnabled(boolean enabled)
Copyright © 2014. All Rights Reserved.