private static class TestFSTableDescriptors.FSTableDescriptorsTest extends org.apache.hadoop.hbase.util.FSTableDescriptors
Constructor and Description |
---|
FSTableDescriptorsTest(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path rootdir) |
FSTableDescriptorsTest(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path rootdir,
boolean fsreadonly,
boolean usecache) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hbase.client.TableDescriptor |
get(org.apache.hadoop.hbase.TableName tablename) |
add, createMetaTableDescriptor, createMetaTableDescriptorBuilder, createTableDescriptor, createTableDescriptor, createTableDescriptorForTableDirectory, deleteTableDescriptorIfExists, getAll, getByNamespace, getCurrentTableInfoStatus, getTableDescriptorFromFs, getTableDescriptorFromFs, getTableDir, getTableInfoFileName, getTableInfoPath, getTableInfoSequenceId, isTableInfoExists, isUsecache, remove, setCacheOff, setCacheOn, updateTableDescriptor
public FSTableDescriptorsTest(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path rootdir) throws IOException
IOException
public FSTableDescriptorsTest(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path rootdir, boolean fsreadonly, boolean usecache) throws IOException
IOException
public org.apache.hadoop.hbase.client.TableDescriptor get(org.apache.hadoop.hbase.TableName tablename) throws org.apache.hadoop.hbase.TableExistsException, FileNotFoundException, IOException
get
in interface org.apache.hadoop.hbase.TableDescriptors
get
in class org.apache.hadoop.hbase.util.FSTableDescriptors
org.apache.hadoop.hbase.TableExistsException
FileNotFoundException
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.