This project has retired. For details please refer to its
Attic page.
HFileReaderFactory (Apache Crunch 0.9.0 API)
org.apache.crunch.io.hbase
Class HFileReaderFactory
java.lang.Object
org.apache.crunch.io.hbase.HFileReaderFactory
- All Implemented Interfaces:
- FileReaderFactory<org.apache.hadoop.hbase.KeyValue>
public class HFileReaderFactory
- extends Object
- implements FileReaderFactory<org.apache.hadoop.hbase.KeyValue>
Method Summary |
Iterator<org.apache.hadoop.hbase.KeyValue> |
read(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HFILE_SCANNER_CACHE_BLOCKS
public static final String HFILE_SCANNER_CACHE_BLOCKS
- See Also:
- Constant Field Values
HFILE_SCANNER_PREAD
public static final String HFILE_SCANNER_PREAD
- See Also:
- Constant Field Values
HFileReaderFactory
public HFileReaderFactory()
read
public Iterator<org.apache.hadoop.hbase.KeyValue> read(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path)
- Specified by:
read
in interface FileReaderFactory<org.apache.hadoop.hbase.KeyValue>
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.