Class LsSnapshottableDir

java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hdfs.tools.snapshot.LsSnapshottableDir
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool

@Private public class LsSnapshottableDir extends org.apache.hadoop.conf.Configured implements org.apache.hadoop.util.Tool
A tool used to list all snapshottable directories that are owned by the current user. The tool returns all the snapshottable directories if the user is a super user.
  • Constructor Details

    • LsSnapshottableDir

      public LsSnapshottableDir()
  • Method Details