| Modifier and Type | Method and Description |
|---|---|
void |
create(String namespace)
Create a new namespace.
|
void |
drop(String namespace)
Drop a namespace.
|
Collection<String> |
namespaces()
Get list of all namespaces.
|
Collection<String> namespaces() throws IOException
IOException - exception thrown from the underlying storage implementationvoid create(String namespace) throws IOException
namespace - the namespace identifierIOException - exception thrown from the underlying storage implementationvoid drop(String namespace) throws IOException
namespace - the namespace identifierIOException - exception thrown from the underlying storage implementationCopyright © 2020. All rights reserved.