Package | Description |
---|---|
org.duracloud.services.hadoop.base | |
org.duracloud.services.hadoop.fixity | |
org.duracloud.services.hadoop.imageconversion | |
org.duracloud.services.hadoop.replication |
Modifier and Type | Method and Description |
---|---|
protected FileWithMD5 |
ProcessFileMapper.copyFileLocal(org.apache.hadoop.fs.Path remotePath,
org.apache.hadoop.mapred.Reporter reporter)
Copies a file from a remote file system to local storage
|
Modifier and Type | Method and Description |
---|---|
protected ProcessResult |
ProcessFileMapper.processFile(FileWithMD5 fileWithMD5,
String origContentId) |
protected ProcessResult |
ProcessFileMapper.processFile(FileWithMD5 fileWithMD5,
String origContentId,
org.apache.hadoop.mapred.Reporter reporter)
Processes a file and produces a ProcessResult, which includes the file
and the contentId under which the file should be stored.
|
Modifier and Type | Method and Description |
---|---|
protected ProcessResult |
HashFinderMapper.processFile(FileWithMD5 fileWithMD5,
String origContentId)
Runs Fixity service on file.
|
Modifier and Type | Method and Description |
---|---|
protected ProcessResult |
ImageConversionMapper.processFile(FileWithMD5 fileWithMD5,
String origContentId)
Converts an image file.
|
Modifier and Type | Method and Description |
---|---|
protected ProcessResult |
RepMapper.processFile(FileWithMD5 fileWithMD5,
String origContentId,
org.apache.hadoop.mapred.Reporter reporter)
Replicate a file to another storage location
|
Constructor and Description |
---|
Replicator(ContentStore primaryStore,
String fromSpaceId,
String contentId,
ContentStore repStore,
String repSpaceId,
FileWithMD5 fileWithMD5,
Map<String,String> resultInfo) |
Copyright © 2009-2013 DuraSpace. All Rights Reserved.