org.apache.hadoop.hdfs.protocol
Class SnapshottableDirectoryStatus.Bean

java.lang.Object
  extended by org.apache.hadoop.hdfs.protocol.SnapshottableDirectoryStatus.Bean
Enclosing class:
SnapshottableDirectoryStatus

public static class SnapshottableDirectoryStatus.Bean
extends Object


Constructor Summary
SnapshottableDirectoryStatus.Bean(String path, int snapshotNumber, int snapshotQuota, long modificationTime, short permission, String owner, String group)
           
 
Method Summary
 String getGroup()
           
 long getModificationTime()
           
 String getOwner()
           
 String getPath()
           
 short getPermission()
           
 int getSnapshotNumber()
           
 int getSnapshotQuota()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapshottableDirectoryStatus.Bean

public SnapshottableDirectoryStatus.Bean(String path,
                                         int snapshotNumber,
                                         int snapshotQuota,
                                         long modificationTime,
                                         short permission,
                                         String owner,
                                         String group)
Method Detail

getPath

public String getPath()

getSnapshotNumber

public int getSnapshotNumber()

getSnapshotQuota

public int getSnapshotQuota()

getModificationTime

public long getModificationTime()

getPermission

public short getPermission()

getOwner

public String getOwner()

getGroup

public String getGroup()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.