Interface KvDatabaseFactory

    • Method Detail

      • createAndOpenTable

        <T> void createAndOpenTable​(java.lang.String tableName,
                                    KvTable<T> table,
                                    int keyType,
                                    boolean create)
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • openTableNoRetry

        <T> int openTableNoRetry​(java.lang.String tableName,
                                 KvTable<T> table,
                                 int keyType)
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • createAndOpenTableBasedOnRole

        <T> void createAndOpenTableBasedOnRole​(java.lang.String tableName,
                                               KvTable<T> table,
                                               int keyType,
                                               boolean create)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception