Packages

case class CaCustomCodecProvider(endpoints: Collection[InetAddress], keySpace: String, user: String, pass: String, port: Int = 9042) extends CaStreamFlowTask with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, CaStreamFlowTask, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CaCustomCodecProvider
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CaStreamFlowTask
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CaCustomCodecProvider(endpoints: Collection[InetAddress], keySpace: String, user: String, pass: String, port: Int = 9042)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. implicit val ec: ExecutionContextExecutor
    Definition Classes
    CaStreamFlowTask
  7. val endpoints: Collection[InetAddress]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getBatchInsertFlow[T, K](preparedStatement: PreparedStatement, statementBinder: (T, PreparedStatement) ⇒ BoundStatement, partitionKey: (T) ⇒ K): Flow[T, T, NotUsed]
    Definition Classes
    CaStreamFlowTask
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getInsertFlow(): Flow[Insert, ResultSet, NotUsed]
  13. def getInsertFlow[T](preparedStatement: PreparedStatement, statementBinder: (T, PreparedStatement) ⇒ BoundStatement): Flow[T, T, NotUsed]
    Definition Classes
    CaStreamFlowTask
  14. def getInsertSink[T](preparedStatement: PreparedStatement, statementBinder: (T, PreparedStatement) ⇒ BoundStatement): Sink[T, Future[Done]]
    Definition Classes
    CaStreamFlowTask
  15. def getSourceStream(cqlStmt: String, fetchSize: Int = 20): Source[Row, NotUsed]
    Definition Classes
    CaStreamFlowTask
  16. def insertAsync(insert: Insert): Future[ResultSet]
  17. def insertAsync(bs: BoundStatement): Future[ResultSet]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val keySpace: String
  20. implicit val mat: ActorMaterializer
    Definition Classes
    CaStreamFlowTask
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val pass: String
  25. val port: Int
  26. def readAsync(ss: Statement): Future[ResultSet]
  27. def register[T <: CaUdt]()(implicit typeTag: scala.reflect.api.JavaUniverse.TypeTag[T], userImplicits: CaCustomCodecImplicits): CaCustomCodecProvider
  28. implicit def resultSetFutureToScala(f: ResultSetFuture): Future[ResultSet]
  29. implicit lazy val session: Session
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. implicit val system: ActorSystem
    Definition Classes
    CaStreamFlowTask
  32. def toInsertPreparedStatement[T <: CaTbl](el: T): PreparedStatement
  33. val user: String
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CaStreamFlowTask

Inherited from AnyRef

Inherited from Any

Ungrouped