com.newzly.phantom

batch

package batch

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class BatchQueryListTrait[X] extends CassandraResultSetOperations

  2. sealed class BatchStatement extends BatchQueryListTrait[BatchStatement]

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

  3. sealed class CounterBatchStatement extends BatchQueryListTrait[CounterBatchStatement]

  4. sealed class UnloggedBatchStatement extends BatchQueryListTrait[UnloggedBatchStatement]

Value Members

  1. object BatchStatement

  2. object CounterBatchStatement

  3. object UnloggedBatchStatement

Ungrouped