| Package | Description |
|---|---|
| org.apache.hadoop.hdfs | |
| 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 |
|---|---|---|
SnapshotDiffReportListing |
DFSUtilClient.SnapshotDiffReportListingFunction.apply(java.lang.String snapshotDir,
java.lang.String fromSnapshot,
java.lang.String toSnapshot,
byte[] startPath,
int index) |
|
SnapshotDiffReportListing |
DFSClient.getSnapshotDiffReportListing(java.lang.String snapshotDir,
java.lang.String fromSnapshot,
java.lang.String toSnapshot,
byte[] startPath,
int index) |
Get the difference between two snapshots of a directory iteratively.
|
SnapshotDiffReportListing |
DistributedFileSystem.getSnapshotDiffReportListing(org.apache.hadoop.fs.Path snapshotDir,
java.lang.String fromSnapshotName,
java.lang.String toSnapshotName,
java.lang.String snapshotDiffStartPath,
int snapshotDiffIndex) |
Get the difference between two snapshots of a directory iteratively.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.fs.RemoteIterator<SnapshotDiffReportListing> |
DistributedFileSystem.snapshotDiffReportListingRemoteIterator(org.apache.hadoop.fs.Path snapshotDir,
java.lang.String fromSnapshot,
java.lang.String toSnapshot) |
Returns a remote iterator so that followup calls are made on demand
while consuming the SnapshotDiffReportListing entries.
|
org.apache.hadoop.fs.RemoteIterator<SnapshotDiffReportListing> |
ViewDistributedFileSystem.snapshotDiffReportListingRemoteIterator(org.apache.hadoop.fs.Path snapshotDir,
java.lang.String fromSnapshot,
java.lang.String toSnapshot) |
| Modifier and Type | Method | Description |
|---|---|---|
SnapshotDiffReportListing |
ClientProtocol.getSnapshotDiffReportListing(java.lang.String snapshotRoot,
java.lang.String fromSnapshot,
java.lang.String toSnapshot,
byte[] startPath,
int index) |
Get the difference between two snapshots of a directory iteratively.
|
| Modifier and Type | Method | Description |
|---|---|---|
static SnapshotDiffReportListing |
PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotDiffReportListingProto reportProto) |
|
SnapshotDiffReportListing |
ClientNamenodeProtocolTranslatorPB.getSnapshotDiffReportListing(java.lang.String snapshotRoot,
java.lang.String fromSnapshot,
java.lang.String toSnapshot,
byte[] startPath,
int index) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotDiffReportListingProto |
PBHelperClient.convert(SnapshotDiffReportListing report) |
| Modifier and Type | Method | Description |
|---|---|---|
SnapshotDiffReportListing |
WebHdfsFileSystem.getSnapshotDiffReportListing(java.lang.String snapshotDir,
java.lang.String fromSnapshot,
java.lang.String toSnapshot,
byte[] startPath,
int index) |
|
static SnapshotDiffReportListing |
JsonUtilClient.toSnapshotDiffReportListing(java.util.Map<?,?> json) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.