Class SessionFactory.Default

    • Constructor Detail

      • Default

        public Default()
    • Method Detail

      • create

        public com.datastax.driver.core.Session create​(CassandraStorage cassandra)
        Creates a session and ensures schema if configured. Closes the cluster and session if any exception occurred.
        Specified by:
        create in interface SessionFactory