com.websudos.phantom

batch

package batch

Visibility
  1. Public
  2. All

Type Members

  1. sealed class BatchStatement extends RootBatch[BatchStatement]

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

  2. sealed abstract class BatchableTypes extends AnyRef

  3. sealed class CounterBatchStatement extends RootBatch[CounterBatchStatement]

  4. sealed abstract class RootBatch[X] extends CQLQuery[X]

  5. sealed class UnloggedBatchStatement extends RootBatch[UnloggedBatchStatement]

Value Members

  1. object BatchStatement

  2. object CounterBatchStatement

  3. object UnloggedBatchStatement

Ungrouped