Constructor and Description |
---|
SocketStateUpdater(IOutputSerializer outputSerializer) |
Modifier and Type | Class and Description |
---|---|
class |
AvroSerializer
AvroSerializer uses generic(without code generation) instead of specific(with code generation) writers.
|
Modifier and Type | Class and Description |
---|---|
class |
CsvSerializer
CsvSerializer uses the standard RFC4180 CSV Parser One of the difference from Tsv format is that fields with embedded commas will be quoted.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonSerializer |
Modifier and Type | Class and Description |
---|---|
class |
TsvSerializer
TsvSerializer uses a simple delimited format implemention by splitting string, and it supports user defined delimiter.
|
Modifier and Type | Method and Description |
---|---|
static IOutputSerializer |
SerdeUtils.getSerializer(String outputFormatClass,
Properties properties,
List<String> fieldNames) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.