Uses of Interface
org.apache.accumulo.core.volume.Volume
-
Packages that use Volume Package Description org.apache.accumulo.core.volume -
-
Uses of Volume in org.apache.accumulo.core.volume
Classes in org.apache.accumulo.core.volume that implement Volume Modifier and Type Class Description classNonConfiguredVolumeVolume implementation which represents a Volume for which we have a FileSystem but no base path because it is not configured viaProperty.INSTANCE_VOLUMESThis is useful to handle volumes that have been removed from accumulo.properties but references to these volumes have not been updated.classVolumeImplBasic Volume implementation that contains a FileSystem and a base path that should be used within that filesystem.Methods in org.apache.accumulo.core.volume that return Volume Modifier and Type Method Description static VolumeVolumeConfiguration. create(org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf)static <T extends org.apache.hadoop.fs.FileSystem>
VolumeVolumeConfiguration. create(T fs, String basePath)static <T extends org.apache.hadoop.fs.FileSystem>
VolumeVolumeConfiguration. create(T fs, AccumuloConfiguration acuconf)Create a Volume with the given FileSystem that writes to the default pathstatic VolumeVolumeConfiguration. getDefaultVolume(org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration acuconf)static VolumeVolumeConfiguration. getVolume(String path, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration acuconf)
-