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 SummaryNested Classes Modifier and Type Interface Description static classSessionFactory.Default
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com.datastax.driver.core.Sessioncreate(CassandraStorage storage)
 
- 
- 
- 
Method Detail- 
createcom.datastax.driver.core.Session create(CassandraStorage storage) 
 
- 
 
-