CassandraZioSession

case
class CassandraZioSession(session: CqlSession, preparedStatementCacheSize: Long) extends CassandraSession with SyncCache with AsyncFutureCache with AutoCloseable
Companion
object
trait Serializable
trait Product
trait Equals
trait AutoCloseable
trait AsyncFutureCache
trait SyncCache
trait CassandraSession
trait UdtValueLookup
class Object
trait Matchable
class Any

Value members

Inherited methods

def close(): Unit
Inherited from
CassandraSession
def keyspace: Option[String]
Inherited from
CassandraSession
def prepare(cql: String): BoundStatement
Inherited from
SyncCache
def prepareAsync(cql: String)(implicit executionContext: ExecutionContext): Future[BoundStatement]
Inherited from
AsyncFutureCache
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override
def udtValueOf(udtName: String, keyspace: Option[String]): UdtValue
Definition Classes
CassandraSession -> UdtValueLookup
Inherited from
CassandraSession

Inherited fields

lazy
val asyncCache: PrepareStatementCache[CompletionStage[PreparedStatement]]
Inherited from
AsyncFutureCache
lazy
val syncCache: PrepareStatementCache[PreparedStatement]
Inherited from
SyncCache
val udtMetadata: Map[String, List[UserDefinedType]]
Inherited from
CassandraSession