Package com.salesforce.cantor
Interface Namespaceable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreate(String namespace)Create a new namespace.voiddrop(String namespace)Drop a namespace.
-
-
-
Method Detail
-
create
void create(String namespace) throws IOException
Create a new namespace.- Parameters:
namespace- the namespace identifier- Throws:
IOException- exception thrown from the underlying storage implementation
-
drop
void drop(String namespace) throws IOException
Drop a namespace.- Parameters:
namespace- the namespace identifier- Throws:
IOException- exception thrown from the underlying storage implementation
-
-