public class AvroEventSerializerConfigurationConstants extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | COMPRESSION_CODECAvro compression codec. | 
| static String | DEFAULT_COMPRESSION_CODEC | 
| static String | DEFAULT_STATIC_SCHEMA_URL | 
| static int | DEFAULT_SYNC_INTERVAL_BYTES | 
| static String | STATIC_SCHEMA_URLAvro static Schema URL | 
| static String | SYNC_INTERVAL_BYTESAvro 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-2017 Apache Software Foundation. All Rights Reserved.