Uses of Class
org.apache.hadoop.hdfs.protocol.SnapshotDiffReport
Packages that use SnapshotDiffReport
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 SnapshotDiffReport in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return SnapshotDiffReportModifier and TypeMethodDescriptionDFSUtilClient.SnapshotDiffReportFunction.apply(String snapshotDir, String fromSnapshot, String toSnapshot) DFSClient.getSnapshotDiffReport(String snapshotDir, String fromSnapshot, String toSnapshot) Get the difference between two snapshots, or between a snapshot and the current tree of a directory.static SnapshotDiffReportDFSUtilClient.getSnapshotDiffReport(String snapshotDir, String fromSnapshot, String toSnapshot, DFSUtilClient.SnapshotDiffReportFunction withoutListing, DFSUtilClient.SnapshotDiffReportListingFunction withListing) DistributedFileSystem.getSnapshotDiffReport(org.apache.hadoop.fs.Path snapshotDir, String fromSnapshot, String toSnapshot) Get the difference between two snapshots, or between a snapshot and the current tree of a directory.ViewDistributedFileSystem.getSnapshotDiffReport(org.apache.hadoop.fs.Path snapshotDir, String fromSnapshot, String toSnapshot) -
Uses of SnapshotDiffReport in org.apache.hadoop.hdfs.client.impl
Methods in org.apache.hadoop.hdfs.client.impl that return SnapshotDiffReport -
Uses of SnapshotDiffReport in org.apache.hadoop.hdfs.protocol
Methods in org.apache.hadoop.hdfs.protocol that return SnapshotDiffReportModifier and TypeMethodDescriptionClientProtocol.getSnapshotDiffReport(String snapshotRoot, String fromSnapshot, String toSnapshot) Get the difference between two snapshots, or between a snapshot and the current tree of a directory. -
Uses of SnapshotDiffReport in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return SnapshotDiffReportModifier and TypeMethodDescriptionstatic SnapshotDiffReportPBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotDiffReportProto reportProto) ClientNamenodeProtocolTranslatorPB.getSnapshotDiffReport(String snapshotRoot, String fromSnapshot, String toSnapshot) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type SnapshotDiffReportModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotDiffReportProtoPBHelperClient.convert(SnapshotDiffReport report) -
Uses of SnapshotDiffReport in org.apache.hadoop.hdfs.web
Methods in org.apache.hadoop.hdfs.web that return SnapshotDiffReportModifier and TypeMethodDescriptionWebHdfsFileSystem.getSnapshotDiffReport(org.apache.hadoop.fs.Path snapshotDir, String fromSnapshot, String toSnapshot) static SnapshotDiffReportJsonUtilClient.toSnapshotDiffReport(Map<?, ?> json)