com.websudos.phantom.batch

UnloggedBatchStatement

sealed class UnloggedBatchStatement extends RootBatch[UnloggedBatchStatement]

Linear Supertypes
RootBatch[UnloggedBatchStatement], CQLQuery[UnloggedBatchStatement], ExecutableStatement, CassandraResultSetOperations, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UnloggedBatchStatement
  2. RootBatch
  3. CQLQuery
  4. ExecutableStatement
  5. CassandraResultSetOperations
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnloggedBatchStatement(qbList: Iterator[BatchableQuery[_] with ExecutableStatement] = scala.`package`.Iterator.empty)

Type Members

  1. type BatchableStatement = BatchableQuery[_] with ExecutableStatement

    Definition Classes
    RootBatch

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def add(statements: BatchableStatement*): UnloggedBatchStatement

    Definition Classes
    RootBatch
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def consistencyLevel: ConsistencyLevel

    Definition Classes
    CQLQuery
  10. def consistencyLevel_=(level: ConsistencyLevel): UnloggedBatchStatement

    Definition Classes
    CQLQuery
  11. def create(): Batch

    Attributes
    protected[this]
    Definition Classes
    UnloggedBatchStatementRootBatch
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def execute()(implicit session: Session): Future[ResultSet]

    Definition Classes
    ExecutableStatement
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def forceNoValues_=(flag: Boolean): UnloggedBatchStatement

    Definition Classes
    CQLQuery
  17. def future()(implicit session: Session): Future[ResultSet]

    Definition Classes
    ExecutableStatement
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. def newSubclass(sts: Iterator[BatchableStatement]): UnloggedBatchStatement

    Attributes
    protected[this]
    Definition Classes
    UnloggedBatchStatementRootBatch
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. val qb: Batch

    Attributes
    protected[com.websudos.phantom]
    Definition Classes
    RootBatchExecutableStatement
  26. val qbList: Iterator[BatchableQuery[_] with ExecutableStatement]

    Attributes
    protected[this]
    Definition Classes
    UnloggedBatchStatementRootBatch
  27. def queryString: String

    Definition Classes
    CQLQuery
  28. def retryPolicy(): RetryPolicy

    Definition Classes
    CQLQuery
  29. def retryPolicy_=(policy: RetryPolicy): UnloggedBatchStatement

    Definition Classes
    CQLQuery
  30. def routingKey(): ByteBuffer

    Definition Classes
    CQLQuery
  31. def scalaFutureToTwitter[R](future: Future[R])(implicit ctx: ExecutionContext): Future[R]

    Attributes
    protected[this]
    Definition Classes
    CassandraResultSetOperations
  32. def scalaQueryStringExecuteToFuture(query: String)(implicit session: Session): Future[ResultSet]

    Attributes
    protected[this]
    Definition Classes
    CassandraResultSetOperations
  33. def scalaStatementToFuture(s: Statement)(implicit session: Session): Future[ResultSet]

    Attributes
    protected[this]
    Definition Classes
    CassandraResultSetOperations
  34. def serialConsistencyLevel: ConsistencyLevel

    Definition Classes
    CQLQuery
  35. def serialConsistencyLevel_=(level: ConsistencyLevel): UnloggedBatchStatement

    Definition Classes
    CQLQuery
  36. def setFetchSize(n: Int): UnloggedBatchStatement

    Definition Classes
    CQLQuery
  37. lazy val statements: Iterator[BatchableStatement]

    Attributes
    protected[this]
    Definition Classes
    RootBatch
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. final def timestamp(t: Long): UnloggedBatchStatement

    Definition Classes
    RootBatch
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. def tracing_=(flag: Boolean): UnloggedBatchStatement

    Definition Classes
    CQLQuery
  42. def twitterQueryStringExecuteToFuture(query: String)(implicit session: Session): Future[ResultSet]

    Attributes
    protected[this]
    Definition Classes
    CassandraResultSetOperations
  43. def twitterStatementToFuture(s: Statement)(implicit session: Session): Future[ResultSet]

    Attributes
    protected[this]
    Definition Classes
    CassandraResultSetOperations
  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CQLQuery[UnloggedBatchStatement]

Inherited from ExecutableStatement

Inherited from CassandraResultSetOperations

Inherited from AnyRef

Inherited from Any

Ungrouped