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 class
VolumeImpl
Basic 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 <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 Volume
VolumeConfiguration. getDefaultVolume(org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration acuconf)
static Volume
VolumeConfiguration. getVolume(String path, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration acuconf)
-