Interface VolumeSet
- All Superinterfaces:
org.apache.hadoop.ozone.lock.ReadWriteLockable
- All Known Implementing Classes:
ImmutableVolumeSet,MutableVolumeSet
public interface VolumeSet
extends org.apache.hadoop.ozone.lock.ReadWriteLockable
Set of volumes.
-
Method Summary
Methods inherited from interface org.apache.hadoop.ozone.lock.ReadWriteLockable
readLock, readUnlock, writeLock, writeUnlock
-
Method Details
-
getVolumesList
List<StorageVolume> getVolumesList() -
checkAllVolumes
- Throws:
IOException
-