Package zipkin2.storage.cassandra.v1
Interface SessionFactory
-
- All Known Implementing Classes:
SessionFactory.Default
public interface SessionFactoryCreates a session and ensures schema if configured. Closes the cluster and session if any exception occurred.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSessionFactory.Default
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.datastax.driver.core.Sessioncreate(CassandraStorage storage)
-
-
-
Method Detail
-
create
com.datastax.driver.core.Session create(CassandraStorage storage)
-
-