case class CaCustomCodecProvider(endpoints: Collection[InetAddress], keySpace: String, user: String, pass: String, port: Int = 9042) extends CaStreamFlowTask with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CaCustomCodecProvider
- Serializable
- Serializable
- Product
- Equals
- CaStreamFlowTask
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CaCustomCodecProvider(endpoints: Collection[InetAddress], keySpace: String, user: String, pass: String, port: Int = 9042)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
implicit
val
ec: ExecutionContextExecutor
- Definition Classes
- CaStreamFlowTask
- val endpoints: Collection[InetAddress]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getBatchInsertFlow[T, K](preparedStatement: PreparedStatement, statementBinder: (T, PreparedStatement) ⇒ BoundStatement, partitionKey: (T) ⇒ K): Flow[T, T, NotUsed]
- Definition Classes
- CaStreamFlowTask
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getInsertFlow(): Flow[Insert, ResultSet, NotUsed]
-
def
getInsertFlow[T](preparedStatement: PreparedStatement, statementBinder: (T, PreparedStatement) ⇒ BoundStatement): Flow[T, T, NotUsed]
- Definition Classes
- CaStreamFlowTask
-
def
getInsertSink[T](preparedStatement: PreparedStatement, statementBinder: (T, PreparedStatement) ⇒ BoundStatement): Sink[T, Future[Done]]
- Definition Classes
- CaStreamFlowTask
-
def
getSourceStream(cqlStmt: String, fetchSize: Int = 20): Source[Row, NotUsed]
- Definition Classes
- CaStreamFlowTask
- def insertAsync(insert: Insert): Future[ResultSet]
- def insertAsync(bs: BoundStatement): Future[ResultSet]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keySpace: String
-
implicit
val
mat: ActorMaterializer
- Definition Classes
- CaStreamFlowTask
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pass: String
- val port: Int
- def readAsync(ss: Statement): Future[ResultSet]
- def register[T <: CaUdt]()(implicit typeTag: scala.reflect.api.JavaUniverse.TypeTag[T], userImplicits: CaCustomCodecImplicits): CaCustomCodecProvider
- implicit def resultSetFutureToScala(f: ResultSetFuture): Future[ResultSet]
-
implicit
lazy val
session: Session
- Definition Classes
- CaCustomCodecProvider → CaStreamFlowTask
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
implicit
val
system: ActorSystem
- Definition Classes
- CaStreamFlowTask
- def toInsertPreparedStatement[T <: CaTbl](el: T): PreparedStatement
- val user: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )