Uses of Class
org.apache.hadoop.hdfs.protocol.SnapshotDiffReportListing
Packages that use SnapshotDiffReportListing
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of SnapshotDiffReportListing in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return SnapshotDiffReportListingModifier and TypeMethodDescriptionDFSUtilClient.SnapshotDiffReportListingFunction.apply(String snapshotDir, String fromSnapshot, String toSnapshot, byte[] startPath, int index) DFSClient.getSnapshotDiffReportListing(String snapshotDir, String fromSnapshot, String toSnapshot, byte[] startPath, int index) Get the difference between two snapshots of a directory iteratively.DistributedFileSystem.getSnapshotDiffReportListing(org.apache.hadoop.fs.Path snapshotDir, String fromSnapshotName, String toSnapshotName, String snapshotDiffStartPath, int snapshotDiffIndex) Get the difference between two snapshots of a directory iteratively.Methods in org.apache.hadoop.hdfs that return types with arguments of type SnapshotDiffReportListingModifier and TypeMethodDescriptionorg.apache.hadoop.fs.RemoteIterator<SnapshotDiffReportListing>DistributedFileSystem.snapshotDiffReportListingRemoteIterator(org.apache.hadoop.fs.Path snapshotDir, String fromSnapshot, 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, String fromSnapshot, String toSnapshot) -
Uses of SnapshotDiffReportListing in org.apache.hadoop.hdfs.protocol
Methods in org.apache.hadoop.hdfs.protocol that return SnapshotDiffReportListingModifier and TypeMethodDescriptionClientProtocol.getSnapshotDiffReportListing(String snapshotRoot, String fromSnapshot, String toSnapshot, byte[] startPath, int index) Get the difference between two snapshots of a directory iteratively. -
Uses of SnapshotDiffReportListing in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return SnapshotDiffReportListingModifier and TypeMethodDescriptionstatic SnapshotDiffReportListingPBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotDiffReportListingProto reportProto) ClientNamenodeProtocolTranslatorPB.getSnapshotDiffReportListing(String snapshotRoot, String fromSnapshot, String toSnapshot, byte[] startPath, int index) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type SnapshotDiffReportListingModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotDiffReportListingProtoPBHelperClient.convert(SnapshotDiffReportListing report) -
Uses of SnapshotDiffReportListing in org.apache.hadoop.hdfs.web
Methods in org.apache.hadoop.hdfs.web that return SnapshotDiffReportListingModifier and TypeMethodDescriptionWebHdfsFileSystem.getSnapshotDiffReportListing(String snapshotDir, String fromSnapshot, String toSnapshot, byte[] startPath, int index) static SnapshotDiffReportListingJsonUtilClient.toSnapshotDiffReportListing(Map<?, ?> json)