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
Modifier and Type Method Description com.datastax.driver.core.Session
create(CassandraStorage storage)