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 VolumeManager
ServerContext. getVolumeManager()
VolumeManager
ServerInfo. getVolumeManager()
Methods in org.apache.accumulo.server with parameters of type VolumeManager Modifier and Type Method Description static org.apache.hadoop.fs.Path
ServerUtil. getAccumuloInstanceIdPath(VolumeManager fs)
static int
ServerUtil. getAccumuloPersistentVersion(VolumeManager fs)
static void
ServerUtil. updateAccumuloVersion(VolumeManager fs, int oldVersion)
-
Uses of VolumeManager in org.apache.accumulo.server.client
Methods in org.apache.accumulo.server.client with parameters of type VolumeManager Modifier and Type Method Description static List<TabletLocator.TabletLocation>
BulkImporter. findOverlappingTablets(ServerContext context, VolumeManager fs, TabletLocator locator, org.apache.hadoop.fs.Path file)
static List<TabletLocator.TabletLocation>
BulkImporter. findOverlappingTablets(ServerContext context, VolumeManager fs, TabletLocator locator, org.apache.hadoop.fs.Path file, KeyExtent failed)
static List<TabletLocator.TabletLocation>
BulkImporter. findOverlappingTablets(ServerContext context, VolumeManager vm, TabletLocator locator, org.apache.hadoop.fs.Path file, org.apache.hadoop.io.Text startRow, org.apache.hadoop.io.Text endRow)
Constructors in org.apache.accumulo.server.client with parameters of type VolumeManager Constructor Description ClientServiceHandler(ServerContext context, TransactionWatcher transactionWatcher, VolumeManager fs)
-
Uses of VolumeManager in org.apache.accumulo.server.fs
Classes in org.apache.accumulo.server.fs that implement VolumeManager Modifier and Type Class Description class
VolumeManagerImpl
Methods in org.apache.accumulo.server.fs that return VolumeManager Modifier and Type Method Description static VolumeManager
VolumeManagerImpl. get(AccumuloConfiguration conf, org.apache.hadoop.conf.Configuration hadoopConf)
static VolumeManager
VolumeManagerImpl. getLocal(String localBasePath)
Methods in org.apache.accumulo.server.fs with parameters of type VolumeManager Modifier and Type Method Description static VolumeUtil.TabletFiles
VolumeUtil. updateTabletVolumes(ServerContext context, ZooLock zooLock, VolumeManager vm, KeyExtent extent, VolumeUtil.TabletFiles tabletFiles, boolean replicate)
This method does two things.Constructors in org.apache.accumulo.server.fs with parameters of type VolumeManager Constructor Description FileRef(VolumeManager fs, Key key)
-
Uses of VolumeManager in org.apache.accumulo.server.init
Methods in org.apache.accumulo.server.init with parameters of type VolumeManager Modifier and Type Method Description boolean
Initialize. doInit(SiteConfiguration siteConfig, org.apache.accumulo.server.init.Initialize.Opts opts, org.apache.hadoop.conf.Configuration conf, VolumeManager fs)
static boolean
Initialize. isInitialized(VolumeManager fs, SiteConfiguration siteConfig, org.apache.hadoop.conf.Configuration hadoopConf)
-
Uses of VolumeManager in org.apache.accumulo.server.master.recovery
Methods in org.apache.accumulo.server.master.recovery with parameters of type VolumeManager Modifier and Type Method Description long
HadoopLogCloser. close(AccumuloConfiguration conf, org.apache.hadoop.conf.Configuration hadoopConf, VolumeManager fs, org.apache.hadoop.fs.Path source)
long
LogCloser. 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 void
FileUtil. cleanupIndexOp(org.apache.hadoop.fs.Path tmpDir, VolumeManager fs, ArrayList<FileSKVIterator> readers)
static void
MetadataTableUtil. cloneTable(ServerContext context, TableId srcTableId, TableId tableId, VolumeManager volumeManager)
static Map<TreeSet<String>,Long>
TableDiskUsage. getDiskUsage(Set<TableId> tableIds, VolumeManager fs, AccumuloClient client)
static void
TableDiskUsage. printDiskUsage(Collection<String> tableNames, VolumeManager fs, AccumuloClient client, boolean humanReadable)
static void
TableDiskUsage. printDiskUsage(Collection<String> tableNames, VolumeManager fs, AccumuloClient client, TableDiskUsage.Printer printer, boolean humanReadable)
-