com.newzly.phantom

batch

package batch

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class BatchQueryListTrait[X] extends CQLQuery[X]

  2. sealed class BatchStatement extends BatchQueryListTrait[BatchStatement]

    !!! Attention !!! This class is not meant to be used for concurrent operations on the same row inside the same batch.

  3. sealed abstract class BatchableTypes extends AnyRef

  4. sealed class CounterBatchStatement extends BatchQueryListTrait[CounterBatchStatement]

  5. sealed class UnloggedBatchStatement extends BatchQueryListTrait[UnloggedBatchStatement]

Value Members

  1. object BatchStatement

  2. object CounterBatchStatement

  3. object UnloggedBatchStatement

Ungrouped