public interface FsVolumeSpi
| Modifier and Type | Method and Description |
|---|---|
long |
getAvailable() |
String |
getBasePath() |
String[] |
getBlockPoolList() |
File |
getFinalizedDir(String bpid) |
String |
getPath(String bpid) |
String |
getStorageID() |
StorageType |
getStorageType() |
String getStorageID()
String[] getBlockPoolList()
long getAvailable() throws IOException
IOExceptionString getBasePath()
String getPath(String bpid) throws IOException
IOExceptionFile getFinalizedDir(String bpid) throws IOException
IOExceptionStorageType getStorageType()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.