Uses of Class
org.apache.hadoop.hdfs.protocol.SnapshottableDirectoryStatus
Packages that use SnapshottableDirectoryStatus
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of SnapshottableDirectoryStatus in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return SnapshottableDirectoryStatusModifier and TypeMethodDescriptionDFSClient.getSnapshottableDirListing()Get all the current snapshottable directories.DistributedFileSystem.getSnapshottableDirListing()Get the list of snapshottable directories that are owned by the current user.ViewDistributedFileSystem.getSnapshottableDirListing() -
Uses of SnapshottableDirectoryStatus in org.apache.hadoop.hdfs.protocol
Fields in org.apache.hadoop.hdfs.protocol with type parameters of type SnapshottableDirectoryStatusModifier and TypeFieldDescriptionstatic final Comparator<SnapshottableDirectoryStatus>SnapshottableDirectoryStatus.COMPARATORCompare the statuses by full paths.Methods in org.apache.hadoop.hdfs.protocol that return SnapshottableDirectoryStatusModifier and TypeMethodDescriptionClientProtocol.getSnapshottableDirListing()Get the list of snapshottable directories that are owned by the current user.Methods in org.apache.hadoop.hdfs.protocol with parameters of type SnapshottableDirectoryStatusModifier and TypeMethodDescriptionstatic voidSnapshottableDirectoryStatus.print(SnapshottableDirectoryStatus[] stats, PrintStream out) Print a list ofSnapshottableDirectoryStatusout to a given stream. -
Uses of SnapshottableDirectoryStatus in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return SnapshottableDirectoryStatusModifier and TypeMethodDescriptionstatic SnapshottableDirectoryStatus[]PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshottableDirectoryListingProto sdlp) static SnapshottableDirectoryStatusPBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshottableDirectoryStatusProto sdirStatusProto) ClientNamenodeProtocolTranslatorPB.getSnapshottableDirListing()Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type SnapshottableDirectoryStatusModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshottableDirectoryStatusProtoPBHelperClient.convert(SnapshottableDirectoryStatus status) static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshottableDirectoryListingProtoPBHelperClient.convert(SnapshottableDirectoryStatus[] status) -
Uses of SnapshottableDirectoryStatus in org.apache.hadoop.hdfs.web
Methods in org.apache.hadoop.hdfs.web that return SnapshottableDirectoryStatusModifier and TypeMethodDescriptionWebHdfsFileSystem.getSnapshottableDirectoryList()static SnapshottableDirectoryStatus[]JsonUtilClient.toSnapshottableDirectoryList(Map<?, ?> json)