org.apache.avro.file
Class DataFileConstants

java.lang.Object
  extended by org.apache.avro.file.DataFileConstants

public class DataFileConstants
extends Object

Constants used in data files.


Field Summary
static String CODEC
           
static int DEFAULT_SYNC_INTERVAL
           
static String DEFLATE_CODEC
           
static long FOOTER_BLOCK
           
static byte[] MAGIC
           
static String NULL_CODEC
           
static String SCHEMA
           
static String SNAPPY_CODEC
           
static int SYNC_SIZE
           
static byte VERSION
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final byte VERSION
See Also:
Constant Field Values

MAGIC

public static final byte[] MAGIC

FOOTER_BLOCK

public static final long FOOTER_BLOCK
See Also:
Constant Field Values

SYNC_SIZE

public static final int SYNC_SIZE
See Also:
Constant Field Values

DEFAULT_SYNC_INTERVAL

public static final int DEFAULT_SYNC_INTERVAL
See Also:
Constant Field Values

SCHEMA

public static final String SCHEMA
See Also:
Constant Field Values

CODEC

public static final String CODEC
See Also:
Constant Field Values

NULL_CODEC

public static final String NULL_CODEC
See Also:
Constant Field Values

DEFLATE_CODEC

public static final String DEFLATE_CODEC
See Also:
Constant Field Values

SNAPPY_CODEC

public static final String SNAPPY_CODEC
See Also:
Constant Field Values


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.