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
IOException
String getBasePath()
String getPath(String bpid) throws IOException
IOException
File getFinalizedDir(String bpid) throws IOException
IOException
StorageType getStorageType()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.