org.apache.hadoop.hbase.util
Class FSTableDescriptorMigrationToSubdir

java.lang.Object
  extended by org.apache.hadoop.hbase.util.FSTableDescriptorMigrationToSubdir

Deprecated. will be removed for the major release after 0.96.

@Deprecated
public class FSTableDescriptorMigrationToSubdir
extends Object

A class to migrate table descriptor files to a dedicated subdir. Invoked by HMaster.finishInitialization before accessing table descriptors. Migrates snapshots, user tables, and system tables.


Constructor Summary
FSTableDescriptorMigrationToSubdir()
          Deprecated.  
 
Method Summary
static void migrateFSTableDescriptorsIfNecessary(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path rootDir)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSTableDescriptorMigrationToSubdir

public FSTableDescriptorMigrationToSubdir()
Deprecated. 
Method Detail

migrateFSTableDescriptorsIfNecessary

public static void migrateFSTableDescriptorsIfNecessary(org.apache.hadoop.fs.FileSystem fs,
                                                        org.apache.hadoop.fs.Path rootDir)
                                                 throws IOException
Deprecated. 
Throws:
IOException


Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.