org.apache.hadoop.io
Class SequenceFile
java.lang.Object
org.apache.hadoop.io.SequenceFile
public class SequenceFile
- extends Object
Support for flat files of binary key/value pairs.
Field Summary |
static org.apache.commons.logging.Log |
LOG
|
static int |
SYNC_INTERVAL
The number of bytes between sync points. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
public static final org.apache.commons.logging.Log LOG
SYNC_INTERVAL
public static final int SYNC_INTERVAL
- The number of bytes between sync points.
- See Also:
- Constant Field Values
Copyright © 2006 The Apache Software Foundation