public class AvroEventSerializerConfigurationConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COMPRESSION_CODEC
Avro compression codec.
|
static String |
DEFAULT_COMPRESSION_CODEC |
static String |
DEFAULT_STATIC_SCHEMA_URL |
static int |
DEFAULT_SYNC_INTERVAL_BYTES |
static String |
STATIC_SCHEMA_URL
Avro static Schema URL
|
static String |
SYNC_INTERVAL_BYTES
Avro sync interval, in approximate bytes
|
Constructor and Description |
---|
AvroEventSerializerConfigurationConstants() |
public static final String SYNC_INTERVAL_BYTES
public static final int DEFAULT_SYNC_INTERVAL_BYTES
public static final String COMPRESSION_CODEC
CodecFactory
class.public static final String DEFAULT_COMPRESSION_CODEC
public static final String STATIC_SCHEMA_URL
public static final String DEFAULT_STATIC_SCHEMA_URL
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.