Package zipkin2.storage.cassandra.v1
Interface SessionFactory
-
- All Known Implementing Classes:
SessionFactory.Default
public interface SessionFactory
Creates 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 class
SessionFactory.Default
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.datastax.oss.driver.api.core.CqlSession
create(CassandraStorage storage)
-
-
-
Method Detail
-
create
com.datastax.oss.driver.api.core.CqlSession create(CassandraStorage storage)
-
-