Package zipkin2.storage.cassandra
Interface CassandraStorage.SessionFactory
-
- Enclosing class:
- CassandraStorage
public static interface CassandraStorage.SessionFactory
-
-
Field Summary
Fields Modifier and Type Field Description static CassandraStorage.SessionFactory
DEFAULT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.datastax.driver.core.Session
create(CassandraStorage storage)
-
-
-
Field Detail
-
DEFAULT
static final CassandraStorage.SessionFactory DEFAULT
-
-
Method Detail
-
create
com.datastax.driver.core.Session create(CassandraStorage storage)
-
-