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

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

public static class SnapshotInfo.Bean
extends Object


Constructor Summary
SnapshotInfo.Bean(String snapshotID, String snapshotDirectory, long modificationTime)
           
 
Method Summary
 long getModificationTime()
           
 String getSnapshotDirectory()
           
 String getSnapshotID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapshotInfo.Bean

public SnapshotInfo.Bean(String snapshotID,
                         String snapshotDirectory,
                         long modificationTime)
Method Detail

getSnapshotID

public String getSnapshotID()

getSnapshotDirectory

public String getSnapshotDirectory()

getModificationTime

public long getModificationTime()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.