| Package | Description |
|---|---|
| org.apache.hadoop.tools.mapred | |
| org.apache.hadoop.tools.util |
| Modifier and Type | Method | Description |
|---|---|---|
static CopyMapper.ChecksumComparison |
CopyMapper.ChecksumComparison.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CopyMapper.ChecksumComparison[] |
CopyMapper.ChecksumComparison.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static CopyMapper.ChecksumComparison |
DistCpUtils.checksumsAreEqual(org.apache.hadoop.fs.FileSystem sourceFS,
org.apache.hadoop.fs.Path source,
org.apache.hadoop.fs.FileChecksum sourceChecksum,
org.apache.hadoop.fs.FileSystem targetFS,
org.apache.hadoop.fs.Path target,
long sourceLen) |
Utility to compare checksums for the paths specified.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.