Overview

Namespaces

  • cassandra
  • None
  • PHP
  • phpcassa
    • Batch
    • Connection
    • Index
    • Iterator
    • Schema
      • DataType
    • Util
    • UUID

Classes

  • AbstractMutator
  • CfMutator
  • Mutator
  • Overview
  • Namespace
  • Class
  • Tree

Class AbstractMutator

Common methods shared by CfMutator and Mutator classes

Direct known subclasses

phpcassa\Batch\CfMutator, phpcassa\Batch\Mutator
Abstract
Namespace: phpcassa\Batch
Located at phpcassa/Batch/AbstractMutator.php
Methods summary
public
# send( cassandra\ConsistencyLevel $consistency_level = null )

Send all buffered mutations.

Send all buffered mutations.

If an error occurs, the buffer will be preserverd, allowing you to attempt to call send() again later or take other recovery actions.

Parameters

$consistency_level
cassandra\ConsistencyLevel
$consistency_level optional override for the mutator's default consistency level
phpcassa API documentation generated by ApiGen 2.8.0