@InterfaceAudience.Private public class TableNamespaceManager extends Object
ZKNamespaceManager
Constructor and Description |
---|
TableNamespaceManager(MasterServices masterServices) |
Modifier and Type | Method and Description |
---|---|
void |
create(NamespaceDescriptor ns) |
NamespaceDescriptor |
get(String name) |
boolean |
isTableAvailableAndInitialized()
This method checks if the namespace table is assigned and then
tries to create its HTable.
|
NavigableSet<NamespaceDescriptor> |
list() |
void |
remove(String name) |
void |
start() |
void |
update(NamespaceDescriptor ns) |
public TableNamespaceManager(MasterServices masterServices)
public void start() throws IOException
IOException
public NamespaceDescriptor get(String name) throws IOException
IOException
public void create(NamespaceDescriptor ns) throws IOException
IOException
public void update(NamespaceDescriptor ns) throws IOException
IOException
public void remove(String name) throws IOException
IOException
public NavigableSet<NamespaceDescriptor> list() throws IOException
IOException
public boolean isTableAvailableAndInitialized() throws IOException
IOException
Copyright © 2014 The Apache Software Foundation. All rights reserved.