Uses of Class
org.apache.hadoop.hdfs.protocol.SnapshotDiffReportListing.DiffReportListingEntry
Packages that use SnapshotDiffReportListing.DiffReportListingEntry
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of SnapshotDiffReportListing.DiffReportListingEntry in org.apache.hadoop.hdfs.client.impl
Fields in org.apache.hadoop.hdfs.client.impl with type parameters of type SnapshotDiffReportListing.DiffReportListingEntryModifier and TypeFieldDescriptionstatic final Comparator<SnapshotDiffReportListing.DiffReportListingEntry>SnapshotDiffReportGenerator.INODE_COMPARATORCompare two inodes based on their full names.Constructor parameters in org.apache.hadoop.hdfs.client.impl with type arguments of type SnapshotDiffReportListing.DiffReportListingEntryModifierConstructorDescriptionSnapshotDiffReportGenerator(String snapshotRoot, String fromSnapshot, String toSnapshot, boolean isFromEarlier, List<SnapshotDiffReportListing.DiffReportListingEntry> mlist, List<SnapshotDiffReportListing.DiffReportListingEntry> clist, List<SnapshotDiffReportListing.DiffReportListingEntry> dlist) -
Uses of SnapshotDiffReportListing.DiffReportListingEntry in org.apache.hadoop.hdfs.protocol
Methods in org.apache.hadoop.hdfs.protocol that return types with arguments of type SnapshotDiffReportListing.DiffReportListingEntryModifier and TypeMethodDescriptionSnapshotDiffReportListing.getCreateList()SnapshotDiffReportListing.getDeleteList()SnapshotDiffReportListing.getModifyList()Constructor parameters in org.apache.hadoop.hdfs.protocol with type arguments of type SnapshotDiffReportListing.DiffReportListingEntryModifierConstructorDescriptionSnapshotDiffReportListing(byte[] startPath, List<SnapshotDiffReportListing.DiffReportListingEntry> modifiedEntryList, List<SnapshotDiffReportListing.DiffReportListingEntry> createdEntryList, List<SnapshotDiffReportListing.DiffReportListingEntry> deletedEntryList, int index, boolean isFromEarlier) -
Uses of SnapshotDiffReportListing.DiffReportListingEntry in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return SnapshotDiffReportListing.DiffReportListingEntryModifier and TypeMethodDescriptionPBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotDiffReportListingEntryProto entry) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type SnapshotDiffReportListing.DiffReportListingEntryModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotDiffReportListingEntryProtoPBHelperClient.convert(SnapshotDiffReportListing.DiffReportListingEntry entry) -
Uses of SnapshotDiffReportListing.DiffReportListingEntry in org.apache.hadoop.hdfs.web
Methods in org.apache.hadoop.hdfs.web that return types with arguments of type SnapshotDiffReportListing.DiffReportListingEntry