org.apache.hadoop.hdfs.server.common
Interface Storage.StorageDirType

Enclosing class:
Storage

@InterfaceAudience.Private
public static interface Storage.StorageDirType

An interface to denote storage directory type Implementations can define a type for storage directory by implementing this interface.


Method Summary
 Storage.StorageDirType getStorageDirType()
           
 boolean isOfType(Storage.StorageDirType type)
           
 

Method Detail

getStorageDirType

Storage.StorageDirType getStorageDirType()

isOfType

boolean isOfType(Storage.StorageDirType type)


Copyright © 2009 The Apache Software Foundation