org.apache.hadoop.hbase.util
Class FSTableDescriptorMigrationToSubdir
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FSTableDescriptorMigrationToSubdir
public FSTableDescriptorMigrationToSubdir()
- Deprecated.
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.