| Package | Description |
|---|---|
| org.apache.hadoop.hdfs | |
| org.apache.hadoop.hdfs.client.impl |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.hdfs.protocol |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.hdfs.protocolPB | |
| org.apache.hadoop.hdfs.web |
| Modifier and Type | Method | Description |
|---|---|---|
SnapshotDiffReport |
DFSUtilClient.SnapshotDiffReportFunction.apply(java.lang.String snapshotDir,
java.lang.String fromSnapshot,
java.lang.String toSnapshot) |
|
SnapshotDiffReport |
DFSClient.getSnapshotDiffReport(java.lang.String snapshotDir,
java.lang.String fromSnapshot,
java.lang.String toSnapshot) |
Get the difference between two snapshots, or between a snapshot and the
current tree of a directory.
|
static SnapshotDiffReport |
DFSUtilClient.getSnapshotDiffReport(java.lang.String snapshotDir,
java.lang.String fromSnapshot,
java.lang.String toSnapshot,
DFSUtilClient.SnapshotDiffReportFunction withoutListing,
DFSUtilClient.SnapshotDiffReportListingFunction withListing) |
|
SnapshotDiffReport |
DistributedFileSystem.getSnapshotDiffReport(org.apache.hadoop.fs.Path snapshotDir,
java.lang.String fromSnapshot,
java.lang.String toSnapshot) |
Get the difference between two snapshots, or between a snapshot and the
current tree of a directory.
|
SnapshotDiffReport |
ViewDistributedFileSystem.getSnapshotDiffReport(org.apache.hadoop.fs.Path snapshotDir,
java.lang.String fromSnapshot,
java.lang.String toSnapshot) |
| Modifier and Type | Method | Description |
|---|---|---|
SnapshotDiffReport |
SnapshotDiffReportGenerator.generateReport() |
| Modifier and Type | Method | Description |
|---|---|---|
SnapshotDiffReport |
ClientProtocol.getSnapshotDiffReport(java.lang.String snapshotRoot,
java.lang.String fromSnapshot,
java.lang.String toSnapshot) |
Get the difference between two snapshots, or between a snapshot and the
current tree of a directory.
|
| Modifier and Type | Method | Description |
|---|---|---|
static SnapshotDiffReport |
PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotDiffReportProto reportProto) |
|
SnapshotDiffReport |
ClientNamenodeProtocolTranslatorPB.getSnapshotDiffReport(java.lang.String snapshotRoot,
java.lang.String fromSnapshot,
java.lang.String toSnapshot) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotDiffReportProto |
PBHelperClient.convert(SnapshotDiffReport report) |
| Modifier and Type | Method | Description |
|---|---|---|
SnapshotDiffReport |
WebHdfsFileSystem.getSnapshotDiffReport(org.apache.hadoop.fs.Path snapshotDir,
java.lang.String fromSnapshot,
java.lang.String toSnapshot) |
|
static SnapshotDiffReport |
JsonUtilClient.toSnapshotDiffReport(java.util.Map<?,?> json) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.