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()Methods in org.apache.accumulo.server with parameters of type VolumeManager Modifier and Type Method Description static org.apache.hadoop.fs.PathServerUtil. getAccumuloInstanceIdPath(VolumeManager fs)static intServerUtil. getAccumuloPersistentVersion(VolumeManager fs)static voidServerUtil. 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 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. getLocal(String localBasePath)Methods in org.apache.accumulo.server.fs with parameters of type VolumeManager Modifier and Type Method Description static VolumeUtil.TabletFilesVolumeUtil. 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 booleanInitialize. doInit(SiteConfiguration siteConfig, org.apache.accumulo.server.init.Initialize.Opts opts, org.apache.hadoop.conf.Configuration conf, VolumeManager fs)static booleanInitialize. 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 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) -
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)static voidMetadataTableUtil. cloneTable(ServerContext context, TableId srcTableId, TableId tableId, VolumeManager volumeManager)static Map<TreeSet<String>,Long>TableDiskUsage. getDiskUsage(Set<TableId> tableIds, VolumeManager fs, AccumuloClient client)static voidTableDiskUsage. printDiskUsage(Collection<String> tableNames, VolumeManager fs, AccumuloClient client, boolean humanReadable)static voidTableDiskUsage. printDiskUsage(Collection<String> tableNames, VolumeManager fs, AccumuloClient client, TableDiskUsage.Printer printer, boolean humanReadable)
-