| Package | Description |
|---|---|
| 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 | Field | Description |
|---|---|---|
static java.util.Comparator<SnapshotDiffReportListing.DiffReportListingEntry> |
SnapshotDiffReportGenerator.INODE_COMPARATOR |
Compare two inodes based on their full names.
|
| Constructor | Description |
|---|---|
SnapshotDiffReportGenerator(java.lang.String snapshotRoot,
java.lang.String fromSnapshot,
java.lang.String toSnapshot,
boolean isFromEarlier,
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> mlist,
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> clist,
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> dlist) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> |
SnapshotDiffReportListing.getCreateList() |
|
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> |
SnapshotDiffReportListing.getDeleteList() |
|
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> |
SnapshotDiffReportListing.getModifyList() |
| Constructor | Description |
|---|---|
SnapshotDiffReportListing(byte[] startPath,
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> modifiedEntryList,
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> createdEntryList,
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> deletedEntryList,
int index,
boolean isFromEarlier) |
| Modifier and Type | Method | Description |
|---|---|---|
static SnapshotDiffReportListing.DiffReportListingEntry |
PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotDiffReportListingEntryProto entry) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotDiffReportListingEntryProto |
PBHelperClient.convert(SnapshotDiffReportListing.DiffReportListingEntry entry) |
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> |
JsonUtilClient.toDiffListingList(java.util.List<?> objs) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.