public class CloudWatchWriter extends BaseOutputWriter
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudWatchWriter.Builder |
BINARY_PATH, BOOLEAN_AS_NUMBER, DEBUG, HOST, OUTPUT_FILE, PORT, TEMPLATE_FILE, TYPE_NAMES| Constructor and Description |
|---|
CloudWatchWriter(com.google.common.collect.ImmutableList<String> typeNames,
boolean booleanAsNumber,
Boolean debugEnabled,
String namespace,
Map<String,Object> settings) |
| Modifier and Type | Method and Description |
|---|---|
static CloudWatchWriter.Builder |
builder() |
protected void |
internalWrite(Server server,
Query query,
com.google.common.collect.ImmutableList<Result> results) |
void |
validateSetup(Server server,
Query query) |
doWrite, firstNonNull, getConcatedTypeNameValues, getSettings, getTypeNames, isDebugEnabled, setSettings, start, stoppublic void validateSetup(Server server, Query query) throws ValidationException
ValidationExceptionprotected void internalWrite(Server server, Query query, com.google.common.collect.ImmutableList<Result> results) throws Exception
internalWrite in class BaseOutputWriterExceptionpublic static CloudWatchWriter.Builder builder()
Copyright © 2015. All Rights Reserved.