Package org.apache.accumulo.core.volume
-
Interface Summary Interface Description Volume Encapsulates aFileSystem
and a basePath
within that filesystem. -
Class Summary Class Description NonConfiguredVolume Volume implementation which represents a Volume for which we have a FileSystem but no base path because it is not configured viaProperty.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.