Package org.apache.accumulo.core.volume

Interface Summary
Volume Encapsulates a FileSystem and a base Path within that filesystem.
 

Class Summary
NonConfiguredVolume Volume implementation which represents a Volume for which we have a FileSystem but no base path because it is not configured via Property.INSTANCE_VOLUMES This is useful to handle volumes that have been removed from accumulo-site.xml but references to these volumes have not been updated.
VolumeConfiguration  
VolumeImpl Basic Volume implementation that contains a FileSystem and a base path that should be used within that filesystem.
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.