public class HdfsReaderFactory
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HdfsReaderFactory.ReaderType |
| Constructor and Description |
|---|
HdfsReaderFactory() |
| Modifier and Type | Method and Description |
|---|---|
static SingleFileHdfsReader |
getHdfsReader(HdfsReaderFactory.ReaderType readerType,
org.apache.samza.system.SystemStreamPartition systemStreamPartition) |
static HdfsReaderFactory.ReaderType |
getType(java.lang.String readerTypeStr) |
static int |
offsetComparator(HdfsReaderFactory.ReaderType readerType,
java.lang.String offset1,
java.lang.String offset2) |
public static SingleFileHdfsReader getHdfsReader(HdfsReaderFactory.ReaderType readerType, org.apache.samza.system.SystemStreamPartition systemStreamPartition)
public static HdfsReaderFactory.ReaderType getType(java.lang.String readerTypeStr)
public static int offsetComparator(HdfsReaderFactory.ReaderType readerType, java.lang.String offset1, java.lang.String offset2)