Uses of Class
org.apache.hadoop.hdfs.protocol.SnapshottableDirectoryStatus

Packages that use SnapshottableDirectoryStatus
org.apache.hadoop.hdfs.protocol   
org.apache.hadoop.hdfs.protocolPB   
org.apache.hadoop.hdfs.server.namenode.snapshot   
 

Uses of SnapshottableDirectoryStatus in org.apache.hadoop.hdfs.protocol
 

Fields in org.apache.hadoop.hdfs.protocol with type parameters of type SnapshottableDirectoryStatus
static Comparator<SnapshottableDirectoryStatus> SnapshottableDirectoryStatus.COMPARATOR
          Compare the statuses by full paths.
 

Methods in org.apache.hadoop.hdfs.protocol with parameters of type SnapshottableDirectoryStatus
static void SnapshottableDirectoryStatus.print(SnapshottableDirectoryStatus[] stats, PrintStream out)
          Print a list of SnapshottableDirectoryStatus out to a given stream.
 

Uses of SnapshottableDirectoryStatus in org.apache.hadoop.hdfs.protocolPB
 

Methods in org.apache.hadoop.hdfs.protocolPB that return SnapshottableDirectoryStatus
static SnapshottableDirectoryStatus[] PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshottableDirectoryListingProto sdlp)
           
static SnapshottableDirectoryStatus PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshottableDirectoryStatusProto sdirStatusProto)
           
 

Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type SnapshottableDirectoryStatus
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshottableDirectoryStatusProto PBHelper.convert(SnapshottableDirectoryStatus status)
           
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshottableDirectoryListingProto PBHelper.convert(SnapshottableDirectoryStatus[] status)
           
 

Uses of SnapshottableDirectoryStatus in org.apache.hadoop.hdfs.server.namenode.snapshot
 

Methods in org.apache.hadoop.hdfs.server.namenode.snapshot that return SnapshottableDirectoryStatus
 SnapshottableDirectoryStatus[] SnapshotManager.getSnapshottableDirListing(String userName)
          List all the snapshottable directories that are owned by the current user.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.