Class NewtsCassandraSessionFactory
- java.lang.Object
-
- org.opennms.features.distributed.cassandra.impl.NewtsCassandraSessionFactory
-
- All Implemented Interfaces:
CassandraSessionFactory
public class NewtsCassandraSessionFactory extends Object implements CassandraSessionFactory
Serves the Cassandra session initiated by Newts by proxying it through our ownsession
object.
-
-
Constructor Summary
Constructors Constructor Description NewtsCassandraSessionFactory(org.opennms.newts.cassandra.CassandraSession newtsCassandraSession)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CassandraSession
getSession()
-
-
-
Method Detail
-
getSession
public CassandraSession getSession()
- Specified by:
getSession
in interfaceCassandraSessionFactory
-
-