Package | Description |
---|---|
org.openimaj.hadoop.sequencefile |
Modifier and Type | Class and Description |
---|---|
static class |
SequenceFileUtility.FilenameKeyProvider
A class that provides Text keys from the name of a file
|
static class |
SequenceFileUtility.MD5UUIDKeyProvider
A class that provides Text keys by calculating a UUID from the MD5 of a
file
|
static class |
SequenceFileUtility.RelativePathFilenameKeyProvider
A class that provides Text keys from the relative path + name of a file
|
Modifier and Type | Method and Description |
---|---|
Map<org.apache.hadoop.fs.Path,K> |
SequenceFileUtility.appendFiles(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
boolean recurse,
org.apache.hadoop.fs.PathFilter pathFilter,
SequenceFileUtility.KeyProvider<K> keyProvider)
Append files to a sequenceFile.
|