Uses of Interface
org.apache.accumulo.server.fs.VolumeManager
-
-
Uses of VolumeManager in org.apache.accumulo.server
Methods in org.apache.accumulo.server that return VolumeManager Modifier and Type Method Description VolumeManagerServerContext. getVolumeManager()VolumeManagerServerInfo. getVolumeManager() -
Uses of VolumeManager in org.apache.accumulo.server.compaction
Methods in org.apache.accumulo.server.compaction that return VolumeManager Modifier and Type Method Description VolumeManagerFileCompactor. getVolumeManager() -
Uses of VolumeManager in org.apache.accumulo.server.fs
Classes in org.apache.accumulo.server.fs that implement VolumeManager Modifier and Type Class Description classVolumeManagerImplMethods in org.apache.accumulo.server.fs that return VolumeManager Modifier and Type Method Description static VolumeManagerVolumeManagerImpl. get(AccumuloConfiguration conf, org.apache.hadoop.conf.Configuration hadoopConf)static VolumeManagerVolumeManagerImpl. getLocalForTesting(String localBasePath) -
Uses of VolumeManager in org.apache.accumulo.server.gc
Methods in org.apache.accumulo.server.gc with parameters of type VolumeManager Modifier and Type Method Description static Collection<org.apache.hadoop.fs.Path>GcVolumeUtil. expandAllVolumesUri(VolumeManager fs, org.apache.hadoop.fs.Path path) -
Uses of VolumeManager in org.apache.accumulo.server.manager.recovery
Methods in org.apache.accumulo.server.manager.recovery with parameters of type VolumeManager Modifier and Type Method Description longHadoopLogCloser. close(AccumuloConfiguration conf, org.apache.hadoop.conf.Configuration hadoopConf, VolumeManager fs, org.apache.hadoop.fs.Path source)longLogCloser. close(AccumuloConfiguration conf, org.apache.hadoop.conf.Configuration hadoopConf, VolumeManager fs, org.apache.hadoop.fs.Path path)Attempts to properly close a WALoglongNoOpLogCloser. close(AccumuloConfiguration conf, org.apache.hadoop.conf.Configuration hadoopConf, VolumeManager fs, org.apache.hadoop.fs.Path path) -
Uses of VolumeManager in org.apache.accumulo.server.util
Methods in org.apache.accumulo.server.util with parameters of type VolumeManager Modifier and Type Method Description protected static voidFileUtil. cleanupIndexOp(org.apache.hadoop.fs.Path tmpDir, VolumeManager fs, ArrayList<FileSKVIterator> readers)
-