Constructor and Description |
---|
SocketBolt(IOutputSerializer serializer,
String host,
int port)
Constructor.
|
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)
Get a OutputSerializer instance based on specific configurations.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.