Interface Namespaceable

    • 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