org.apache.avro.file
Class DataFileConstants
java.lang.Object
org.apache.avro.file.DataFileConstants
public class DataFileConstants
- extends Object
Constants used in data files.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.