Package | Description |
---|---|
org.openimaj.hadoop.sequencefile |
Modifier and Type | Method and Description |
---|---|
void |
SequenceFileUtility.exportData(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path dirPath,
NamingStrategy naming,
ExtractionState extrState,
boolean addExtension,
long offset)
Extracts file to a directory.
|
void |
SequenceFileUtility.exportData(NamingStrategy np,
ExtractionState nps,
long offset,
KeyValueDump<K,V> dump) |
void |
SequenceFileUtility.exportData(String uriOrPath,
NamingStrategy naming,
ExtractionState extrState,
boolean addExtension,
long offset)
Extracts file to a directory.
|
void |
SequenceFileUtility.exportDataToZip(String uriOrPath,
NamingStrategy naming,
ExtractionState state,
boolean addExtension,
long offset)
Extracts file to a directory.
|
void |
SequenceFileUtility.exportDataToZip(ZipOutputStream zos,
NamingStrategy naming,
ExtractionState extrState,
boolean addExtension,
long offset)
Extracts file to a zip file.
|
<K,V> String |
NamingStrategy.getName(K key,
V value,
ExtractionState state,
boolean addExtension)
Generate the filename for the given record (key-value pair).
|
protected abstract <K,V> String |
NamingStrategy.getNameInternal(K key,
V value,
ExtractionState state) |