| Modifier and Type | Class and Description |
|---|---|
static class |
FastSequentialSource.FastSequentialExtractor |
| Modifier and Type | Field and Description |
|---|---|
static String |
MAX_RECORDS_PER_WORK_UNIT |
static String |
MAX_SECONDS_PER_WORK_UNIT |
static String |
NUM_WORK_UNITS |
| Constructor and Description |
|---|
FastSequentialSource() |
| Modifier and Type | Method and Description |
|---|---|
Extractor<String,Long> |
getExtractor(WorkUnitState state) |
List<WorkUnit> |
getWorkunits(SourceState state) |
void |
shutdown(SourceState state) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisEarlyStoppedpublic static final String NUM_WORK_UNITS
public static final String MAX_RECORDS_PER_WORK_UNIT
public static final String MAX_SECONDS_PER_WORK_UNIT
public List<WorkUnit> getWorkunits(SourceState state)
getWorkunits in interface Source<String,Long>public Extractor<String,Long> getExtractor(WorkUnitState state) throws IOException
getExtractor in interface Source<String,Long>IOExceptionpublic void shutdown(SourceState state)