|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TableDescriptors
Get, remove and modify table descriptors. Used by servers to host descriptors.
| Method Summary | |
|---|---|
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)
|
| Method Detail |
|---|
HTableDescriptor get(String tablename)
throws TableExistsException,
FileNotFoundException,
IOException
tablename -
TableExistsException
FileNotFoundException
IOException
HTableDescriptor get(byte[] tablename)
throws TableExistsException,
FileNotFoundException,
IOException
tablename -
TableExistsException
FileNotFoundException
IOException
Map<String,HTableDescriptor> getAll()
throws IOException
IOException
void add(HTableDescriptor htd)
throws IOException
htd - Descriptor to set into TableDescriptors
IOException
HTableDescriptor remove(String tablename)
throws IOException
tablename -
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||