Uses of Interface
org.apache.accumulo.core.volume.Volume

Packages that use Volume
org.apache.accumulo.core.volume   
 

Uses of Volume in org.apache.accumulo.core.volume
 

Classes in org.apache.accumulo.core.volume that implement Volume
 class 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.
 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
static Volume VolumeConfiguration.create(org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf)
           
static Volume VolumeConfiguration.create(String path, org.apache.hadoop.conf.Configuration conf)
           
static
<T extends org.apache.hadoop.fs.FileSystem>
Volume
VolumeConfiguration.create(T fs, AccumuloConfiguration acuconf)
          Create a Volume with the given FileSystem that writes to the default path
static
<T extends org.apache.hadoop.fs.FileSystem>
Volume
VolumeConfiguration.create(T fs, String basePath)
           
static 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)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.