Package | Description |
---|---|
org.openimaj.hadoop.sequencefile |
Modifier and Type | Method and Description |
---|---|
static NamingStrategy |
NamingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamingStrategy[] |
NamingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|