Package | Description |
---|---|
org.openimaj.hadoop.sequencefile | |
org.openimaj.hadoop.tools.sequencefile |
Modifier and Type | Method and Description |
---|---|
void |
SequenceFileUtility.extract(List<RecordInformationExtractor> extractors,
PrintStream stream,
String delim)
Go through a sequence file, applying each
RecordInformationExtractor to each key, printing out the results
in order to the provided PrintStream |
Modifier and Type | Method and Description |
---|---|
abstract RecordInformationExtractor |
ListModeOptions.getExtractor() |
Modifier and Type | Method and Description |
---|---|
static List<RecordInformationExtractor> |
ListModeOptions.listOptionsToExtractPolicy(List<ListModeOptions> options)
Construct a list of extractors from the given options.
|