public interface TableDescriptors
Modifier and Type | Method and Description |
---|---|
void |
add(HTableDescriptor htd)
Add or update descriptor
|
HTableDescriptor |
get(byte[] tablename) |
HTableDescriptor |
get(String tablename) |
Map<String,HTableDescriptor> |
getAll()
Get Map of all HTableDescriptors.
|
HTableDescriptor |
remove(String tablename) |
HTableDescriptor get(String tablename) throws IOException
tablename
- IOException
HTableDescriptor get(byte[] tablename) throws IOException
tablename
- IOException
Map<String,HTableDescriptor> getAll() throws IOException
IOException
void add(HTableDescriptor htd) throws IOException
htd
- Descriptor to set into TableDescriptorsIOException
HTableDescriptor remove(String tablename) throws IOException
tablename
- IOException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.