org.apache.hadoop.hdfs.protocol
Class SnapshotInfo.Bean
java.lang.Object
org.apache.hadoop.hdfs.protocol.SnapshotInfo.Bean
- Enclosing class:
- org.apache.hadoop.hdfs.protocol.SnapshotInfo
public static class SnapshotInfo.Bean
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnapshotInfo.Bean
public SnapshotInfo.Bean(String snapshotID,
String snapshotDirectory,
long modificationTime)
getSnapshotID
public String getSnapshotID()
getSnapshotDirectory
public String getSnapshotDirectory()
getModificationTime
public long getModificationTime()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.