Uses of Class
org.apache.hadoop.hdfs.protocol.SnapshotStatus
Packages that use SnapshotStatus
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of SnapshotStatus in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return SnapshotStatusModifier and TypeMethodDescriptionDFSClient.getSnapshotListing(String snapshotRoot) Get listing of all the snapshots for a snapshottable directory.DistributedFileSystem.getSnapshotListing(org.apache.hadoop.fs.Path snapshotRoot) -
Uses of SnapshotStatus in org.apache.hadoop.hdfs.protocol
Methods in org.apache.hadoop.hdfs.protocol that return SnapshotStatusModifier and TypeMethodDescriptionClientProtocol.getSnapshotListing(String snapshotRoot) Get listing of all the snapshots for a snapshottable directory.Methods in org.apache.hadoop.hdfs.protocol with parameters of type SnapshotStatusModifier and TypeMethodDescriptionstatic voidSnapshotStatus.print(SnapshotStatus[] stats, PrintStream out) Print a list ofSnapshotStatusout to a given stream. -
Uses of SnapshotStatus in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return SnapshotStatusModifier and TypeMethodDescriptionstatic SnapshotStatus[]PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotListingProto sdlp) static SnapshotStatusPBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotStatusProto sdirStatusProto) ClientNamenodeProtocolTranslatorPB.getSnapshotListing(String path) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type SnapshotStatusModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotStatusProtoPBHelperClient.convert(SnapshotStatus status) static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotListingProtoPBHelperClient.convert(SnapshotStatus[] status) -
Uses of SnapshotStatus in org.apache.hadoop.hdfs.web
Methods in org.apache.hadoop.hdfs.web that return SnapshotStatusModifier and TypeMethodDescriptionWebHdfsFileSystem.getSnapshotListing(org.apache.hadoop.fs.Path snapshotDir) static SnapshotStatus[]JsonUtilClient.toSnapshotList(Map<?, ?> json)