[][src]Module avrow::config

This module contains constants and configuration parameters for configuring avro writers and readers.

Constants

BLOCK_SIZE

Minimum flush interval that a block can have.

DEFAULT_FLUSH_INTERVAL

This value defines the threshold post which the scratch buffer is is flushed/synced to the main buffer. Suggested values are between 2K (bytes) and 2M

MAGIC_BYTES

The magic header for recognizing a file as an avro data file.

SYNC_MARKER_SIZE

Synchronization marker bytes length, defaults to 16 bytes.